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-upload.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-upload.svg')
-rw-r--r-- | src/_icons/file-upload.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/file-upload.svg b/src/_icons/file-upload.svg index 10ada651..3e36221e 100644 --- a/src/_icons/file-upload.svg +++ b/src/_icons/file-upload.svg @@ -4,8 +4,8 @@ category: Document version: "1.15" --- <svg> - <path d="M14 3v4a1 1 0 0 0 1 1h4" /> - <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> - <line x1="12" y1="11" x2="12" y2="17" /> - <polyline points="9 14 12 11 15 14" /> + <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="M12 11v6"/> + <path d="M9.5 13.5L12 11l2.5 2.5"/> </svg> |