aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_icons/list-check.svg7
-rw-r--r--src/_icons/plane.svg5
2 files changed, 8 insertions, 4 deletions
diff --git a/src/_icons/list-check.svg b/src/_icons/list-check.svg
index a2962b2..e3b34a2 100644
--- a/src/_icons/list-check.svg
+++ b/src/_icons/list-check.svg
@@ -4,8 +4,7 @@
<path d="M3.5 5.5l1.5 1.5l2.5 -2.5" />
<path d="M3.5 11.5l1.5 1.5l2.5 -2.5" />
<path d="M3.5 17.5l1.5 1.5l2.5 -2.5" />
-
- <line x1="11" y1="6" x2="20" y2="6"></line>
- <line x1="11" y1="12" x2="20" y2="12"></line>
- <line x1="11" y1="18" x2="20" y2="18"></line>
+ <line x1="11" y1="6" x2="20" y2="6" />
+ <line x1="11" y1="12" x2="20" y2="12" />
+ <line x1="11" y1="18" x2="20" y2="18" />
</svg>
diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg
new file mode 100644
index 0000000..f6a2306
--- /dev/null
+++ b/src/_icons/plane.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h4z" />
+</svg>