diff options
-rw-r--r-- | src/_icons/arrows-exchange-2.svg | 7 | ||||
-rw-r--r-- | src/_icons/arrows-exchange.svg | 7 | ||||
-rw-r--r-- | src/_icons/category-2.svg | 9 | ||||
-rw-r--r-- | src/_icons/category.svg | 9 | ||||
-rw-r--r-- | src/_icons/direction-sign.svg | 7 | ||||
-rw-r--r-- | src/_icons/discount-check.svg | 6 | ||||
-rw-r--r-- | src/_icons/fish-hook.svg | 7 | ||||
-rw-r--r-- | src/_icons/fridge.svg | 9 | ||||
-rw-r--r-- | src/_icons/health-recognition.svg | 9 | ||||
-rw-r--r-- | src/_icons/history-toggle.svg | 13 | ||||
-rw-r--r-- | src/_icons/meteor.svg | 6 | ||||
-rw-r--r-- | src/_icons/number.svg | 7 | ||||
-rw-r--r-- | src/_icons/scan-eye.svg | 11 | ||||
-rw-r--r-- | src/_icons/schema.svg | 11 | ||||
-rw-r--r-- | src/_icons/screenshot.svg | 13 | ||||
-rw-r--r-- | src/_icons/text-decrease.svg | 8 | ||||
-rw-r--r-- | src/_icons/text-increase.svg | 9 | ||||
-rw-r--r-- | src/_icons/text-recognition.svg | 11 |
18 files changed, 159 insertions, 0 deletions
diff --git a/src/_icons/arrows-exchange-2.svg b/src/_icons/arrows-exchange-2.svg new file mode 100644 index 00000000..21164fd1 --- /dev/null +++ b/src/_icons/arrows-exchange-2.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M17 10h-14l4 -4" /> + <path d="M7 14h14l-4 4" /> +</svg> diff --git a/src/_icons/arrows-exchange.svg b/src/_icons/arrows-exchange.svg new file mode 100644 index 00000000..01af16be --- /dev/null +++ b/src/_icons/arrows-exchange.svg @@ -0,0 +1,7 @@ +--- +category: Arrows +--- +<svg> + <path d="M7 10h14l-4 -4" /> + <path d="M17 14h-14l4 4" /> +</svg> diff --git a/src/_icons/category-2.svg b/src/_icons/category-2.svg new file mode 100644 index 00000000..c7a3c97d --- /dev/null +++ b/src/_icons/category-2.svg @@ -0,0 +1,9 @@ +--- +category: Shapes +--- +<svg> + <path d="M14 4h6v6h-6z" /> + <path d="M4 14h6v6h-6z" /> + <circle cx="17" cy="17" r="3" /> + <circle cx="7" cy="7" r="3" /> +</svg> diff --git a/src/_icons/category.svg b/src/_icons/category.svg new file mode 100644 index 00000000..4f369826 --- /dev/null +++ b/src/_icons/category.svg @@ -0,0 +1,9 @@ +--- +category: Shapes +--- +<svg> + <path d="M4 4h6v6h-6z" /> + <path d="M14 4h6v6h-6z" /> + <path d="M4 14h6v6h-6z" /> + <circle cx="17" cy="17" r="3" /> +</svg> diff --git a/src/_icons/direction-sign.svg b/src/_icons/direction-sign.svg new file mode 100644 index 00000000..b6472167 --- /dev/null +++ b/src/_icons/direction-sign.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548z" /> + <path d="M8 12h7.5" /> + <path d="M12 8.5l3.5 3.5l-3.5 3.5" /> +</svg> diff --git a/src/_icons/discount-check.svg b/src/_icons/discount-check.svg new file mode 100644 index 00000000..1cca2a6a --- /dev/null +++ b/src/_icons/discount-check.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /> + <path d="M9 12l2 2l4 -4" /> +</svg> diff --git a/src/_icons/fish-hook.svg b/src/_icons/fish-hook.svg new file mode 100644 index 00000000..58e12532 --- /dev/null +++ b/src/_icons/fish-hook.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M16 9v6a5 5 0 0 1 -10 0v-4l3 3" /> + <circle cx="16" cy="7" r="2" /> + <path d="M16 5v-2" /> +</svg> diff --git a/src/_icons/fridge.svg b/src/_icons/fridge.svg new file mode 100644 index 00000000..b9471898 --- /dev/null +++ b/src/_icons/fridge.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="2" /> + <path d="M5 10h14" /> + <path d="M9 13v3" /> + <path d="M9 6v1" /> +</svg> diff --git a/src/_icons/health-recognition.svg b/src/_icons/health-recognition.svg new file mode 100644 index 00000000..9d1b4b0d --- /dev/null +++ b/src/_icons/health-recognition.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> + <path d="M4 16v2a2 2 0 0 0 2 2h2" /> + <path d="M16 4h2a2 2 0 0 1 2 2v2" /> + <path d="M16 20h2a2 2 0 0 0 2 -2v-2" /> + <path d="M8.603 9.61a2.04 2.04 0 0 1 2.912 0l.485 .39l.5 -.396a2.035 2.035 0 0 1 2.897 .007a2.104 2.104 0 0 1 0 2.949l-3.397 3.44l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95z" /> +</svg> diff --git a/src/_icons/history-toggle.svg b/src/_icons/history-toggle.svg new file mode 100644 index 00000000..624459a6 --- /dev/null +++ b/src/_icons/history-toggle.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <path d="M12 8v4l3 3" /> + <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" /> + <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" /> + <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" /> + <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" /> + <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" /> + <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" /> + <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" /> + <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" /> +</svg> diff --git a/src/_icons/meteor.svg b/src/_icons/meteor.svg new file mode 100644 index 00000000..01f76eb8 --- /dev/null +++ b/src/_icons/meteor.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M21 3l-5 9h5l-6.891 7.086a6.5 6.5 0 1 1 -8.855 -9.506l7.746 -6.58l-1 5l9 -5z" /> + <circle cx="9.5" cy="14.5" r="2.5" /> +</svg> diff --git a/src/_icons/number.svg b/src/_icons/number.svg new file mode 100644 index 00000000..300f0bfb --- /dev/null +++ b/src/_icons/number.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 17v-10l7 10v-10" /> + <path d="M15 17h5" /> + <ellipse cx="17.5" cy="10" rx="2.5" ry="3" /> +</svg> diff --git a/src/_icons/scan-eye.svg b/src/_icons/scan-eye.svg new file mode 100644 index 00000000..67a7bcfa --- /dev/null +++ b/src/_icons/scan-eye.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> + <path d="M4 16v2a2 2 0 0 0 2 2h2" /> + <path d="M16 4h2a2 2 0 0 1 2 2v2" /> + <path d="M16 20h2a2 2 0 0 0 2 -2v-2" /> + <path d="M7 12c3.333 -4.667 6.667 -4.667 10 0" /> + <path d="M7 12c3.333 4.667 6.667 4.667 10 0" /> + <path d="M12 12h-.01" /> +</svg> diff --git a/src/_icons/schema.svg b/src/_icons/schema.svg new file mode 100644 index 00000000..b34ea2fe --- /dev/null +++ b/src/_icons/schema.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <path d="M5 2h5v4h-5z" /> + <path d="M15 10h5v4h-5z" /> + <path d="M5 18h5v4h-5z" /> + <path d="M5 10h5v4h-5z" /> + <path d="M10 12h5" /> + <path d="M7.5 6v4" /> + <path d="M7.5 14v4" /> +</svg> diff --git a/src/_icons/screenshot.svg b/src/_icons/screenshot.svg new file mode 100644 index 00000000..56676aab --- /dev/null +++ b/src/_icons/screenshot.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <path d="M7 19a2 2 0 0 1 -2 -2" /> + <path d="M5 13v-2" /> + <path d="M5 7a2 2 0 0 1 2 -2" /> + <path d="M11 5h2" /> + <path d="M17 5a2 2 0 0 1 2 2" /> + <path d="M19 11v2" /> + <path d="M19 17v4" /> + <path d="M21 19h-4" /> + <path d="M13 19h-2" /> +</svg> diff --git a/src/_icons/text-decrease.svg b/src/_icons/text-decrease.svg new file mode 100644 index 00000000..d2949975 --- /dev/null +++ b/src/_icons/text-decrease.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- +<svg> + <path d="M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" /> + <path d="M4 13h7" /> + <path d="M21 12h-6" /> +</svg> diff --git a/src/_icons/text-increase.svg b/src/_icons/text-increase.svg new file mode 100644 index 00000000..e25c7914 --- /dev/null +++ b/src/_icons/text-increase.svg @@ -0,0 +1,9 @@ +--- +category: Text +--- +<svg> + <path d="M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" /> + <path d="M4 13h7" /> + <path d="M18 9v6" /> + <path d="M21 12h-6" /> +</svg> diff --git a/src/_icons/text-recognition.svg b/src/_icons/text-recognition.svg new file mode 100644 index 00000000..b0d07f03 --- /dev/null +++ b/src/_icons/text-recognition.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- +<svg> + <path d="M4 8v-2a2 2 0 0 1 2 -2h2" /> + <path d="M4 16v2a2 2 0 0 0 2 2h2" /> + <path d="M16 4h2a2 2 0 0 1 2 2v2" /> + <path d="M16 20h2a2 2 0 0 0 2 -2v-2" /> + <path d="M12 16v-7" /> + <path d="M9 9h6" /> +</svg> |