diff options
author | codecalm <codecalm@gmail.com> | 2022-03-16 03:07:00 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-16 03:07:00 +0100 |
commit | 36320066d1c7c6af8dd19106f2ea94a2e46a1bc5 (patch) | |
tree | 3a3591b9ad66f597c7934459187d7a1943056cde /src/_icons/file-star.svg | |
parent | Release 1.55.0 (diff) | |
download | tabler-icons-36320066d1c7c6af8dd19106f2ea94a2e46a1bc5.tar.xz |
18 new icons: `file-3d`, `file-arrow-left`, `file-arrow-right`, `file-barcode`, `file-chart`, `file-database`, `file-dots`, `file-pencil`, `file-power`, `file-rss`, `file-scissors`, `file-signal`, `file-spreadsheet`, `file-star`, `file-time`, `file-typography`, `file-unknown`, `file-vector`
Fixed icons: `file-download`, `file-upload`
Diffstat (limited to 'src/_icons/file-star.svg')
-rw-r--r-- | src/_icons/file-star.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/file-star.svg b/src/_icons/file-star.svg new file mode 100644 index 00000000..adece853 --- /dev/null +++ b/src/_icons/file-star.svg @@ -0,0 +1,8 @@ +--- +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4"/> + <path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2z"/> + <path d="M11.8 16.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352 1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193 2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707.414 2.41a.39.39 0 0 1-.567.411L11.8 16.817z"/> +</svg> |