1
0
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:
codecalm
2020-09-21 16:45:08 +02:00
parent 360e0a05fd
commit 7475d57335
2 changed files with 8 additions and 1 deletions

View File

@@ -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"
},

View 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>