diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 13:42:08 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 13:42:08 +0200 |
commit | 759ebdf12dc4c336456fb3b9424a2f0935bfa372 (patch) | |
tree | dcd12f136174dbbe0d20b70bdb0e835871c2ee7c /src/_icons/star-off.svg | |
parent | 2 new icons: `pinned-off`, `pinned` #78 (diff) | |
download | tabler-icons-759ebdf12dc4c336456fb3b9424a2f0935bfa372.tar.xz |
2 new icons: `star-off`, `sun-off`
Fixed icons: `pin`
Diffstat (limited to 'src/_icons/star-off.svg')
-rw-r--r-- | src/_icons/star-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/star-off.svg b/src/_icons/star-off.svg new file mode 100644 index 0000000..d842e55 --- /dev/null +++ b/src/_icons/star-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917" /> +</svg> |