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-dots.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-dots.svg')
-rw-r--r-- | src/_icons/file-dots.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/file-dots.svg b/src/_icons/file-dots.svg new file mode 100644 index 00000000..7131a19c --- /dev/null +++ b/src/_icons/file-dots.svg @@ -0,0 +1,10 @@ +--- +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="M9 14v.01"/> + <path d="M12 14v.01"/> + <path d="M15 14v.01"/> +</svg> |