diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 16:45:08 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 16:45:08 +0200 |
commit | 7475d573359572d9e210617b9ad138c4979460f6 (patch) | |
tree | c2c9553d62baed970436f8f3181383601b3a7e0c | |
parent | main fix (diff) | |
download | tabler-icons-7475d573359572d9e210617b9ad138c4979460f6.tar.xz |
percentage icon
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | src/_icons/percentage.svg | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index dc9eb09b..aede1d5a 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/src/_icons/percentage.svg b/src/_icons/percentage.svg new file mode 100644 index 00000000..ea6d758b --- /dev/null +++ b/src/_icons/percentage.svg @@ -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> |