aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-29 00:31:27 +0200
committercodecalm <codecalm@gmail.com>2020-09-29 00:31:27 +0200
commit04f45faace724201d23dc704dfdaf336ea9eef8f (patch)
treefecbf5da09b5e353e8db6a989ed792e751f6e0ad
parenticons categories (diff)
downloadtabler-icons-04f45faace724201d23dc704dfdaf336ea9eef8f.tar.xz
2 new icons: `file-certificate`, `file-zip`
-rw-r--r--src/_icons/file-certificate.svg9
-rw-r--r--src/_icons/file-zip.svg13
2 files changed, 22 insertions, 0 deletions
diff --git a/src/_icons/file-certificate.svg b/src/_icons/file-certificate.svg
new file mode 100644
index 0000000..27980ad
--- /dev/null
+++ b/src/_icons/file-certificate.svg
@@ -0,0 +1,9 @@
+---
+category: Document
+---
+<svg>
+ <path d="M15 3v4a1 1 0 001 1h4" />
+ <path d="m 6 8 v -3 a 2 2 0 0 1 2 -2 h 7 l 5 5 v 11 a 2 2 0 0 1 -2 2 h -5" />
+ <circle cx="7" cy="14" r="3"/>
+ <path d="m 5.5 17 l -1.5 5 l 3 -1.5 l 3 1.5 l -1.5 -5"/>
+</svg>
diff --git a/src/_icons/file-zip.svg b/src/_icons/file-zip.svg
new file mode 100644
index 0000000..2ff326f
--- /dev/null
+++ b/src/_icons/file-zip.svg
@@ -0,0 +1,13 @@
+---
+category: Document
+---
+<svg>
+ <path d="m 6 20.735 a 2 2 0 0 1 -1 -1.735 v -14 a 2 2 0 0 1 2 -2 h 7 l 5 5 v 11 a 2 2 0 0 1 -2 2 h -1" />
+ <path d="m 11 17 a 2 2 0 0 1 2 2 v 2 a 1 1 0 0 1 -1 1 h -2 a 1 1 0 0 1 -1 -1 v -2 a 2 2 0 0 1 2 -2 z"/>
+ <path d="M11 5h-1"/>
+ <path d="M13 7h-1"/>
+ <path d="M11 9h-1"/>
+ <path d="M13 11h-1"/>
+ <path d="M11 13h-1"/>
+ <path d="M13 15h-1"/>
+</svg>