diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 00:35:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 00:35:29 +0200 |
commit | 79f423753ff8f021a3376acc13fce660cd9e6d56 (patch) | |
tree | b631d72232e920753971acc24e4459101888e846 | |
parent | icons optimize (diff) | |
download | tabler-icons-79f423753ff8f021a3376acc13fce660cd9e6d56.tar.xz |
`folder-off` icon
-rw-r--r-- | src/_icons/folder-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/folder-off.svg b/src/_icons/folder-off.svg new file mode 100644 index 00000000..fbac09ce --- /dev/null +++ b/src/_icons/folder-off.svg @@ -0,0 +1,7 @@ +--- +tags: [cancel, "no", directory, dir] +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M19 19h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.172 -1.821m3.828 -.179h1l3 3h7a2 2 0 0 1 2 2v8" /> +</svg> |