mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-07-31 11:20:31 +02:00
percentage icon
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
||||
"scripts": {
|
||||
"start": "bundle exec jekyll serve --watch --livereload --trace",
|
||||
"start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
|
||||
"optimize": "gulp optimize",
|
||||
"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