diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 22:18:31 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 22:18:31 +0100 |
commit | 8767e94afd0a48b3a20f9ca1fdce874986202981 (patch) | |
tree | c53c17f1738923caf7431a716c233427bbdbf35b /icons/star.svg | |
parent | folder clean (diff) | |
download | tabler-icons-8767e94afd0a48b3a20f9ca1fdce874986202981.tar.xz |
build first version
Diffstat (limited to 'icons/star.svg')
-rw-r--r-- | icons/star.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/star.svg b/icons/star.svg new file mode 100644 index 00000000..8f9bb4b0 --- /dev/null +++ b/icons/star.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-star" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" /> +</svg> + + |