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-pencil.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-pencil.svg')
-rw-r--r-- | src/_icons/file-pencil.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/file-pencil.svg b/src/_icons/file-pencil.svg new file mode 100644 index 00000000..26a03a11 --- /dev/null +++ b/src/_icons/file-pencil.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="M10 18l5-5a1.414 1.414 0 0 0-2-2l-5 5v2h2z"/> +</svg> |