Browse Source

41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square`, `arrow-bottom-tail`, `arrow-left-bar`, `arrow-left-square`, `arrow-left-tail`, `arrow-loop-left`, `arrow-loop-right`, `arrow-right-bar`, `arrow-right-square`, `arrow-right-tail`, `arrow-top-bar`, `arrow-top-circle`, `arrow-top-square`, `arrow-top-tail`, `arrow-wave-left-down`, `arrow-wave-left-up`, `arrow-wave-right-down`, `arrow-wave-right-up`, `arrows-down-up`, `arrows-down`, `arrows-join-2`, `arrows-join`, `arrows-left-right`, `arrows-left`, `arrows-right-left`, `arrows-right`, `arrows-split-2`, `arrows-split`, `arrows-up-down`, `arrows-up`, `bone`, `pizza`, `rainbow`, `switch-2`, `switch-3`, `trending-down-2`, `trending-down-3`, `trending-up-2`, `trending-up-3`

Fixed icons: `arrow-left-circle`, `arrow-right-circle`
codecalm 4 years ago
parent
commit
e2c230965c

+ 8 - 0
src/_icons/arrow-bottom-bar.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M12 3v18" />
+  <path d="M9 18l3 3l3 -3" />
+  <path d="M9 3h6" />
+</svg>

+ 8 - 0
src/_icons/arrow-bottom-circle.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M12 7v14" />
+  <path d="M9 18l3 3l3 -3" />
+  <circle cx="12" cy="5" r="2" />
+</svg>

+ 8 - 0
src/_icons/arrow-bottom-square.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M12 7v14" />
+  <path d="M9 18l3 3l3 -3" />
+  <path d="M14 3v4h-4v-4z" />
+</svg>

+ 8 - 0
src/_icons/arrow-bottom-tail.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M12 6v15" />
+  <path d="M9 18l3 3l3 -3" />
+  <path d="M9 3l3 3l3 -3" />
+</svg>

+ 8 - 0
src/_icons/arrow-left-bar.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M21 12h-18" />
+  <path d="M6 9l-3 3l3 3" />
+  <path d="M21 9v6" />
+</svg>

+ 3 - 6
src/_icons/arrow-left-circle.svg

@@ -1,11 +1,8 @@
 ---
-tags: [back, swipe, return]
 category: Arrows
-version: 1.0
 ---
 <svg>
-  <circle cx="12" cy="12" r="9" />
-  <line x1="8" y1="12" x2="16" y2="12" />
-  <line x1="8" y1="12" x2="12" y2="16" />
-  <line x1="8" y1="12" x2="12" y2="8" />
+  <path d="M17 12h-14" />
+  <path d="M6 9l-3 3l3 3" />
+  <circle cx="19" cy="12" r="2" />
 </svg>

+ 8 - 0
src/_icons/arrow-left-square.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M17 12h-14" />
+  <path d="M6 9l-3 3l3 3" />
+  <path d="M21 14h-4v-4h4z" />
+</svg>

+ 8 - 0
src/_icons/arrow-left-tail.svg

@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M18 12h-15" />
+  <path d="M6 9l-3 3l3 3" />
+  <path d="M21 9l-3 3l3 3" />
+</svg>

+ 7 - 0
src/_icons/arrow-loop-left.svg

@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M13 21v-13a4 4 0 1 1 4 4h-13" />
+  <path d="M7 15l-3 -3l3 -3" />
+</svg>

+ 7 - 0
src/_icons/arrow-loop-right.svg

@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+  <path d="M12 21v-13a4 4 0 1 0 -4 4h13" />
+  <path d="M18 15l3 -3l-3 -3" />
+</svg>

Some files were not shown because too many files changed in this diff