diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 19:42:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 19:42:29 +0200 |
commit | d8ae6cc7a6342b6f45fc3aa1a7ab22bf286fc55c (patch) | |
tree | cf87d58308693dc3329724e52d67e63178d7fa49 /src/_icons/file-horizontal.svg | |
parent | new icons: accessible, float, disabled-2 (diff) | |
download | tabler-icons-d8ae6cc7a6342b6f45fc3aa1a7ab22bf286fc55c.tar.xz |
file horizontal icon, file icons fixes
Diffstat (limited to 'src/_icons/file-horizontal.svg')
-rw-r--r-- | src/_icons/file-horizontal.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg new file mode 100644 index 00000000..86d5ecd4 --- /dev/null +++ b/src/_icons/file-horizontal.svg @@ -0,0 +1,7 @@ +--- +tags: [paper, new] +--- +<svg> + <polyline points="16 5 16 10 21 10" /> + <path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" /> +</svg> |