aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
Diffstat (limited to '_icons')
-rw-r--r--_icons/archive.svg7
-rw-r--r--_icons/inbox.svg6
-rw-r--r--_icons/message-circle.svg8
-rw-r--r--_icons/news.svg8
-rw-r--r--_icons/paint.svg7
-rw-r--r--_icons/refresh.svg6
-rw-r--r--_icons/sticker.svg6
7 files changed, 44 insertions, 4 deletions
diff --git a/_icons/archive.svg b/_icons/archive.svg
new file mode 100644
index 0000000..0957ea8
--- /dev/null
+++ b/_icons/archive.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="3" y="4" width="18" height="4" rx="2" />
+ <path d="M5 8v10a2 2 0 002 2h10a2 2 0 002 -2v-10" />
+ <line x1="10" y1="12" x2="14" y2="12" />
+</svg>
diff --git a/_icons/inbox.svg b/_icons/inbox.svg
new file mode 100644
index 0000000..e6f3700
--- /dev/null
+++ b/_icons/inbox.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M4 13h3l3 3h4l3 -3h3" />
+</svg>
diff --git a/_icons/message-circle.svg b/_icons/message-circle.svg
index 61b4c7a..1199073 100644
--- a/_icons/message-circle.svg
+++ b/_icons/message-circle.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <path d="M4 21l1.6 -6a8 8 0 113.4 3.9l-5 2.1" />
- <line x1="13" y1="12" x2="13" y2="12.01" />
- <line x1="9" y1="12" x2="9" y2="12.01" />
- <line x1="17" y1="12" x2="17" y2="12.01" />
+ <path d="M3 20l1.3 -3.9a9 8 0 113.4 2.9l-4.7 1" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
</svg>
diff --git a/_icons/news.svg b/_icons/news.svg
new file mode 100644
index 0000000..e7006f7
--- /dev/null
+++ b/_icons/news.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M16 6h3a 1 1 0 011 1v11a2 2 0 01-4 0v-13a1 1 0 00-1 -1h-10a1 1 0 00-1 1v12a3 3 0 003 3h11" />
+ <line x1="8" y1="8" x2="12" y2="8" />
+ <line x1="8" y1="12" x2="12" y2="12" />
+ <line x1="8" y1="16" x2="12" y2="16" />
+</svg>
diff --git a/_icons/paint.svg b/_icons/paint.svg
new file mode 100644
index 0000000..a086260
--- /dev/null
+++ b/_icons/paint.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="5" y="3" width="14" height="6" rx="2" />
+ <path d="M19 6h1a2 2 0 012 2a5 5 0 01-5 5l-5 0v2" />
+ <rect x="10" y="15" width="4" height="6" rx="1" />
+</svg>
diff --git a/_icons/refresh.svg b/_icons/refresh.svg
new file mode 100644
index 0000000..ad5962f
--- /dev/null
+++ b/_icons/refresh.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M20 11a8.1 8.1 0 00-15.5 -2m-.5 -5v5h5" />
+ <path d="M4 13a8.1 8.1 0 0015.5 2m.5 5v-5h-5" />
+</svg>
diff --git a/_icons/sticker.svg b/_icons/sticker.svg
new file mode 100644
index 0000000..295e558
--- /dev/null
+++ b/_icons/sticker.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M20 12l-2 .5a6 6 0 01-6.5 -6.5l.5 -2l8 8" />
+ <path d="M20 12a8 8 0 11-8 -8" />
+</svg>