Introduce inline_svg
gem, minimal usage, prep for material design icons (#29612)
This commit is contained in:
parent
4e61bce4e9
commit
6c68c3c0ce
5 changed files with 13 additions and 1 deletions
4
app/javascript/images/check.svg
Normal file
4
app/javascript/images/check.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" />
|
||||
</svg>
|
After Width: | Height: | Size: 293 B |
Loading…
Add table
Add a link
Reference in a new issue