diff options
43 files changed, 334 insertions, 12 deletions
diff --git a/src/_icons/arrow-bottom-bar.svg b/src/_icons/arrow-bottom-bar.svg new file mode 100644 index 00000000..e49935b0 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-bottom-circle.svg b/src/_icons/arrow-bottom-circle.svg new file mode 100644 index 00000000..8d023446 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg new file mode 100644 index 00000000..7baeba1f --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg new file mode 100644 index 00000000..7047d40b --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg new file mode 100644 index 00000000..f7b8d909 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg index afbeb22e..41572a55 100644 --- a/src/_icons/arrow-left-circle.svg +++ b/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> diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg new file mode 100644 index 00000000..99f3cb11 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-left-tail.svg b/src/_icons/arrow-left-tail.svg new file mode 100644 index 00000000..ad2bb391 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg new file mode 100644 index 00000000..825bbbf1 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg new file mode 100644 index 00000000..da1b51b8 --- /dev/null +++ b/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> diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg new file mode 100644 index 00000000..ef7920da --- /dev/null +++ b/src/_icons/arrow-right-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M18 15l3 -3l-3 -3" /> + <path d="M3 12h18" /> + <path d="M3 9v6" /> +</svg> diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg index fbad325b..0d647fb5 100644 --- a/src/_icons/arrow-right-circle.svg +++ b/src/_icons/arrow-right-circle.svg @@ -1,11 +1,8 @@ --- -tags: [next, proceed, swipe] category: Arrows -version: 1.0 --- <svg> - <circle cx="12" cy="12" r="9" /> - <line x1="16" y1="12" x2="8" y2="12" /> - <line x1="16" y1="12" x2="12" y2="16" /> - <line x1="16" y1="12" x2="12" y2="8" /> + <path d="M18 15l3 -3l-3 -3" /> + <circle cx="5" cy="12" r="2" /> + <path d="M7 12h14" /> </svg> diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg new file mode 100644 index 00000000..6ae4baa8 --- /dev/null +++ b/src/_icons/arrow-right-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 12h14" /> + <path d="M18 15l3 -3l-3 -3" /> + <path d="M3 10h4v4h-4z" /> +</svg> diff --git a/src/_icons/arrow-right-tail.svg b/src/_icons/arrow-right-tail.svg new file mode 100644 index 00000000..f3a57b1d --- /dev/null +++ b/src/_icons/arrow-right-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M18 15l3 -3l-3 -3" /> + <path d="M3 15l3 -3l-3 -3" /> + <path d="M6 12h15" /> +</svg> diff --git a/src/_icons/arrow-top-bar.svg b/src/_icons/arrow-top-bar.svg new file mode 100644 index 00000000..95635778 --- /dev/null +++ b/src/_icons/arrow-top-bar.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M12 21v-18" /> + <path d="M15 6l-3 -3l-3 3" /> + <path d="M9 21h6" /> +</svg> diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg new file mode 100644 index 00000000..e09d0f1d --- /dev/null +++ b/src/_icons/arrow-top-circle.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M12 17v-14" /> + <path d="M15 6l-3 -3l-3 3" /> + <circle cx="12" cy="19" r="2" /> +</svg> diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg new file mode 100644 index 00000000..e84ab1d8 --- /dev/null +++ b/src/_icons/arrow-top-square.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M12 17v-14" /> + <path d="M15 6l-3 -3l-3 3" /> + <path d="M10 21v-4h4v4z" /> +</svg> diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg new file mode 100644 index 00000000..2ce74f4e --- /dev/null +++ b/src/_icons/arrow-top-tail.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M12 18v-15" /> + <path d="M15 6l-3 -3l-3 3" /> + <path d="M15 21l-3 -3l-3 3" /> +</svg> diff --git a/src/_icons/arrow-wave-left-down.svg b/src/_icons/arrow-wave-left-down.svg new file mode 100644 index 00000000..1578513c --- /dev/null +++ b/src/_icons/arrow-wave-left-down.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 13.998h-4v-4" /> + <path d="M21 11.998c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2" /> +</svg> diff --git a/src/_icons/arrow-wave-left-up.svg b/src/_icons/arrow-wave-left-up.svg new file mode 100644 index 00000000..cbe4a897 --- /dev/null +++ b/src/_icons/arrow-wave-left-up.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 9.996h-4v4" /> + <path d="M21 11.996c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2" /> +</svg> diff --git a/src/_icons/arrow-wave-right-down.svg b/src/_icons/arrow-wave-right-down.svg new file mode 100644 index 00000000..5dd0fa4e --- /dev/null +++ b/src/_icons/arrow-wave-right-down.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 13.998h4v-4" /> + <path d="M3 11.998c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2" /> +</svg> diff --git a/src/_icons/arrow-wave-right-up.svg b/src/_icons/arrow-wave-right-up.svg new file mode 100644 index 00000000..31474d3b --- /dev/null +++ b/src/_icons/arrow-wave-right-up.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 10h4v4" /> + <path d="M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2" /> +</svg> diff --git a/src/_icons/arrows-down-up.svg b/src/_icons/arrows-down-up.svg new file mode 100644 index 00000000..f69ed40d --- /dev/null +++ b/src/_icons/arrows-down-up.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 3v18" /> + <path d="M10 18l-3 3l-3 -3" /> + <path d="M7 21v-18" /> + <path d="M20 6l-3 -3l-3 3" /> +</svg> diff --git a/src/_icons/arrows-down.svg b/src/_icons/arrows-down.svg new file mode 100644 index 00000000..f4248e7d --- /dev/null +++ b/src/_icons/arrows-down.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 21v-18" /> + <path d="M20 18l-3 3l-3 -3" /> + <path d="M4 18l3 3l3 -3" /> + <path d="M17 21v-18" /> +</svg> diff --git a/src/_icons/arrows-join-2.svg b/src/_icons/arrows-join-2.svg new file mode 100644 index 00000000..77fb7d57 --- /dev/null +++ b/src/_icons/arrows-join-2.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" /> + <path d="M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" /> + <path d="M18 15l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/arrows-join.svg b/src/_icons/arrows-join.svg new file mode 100644 index 00000000..8808c520 --- /dev/null +++ b/src/_icons/arrows-join.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- +<svg> + <path d="M3 7h5l3.5 5h9.5" /> + <path d="M3 17h5l3.495 -5" /> + <path d="M18 15l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg new file mode 100644 index 00000000..12d0260b --- /dev/null +++ b/src/_icons/arrows-left-right.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 17h-18" /> + <path d="M6 10l-3 -3l3 -3" /> + <path d="M3 7h18" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/arrows-left.svg b/src/_icons/arrows-left.svg new file mode 100644 index 00000000..67c496a8 --- /dev/null +++ b/src/_icons/arrows-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M3 7h18" /> + <path d="M6 20l-3 -3l3 -3" /> + <path d="M6 4l-3 3l3 3" /> + <path d="M3 17h18" /> +</svg> diff --git a/src/_icons/arrows-right-left.svg b/src/_icons/arrows-right-left.svg new file mode 100644 index 00000000..c3e9ecac --- /dev/null +++ b/src/_icons/arrows-right-left.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 7h-18" /> + <path d="M18 10l3 -3l-3 -3" /> + <path d="M6 20l-3 -3l3 -3" /> + <path d="M3 17h18" /> +</svg> diff --git a/src/_icons/arrows-right.svg b/src/_icons/arrows-right.svg new file mode 100644 index 00000000..5bcd2143 --- /dev/null +++ b/src/_icons/arrows-right.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 17h-18" /> + <path d="M18 4l3 3l-3 3" /> + <path d="M18 20l3 -3l-3 -3" /> + <path d="M21 7h-18" /> +</svg> diff --git a/src/_icons/arrows-split-2.svg b/src/_icons/arrows-split-2.svg new file mode 100644 index 00000000..78cee473 --- /dev/null +++ b/src/_icons/arrows-split-2.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" /> + <path d="M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9" /> + <path d="M18 10l3 -3l-3 -3" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/arrows-split.svg b/src/_icons/arrows-split.svg new file mode 100644 index 00000000..f3df533c --- /dev/null +++ b/src/_icons/arrows-split.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M21 17h-8l-3.5 -5h-6.5" /> + <path d="M21 7h-8l-3.495 5" /> + <path d="M18 10l3 -3l-3 -3" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/arrows-up-down.svg b/src/_icons/arrows-up-down.svg new file mode 100644 index 00000000..fb965f28 --- /dev/null +++ b/src/_icons/arrows-up-down.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 3v18" /> + <path d="M10 6l-3 -3l-3 3" /> + <path d="M20 18l-3 3l-3 -3" /> + <path d="M17 21v-18" /> +</svg> diff --git a/src/_icons/arrows-up.svg b/src/_icons/arrows-up.svg new file mode 100644 index 00000000..cb9c3fcb --- /dev/null +++ b/src/_icons/arrows-up.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 3v18" /> + <path d="M4 6l3 -3l3 3" /> + <path d="M20 6l-3 -3l-3 3" /> + <path d="M7 3v18" /> +</svg> diff --git a/src/_icons/bone.svg b/src/_icons/bone.svg new file mode 100644 index 00000000..f2936bc6 --- /dev/null +++ b/src/_icons/bone.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /> +</svg> diff --git a/src/_icons/pizza.svg b/src/_icons/pizza.svg new file mode 100644 index 00000000..70a8ffab --- /dev/null +++ b/src/_icons/pizza.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" /> + <path d="M5.2 15.772a14.939 14.939 0 0 0 6.995 1.728a14.944 14.944 0 0 0 6.638 -1.545" /> + <path d="M13 11.01v-.01" /> + <path d="M11 14v-.01" /> +</svg> diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg new file mode 100644 index 00000000..112aefe8 --- /dev/null +++ b/src/_icons/rainbow.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" /> + <path d="M18 17a6 6 0 1 0 -12 0" /> + <path d="M14 17a2 2 0 1 0 -4 0" /> +</svg> diff --git a/src/_icons/switch-2.svg b/src/_icons/switch-2.svg new file mode 100644 index 00000000..c4d4d237 --- /dev/null +++ b/src/_icons/switch-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" /> + <path d="M18 4l3 3l-3 3" /> + <path d="M3 7h5l7 10h6" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/switch-3.svg b/src/_icons/switch-3.svg new file mode 100644 index 00000000..b9b73eab --- /dev/null +++ b/src/_icons/switch-3.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" /> + <path d="M18 4l3 3l-3 3" /> + <path d="M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /> + <path d="M18 20l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/trending-down-2.svg b/src/_icons/trending-down-2.svg new file mode 100644 index 00000000..db446e83 --- /dev/null +++ b/src/_icons/trending-down-2.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, decrease, fall] +category: Arrows +--- +<svg> + <path d="M3 6h5l7 10h6" /> + <path d="M18 19l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/trending-down-3.svg b/src/_icons/trending-down-3.svg new file mode 100644 index 00000000..88bd245b --- /dev/null +++ b/src/_icons/trending-down-3.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, decrease, fall] +category: Arrows +--- +<svg> + <path d="M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /> + <path d="M18 19l3 -3l-3 -3" /> +</svg> diff --git a/src/_icons/trending-up-2.svg b/src/_icons/trending-up-2.svg new file mode 100644 index 00000000..e453fbac --- /dev/null +++ b/src/_icons/trending-up-2.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, grow, increase] +category: Arrows +--- +<svg> + <path d="M18 5l3 3l-3 3" /> + <path d="M3 18h5l7 -10h6" /> +</svg> diff --git a/src/_icons/trending-up-3.svg b/src/_icons/trending-up-3.svg new file mode 100644 index 00000000..3862cbd6 --- /dev/null +++ b/src/_icons/trending-up-3.svg @@ -0,0 +1,8 @@ +--- +tags: [arrow, grow, increase] +category: Arrows +--- +<svg> + <path d="M18 5l3 3l-3 3" /> + <path d="M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397" /> +</svg> |