mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-28 08:11:00 +02:00
percentage icon
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
],
|
],
|
||||||
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bundle exec jekyll serve --watch --livereload --trace",
|
"start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
|
||||||
"optimize": "gulp optimize",
|
"optimize": "gulp optimize",
|
||||||
"release": "release-it"
|
"release": "release-it"
|
||||||
},
|
},
|
||||||
|
7
src/_icons/percentage.svg
Normal file
7
src/_icons/percentage.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<circle cx="17" cy="17" r="1" />
|
||||||
|
<circle cx="7" cy="7" r="1" />
|
||||||
|
<line x1="6" y1="18" x2="18" y2="6" />
|
||||||
|
</svg>
|
Reference in New Issue
Block a user