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 | |
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')
-rw-r--r-- | src/_icons/pin.svg | 2 | ||||
-rw-r--r-- | src/_icons/star-off.svg | 7 | ||||
-rw-r--r-- | src/_icons/sun-off.svg | 8 |
3 files changed, 16 insertions, 1 deletions
diff --git a/src/_icons/pin.svg b/src/_icons/pin.svg index 79371341..8903762a 100644 --- a/src/_icons/pin.svg +++ b/src/_icons/pin.svg @@ -5,5 +5,5 @@ version: 1.16 <svg> <path d="M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4" /> <line x1="9" y1="15" x2="4.5" y2="19.5" /> - <path d="M14.5 4l5.5 5.5" /> + <line x1="14.5" y1="4" x2="20" y2="9.5" /> </svg> diff --git a/src/_icons/star-off.svg b/src/_icons/star-off.svg new file mode 100644 index 00000000..d842e550 --- /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> diff --git a/src/_icons/sun-off.svg b/src/_icons/sun-off.svg new file mode 100644 index 00000000..a694bd66 --- /dev/null +++ b/src/_icons/sun-off.svg @@ -0,0 +1,8 @@ +--- +category: Weather +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654" /> + <path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /> +</svg> |