diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 20:34:50 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 20:34:50 +0100 |
commit | 469494abaae747a17fa60e311c6d81df67986e41 (patch) | |
tree | e00abb86cbae2d2561c6640fe76f37bb69a184ff /_icons/folder-plus.svg | |
parent | tag (diff) | |
download | tabler-icons-469494abaae747a17fa60e311c6d81df67986e41.tar.xz |
folders, tags, external link
Diffstat (limited to '_icons/folder-plus.svg')
-rw-r--r-- | _icons/folder-plus.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/folder-plus.svg b/_icons/folder-plus.svg new file mode 100644 index 00000000..80528d5f --- /dev/null +++ b/_icons/folder-plus.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5 5h5l2 2h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10a2 2 0 012 -2" /> + <line x1="12" y1="10" x2="12" y2="16" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> |