aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-dark/actions/archive-insert-directory.svg
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-07 06:57:02 -0400
committerKen Moore <ken@ixsystems.com>2017-06-07 06:57:02 -0400
commit2ba056fea67b9a257766bb619021c61da74f9fde (patch)
treee0237c86ab68a5b724bc43dff1329e47244ee319 /icon-theme/material-design-dark/actions/archive-insert-directory.svg
parentMake the auto-extract start as soon as the file finishes loading. (diff)
downloadlumina-2ba056fea67b9a257766bb619021c61da74f9fde.tar.gz
lumina-2ba056fea67b9a257766bb619021c61da74f9fde.tar.bz2
lumina-2ba056fea67b9a257766bb619021c61da74f9fde.zip
Add some archive*.svg icons to the material-design icon themes.
Diffstat (limited to 'icon-theme/material-design-dark/actions/archive-insert-directory.svg')
-rw-r--r--icon-theme/material-design-dark/actions/archive-insert-directory.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/icon-theme/material-design-dark/actions/archive-insert-directory.svg b/icon-theme/material-design-dark/actions/archive-insert-directory.svg
new file mode 100644
index 00000000..11be6cf5
--- /dev/null
+++ b/icon-theme/material-design-dark/actions/archive-insert-directory.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
+ <path fill="#F8F8F8" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 20,6C 21.1035,6 22,6.896 22,8L 22,18C 22,19.104 21.1035,20 20,20L 4,20C 2.895,20 2,19.104 2,18L 2.00977,6C 2.00977,4.896 2.895,4 4,4L 10,4L 12,6L 20,6 Z M 10.75,13L 14,13L 14,17L 16,17L 16,13L 19.25,13L 15,8.75"/>
+</svg>
bgstack15