diff options
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..07aa8aeb --- /dev/null +++ b/icons/folder-plus.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-folder-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path d="M5 4h4l3 3h7a2 2 0 012 2v8a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-11a2 2 0 012 -2" /> + <line x1="12" y1="10" x2="12" y2="16" /> + <line x1="9" y1="13" x2="15" y2="13" /> +</svg> + + |