aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/alphabet-cyrillic.svg8
-rw-r--r--src/_icons/alphabet-greek.svg9
-rw-r--r--src/_icons/alphabet-latin.svg9
-rw-r--r--src/_icons/arrows-exchange-2.svg8
-rw-r--r--src/_icons/arrows-exchange.svg8
-rw-r--r--src/_icons/article.svg9
-rw-r--r--src/_icons/brackets-contain-end.svg10
-rw-r--r--src/_icons/brackets-contain-start.svg10
-rw-r--r--src/_icons/brackets-contain.svg11
-rw-r--r--src/_icons/brand-amongus.svg9
-rw-r--r--src/_icons/brand-apple-podcast.svg9
-rw-r--r--src/_icons/brand-badoo.svg8
-rw-r--r--src/_icons/brand-bandcamp.svg7
-rw-r--r--src/_icons/brand-beats.svg9
-rw-r--r--src/_icons/brand-coinbase.svg7
-rw-r--r--src/_icons/brand-disney.svg8
-rw-r--r--src/_icons/brand-flipboard.svg7
-rw-r--r--src/_icons/brand-google-photos.svg10
-rw-r--r--src/_icons/brand-grindr.svg9
-rw-r--r--src/_icons/brand-linktree.svg8
-rw-r--r--src/_icons/brand-pushover.svg8
-rw-r--r--src/_icons/brand-tidal.svg5
-rw-r--r--src/_icons/brand-vinted.svg7
-rw-r--r--src/_icons/brand-vivaldi.svg7
-rw-r--r--src/_icons/brand-walmart.svg12
-rw-r--r--src/_icons/brand-wish.svg8
-rw-r--r--src/_icons/brand-yatse.svg7
-rw-r--r--src/_icons/brand-youtube-kids.svg8
-rw-r--r--src/_icons/brand-zoom.svg8
-rw-r--r--src/_icons/brand-zwift.svg7
-rw-r--r--src/_icons/broadcast-off.svg10
-rw-r--r--src/_icons/broadcast.svg9
-rw-r--r--src/_icons/category-2.svg10
-rw-r--r--src/_icons/category.svg10
-rw-r--r--src/_icons/clover.svg9
-rw-r--r--src/_icons/direction-sign.svg8
-rw-r--r--src/_icons/discount-check.svg7
-rw-r--r--src/_icons/fish-hook.svg8
-rw-r--r--src/_icons/fridge.svg10
-rw-r--r--src/_icons/health-recognition.svg10
-rw-r--r--src/_icons/history-toggle.svg14
-rw-r--r--src/_icons/meteor.svg7
-rw-r--r--src/_icons/number.svg8
-rw-r--r--src/_icons/pencil-minus.svg9
-rw-r--r--src/_icons/pencil-plus.svg9
-rw-r--r--src/_icons/plane-tilt.svg7
-rw-r--r--src/_icons/scan-eye.svg12
-rw-r--r--src/_icons/schema.svg12
-rw-r--r--src/_icons/screenshot.svg14
-rw-r--r--src/_icons/signal-3g.svg9
-rw-r--r--src/_icons/signal-4g.svg9
-rw-r--r--src/_icons/signal-5g.svg8
-rw-r--r--src/_icons/text-decrease.svg9
-rw-r--r--src/_icons/text-increase.svg10
-rw-r--r--src/_icons/text-recognition.svg12
-rw-r--r--src/_icons/window-maximize.svg10
-rw-r--r--src/_icons/window-minimize.svg10
57 files changed, 506 insertions, 4 deletions
diff --git a/src/_icons/alphabet-cyrillic.svg b/src/_icons/alphabet-cyrillic.svg
new file mode 100644
index 00000000..0705b06f
--- /dev/null
+++ b/src/_icons/alphabet-cyrillic.svg
@@ -0,0 +1,8 @@
+---
+category: Text
+version: "1.69"
+---
+<svg>
+ <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" />
+ <path d="M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3" />
+</svg>
diff --git a/src/_icons/alphabet-greek.svg b/src/_icons/alphabet-greek.svg
new file mode 100644
index 00000000..e67197be
--- /dev/null
+++ b/src/_icons/alphabet-greek.svg
@@ -0,0 +1,9 @@
+---
+category: Text
+version: "1.69"
+---
+<svg>
+ <path d="M10 10v7" />
+ <rect x="5" y="10" width="5" height="7" rx="2" />
+ <path d="M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2" />
+</svg>
diff --git a/src/_icons/alphabet-latin.svg b/src/_icons/alphabet-latin.svg
new file mode 100644
index 00000000..1627ecc8
--- /dev/null
+++ b/src/_icons/alphabet-latin.svg
@@ -0,0 +1,9 @@
+---
+category: Text
+version: "1.69"
+---
+<svg>
+ <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" />
+ <path d="M14 7v10" />
+ <rect x="14" y="10" width="5" height="7" rx="2" />
+</svg>
diff --git a/src/_icons/arrows-exchange-2.svg b/src/_icons/arrows-exchange-2.svg
new file mode 100644
index 00000000..78ae044e
--- /dev/null
+++ b/src/_icons/arrows-exchange-2.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+version: "1.70"
+---
+<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..7af83215
--- /dev/null
+++ b/src/_icons/arrows-exchange.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+version: "1.70"
+---
+<svg>
+ <path d="M7 10h14l-4 -4" />
+ <path d="M17 14h-14l4 4" />
+</svg>
diff --git a/src/_icons/article.svg b/src/_icons/article.svg
new file mode 100644
index 00000000..8d70757d
--- /dev/null
+++ b/src/_icons/article.svg
@@ -0,0 +1,9 @@
+---
+version: "1.69"
+---
+<svg>
+ <rect x="3" y="4" width="18" height="16" rx="2" />
+ <path d="M7 8h10" />
+ <path d="M7 12h10" />
+ <path d="M7 16h10" />
+</svg>
diff --git a/src/_icons/brackets-contain-end.svg b/src/_icons/brackets-contain-end.svg
new file mode 100644
index 00000000..79a1fab8
--- /dev/null
+++ b/src/_icons/brackets-contain-end.svg
@@ -0,0 +1,10 @@
+---
+category: Math
+version: "1.69"
+---
+<svg>
+ <path d="M14 4h4v16h-4" />
+ <path d="M5 16h.01" />
+ <path d="M9 16h.01" />
+ <path d="M13 16h.01" />
+</svg>
diff --git a/src/_icons/brackets-contain-start.svg b/src/_icons/brackets-contain-start.svg
new file mode 100644
index 00000000..1c2e94a0
--- /dev/null
+++ b/src/_icons/brackets-contain-start.svg
@@ -0,0 +1,10 @@
+---
+category: Math
+version: "1.69"
+---
+<svg>
+ <path d="M9 4h-4v16h4" />
+ <path d="M18 16h-.01" />
+ <path d="M14 16h-.01" />
+ <path d="M10 16h-.01" />
+</svg>
diff --git a/src/_icons/brackets-contain.svg b/src/_icons/brackets-contain.svg
new file mode 100644
index 00000000..65066d0c
--- /dev/null
+++ b/src/_icons/brackets-contain.svg
@@ -0,0 +1,11 @@
+---
+category: Math
+version: "1.69"
+---
+<svg>
+ <path d="M7 4h-4v16h4" />
+ <path d="M17 4h4v16h-4" />
+ <path d="M8 16h.01" />
+ <path d="M12 16h.01" />
+ <path d="M16 16h.01" />
+</svg>
diff --git a/src/_icons/brand-amongus.svg b/src/_icons/brand-amongus.svg
new file mode 100644
index 00000000..8fec35b0
--- /dev/null
+++ b/src/_icons/brand-amongus.svg
@@ -0,0 +1,9 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z" />
+ <path d="M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481" />
+ <path d="M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881" />
+</svg>
diff --git a/src/_icons/brand-apple-podcast.svg b/src/_icons/brand-apple-podcast.svg
new file mode 100644
index 00000000..7c0253c5
--- /dev/null
+++ b/src/_icons/brand-apple-podcast.svg
@@ -0,0 +1,9 @@
+---
+category: Brand
+version: "1.69"
+---
+<svg>
+ <path d="M18.364 18.364a9 9 0 1 0 -12.728 0" />
+ <path d="M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752z" />
+ <circle cx="12" cy="9" r="2" />
+</svg>
diff --git a/src/_icons/brand-badoo.svg b/src/_icons/brand-badoo.svg
new file mode 100644
index 00000000..3b0ef764
--- /dev/null
+++ b/src/_icons/brand-badoo.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c-.004 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z" />
+ <path d="M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5" />
+</svg>
diff --git a/src/_icons/brand-bandcamp.svg b/src/_icons/brand-bandcamp.svg
new file mode 100644
index 00000000..410a11e9
--- /dev/null
+++ b/src/_icons/brand-bandcamp.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M8.5 6h13.5l-7 12h-13z" />
+</svg>
diff --git a/src/_icons/brand-beats.svg b/src/_icons/brand-beats.svg
new file mode 100644
index 00000000..577323ff
--- /dev/null
+++ b/src/_icons/brand-beats.svg
@@ -0,0 +1,9 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <circle cx="12.5" cy="12.5" r="3.5" />
+ <path d="M9 12v-8" />
+</svg>
diff --git a/src/_icons/brand-coinbase.svg b/src/_icons/brand-coinbase.svg
new file mode 100644
index 00000000..77b05f59
--- /dev/null
+++ b/src/_icons/brand-coinbase.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M12.95 22c-4.503 .001 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z" />
+</svg>
diff --git a/src/_icons/brand-disney.svg b/src/_icons/brand-disney.svg
new file mode 100644
index 00000000..beeabf33
--- /dev/null
+++ b/src/_icons/brand-disney.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5" />
+ <path d="M10.02 8a505.153 505.153 0 0 0 0 13" />
+</svg>
diff --git a/src/_icons/brand-flipboard.svg b/src/_icons/brand-flipboard.svg
new file mode 100644
index 00000000..6f7281fe
--- /dev/null
+++ b/src/_icons/brand-flipboard.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a0.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a0.973 .973 0 0 1 -.974 .973h-4.053a0.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973z" />
+</svg>
diff --git a/src/_icons/brand-google-photos.svg b/src/_icons/brand-google-photos.svg
new file mode 100644
index 00000000..97015f6b
--- /dev/null
+++ b/src/_icons/brand-google-photos.svg
@@ -0,0 +1,10 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a0.61 .61 0 0 1 -.426 -.173a0.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z" />
+ <path d="M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z" />
+ <path d="M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a0.61 .61 0 0 1 -.173 .431a0.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z" />
+ <path d="M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a0.61 .61 0 0 1 .175 -.428a0.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z" />
+</svg>
diff --git a/src/_icons/brand-grindr.svg b/src/_icons/brand-grindr.svg
new file mode 100644
index 00000000..ea6dd1e1
--- /dev/null
+++ b/src/_icons/brand-grindr.svg
@@ -0,0 +1,9 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M13 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z" />
+ <path d="M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z" />
+ <path d="M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z" />
+</svg>
diff --git a/src/_icons/brand-linktree.svg b/src/_icons/brand-linktree.svg
new file mode 100644
index 00000000..22badf5b
--- /dev/null
+++ b/src/_icons/brand-linktree.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.69"
+---
+<svg>
+ <path d="M9 3l-7 12h3v5h5v-5h-2l4 -7z" />
+ <path d="M15 3l7 12h-3v5h-5v-5h2l-4 -7z" />
+</svg>
diff --git a/src/_icons/brand-pushover.svg b/src/_icons/brand-pushover.svg
new file mode 100644
index 00000000..6b6f7aa5
--- /dev/null
+++ b/src/_icons/brand-pushover.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1" />
+ <path d="M12.5 6l-5.5 15" />
+</svg>
diff --git a/src/_icons/brand-tidal.svg b/src/_icons/brand-tidal.svg
index fddabacb..d06c1685 100644
--- a/src/_icons/brand-tidal.svg
+++ b/src/_icons/brand-tidal.svg
@@ -4,8 +4,5 @@ category: Brand
version: "1.32"
---
<svg>
- <path d="M12 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" />
- <path d="M12 14l-2.5 2.5l2.5 2.5l2.5 -2.5z" />
- <path d="M19 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" />
- <path d="M5 7l-2.5 2.5l2.5 2.5l2.5 -2.5z" />
+ <path d="M5.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25z" />
</svg>
diff --git a/src/_icons/brand-vinted.svg b/src/_icons/brand-vinted.svg
new file mode 100644
index 00000000..c88a12df
--- /dev/null
+++ b/src/_icons/brand-vinted.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M11.028 6c0 7.695 -.292 11.728 0 12c2.046 -5.002 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3z" />
+</svg>
diff --git a/src/_icons/brand-vivaldi.svg b/src/_icons/brand-vivaldi.svg
new file mode 100644
index 00000000..b244c491
--- /dev/null
+++ b/src/_icons/brand-vivaldi.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674" />
+</svg>
diff --git a/src/_icons/brand-walmart.svg b/src/_icons/brand-walmart.svg
new file mode 100644
index 00000000..e6522621
--- /dev/null
+++ b/src/_icons/brand-walmart.svg
@@ -0,0 +1,12 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M12 8.04v-5.04" />
+ <path d="M15.5 10l4.5 -2.5" />
+ <path d="M15.5 14l4.5 2.5" />
+ <path d="M12 15.96v5.04" />
+ <path d="M8.5 14l-4.5 2.5" />
+ <path d="M8.5 10l-4.5 -2.505" />
+</svg>
diff --git a/src/_icons/brand-wish.svg b/src/_icons/brand-wish.svg
new file mode 100644
index 00000000..62cc1ac8
--- /dev/null
+++ b/src/_icons/brand-wish.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633" />
+ <path d="M14.504 14.429l.334 -2.999" />
+</svg>
diff --git a/src/_icons/brand-yatse.svg b/src/_icons/brand-yatse.svg
new file mode 100644
index 00000000..6887d28c
--- /dev/null
+++ b/src/_icons/brand-yatse.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M7.002 3l4.998 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3.002 1.77v-5.565l3.002 -1.771z" />
+</svg>
diff --git a/src/_icons/brand-youtube-kids.svg b/src/_icons/brand-youtube-kids.svg
new file mode 100644
index 00000000..84fee872
--- /dev/null
+++ b/src/_icons/brand-youtube-kids.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M17.782 17.03l-3.413 .235l-.023 .002c-1.117 .09 -2.214 .335 -3.257 .725l-2.197 .794a3.597 3.597 0 0 1 -2.876 -.189a3.342 3.342 0 0 1 -1.732 -2.211l-1.204 -5.293a3.21 3.21 0 0 1 .469 -2.503a3.468 3.468 0 0 1 2.177 -1.452l9.843 -2.06c1.87 -.392 3.716 .744 4.124 2.537l1.227 5.392a3.217 3.217 0 0 1 -.61 2.7a3.506 3.506 0 0 1 -2.528 1.323z" />
+ <path d="M10 10l.972 4l4.028 -3z" />
+</svg>
diff --git a/src/_icons/brand-zoom.svg b/src/_icons/brand-zoom.svg
new file mode 100644
index 00000000..c63c0d3f
--- /dev/null
+++ b/src/_icons/brand-zoom.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M17.011 9.385v5.128l3.989 3.487v-12z" />
+ <path d="M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a0.991 .991 0 0 1 -.975 1.001h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8.002a0.882 .882 0 0 1 .208 -.71a0.841 .841 0 0 1 .67 -.287z" />
+</svg>
diff --git a/src/_icons/brand-zwift.svg b/src/_icons/brand-zwift.svg
new file mode 100644
index 00000000..aabad738
--- /dev/null
+++ b/src/_icons/brand-zwift.svg
@@ -0,0 +1,7 @@
+---
+category: Brand
+version: "1.71"
+---
+<svg>
+ <path d="M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z" />
+</svg>
diff --git a/src/_icons/broadcast-off.svg b/src/_icons/broadcast-off.svg
new file mode 100644
index 00000000..785015d4
--- /dev/null
+++ b/src/_icons/broadcast-off.svg
@@ -0,0 +1,10 @@
+---
+category: Devices
+version: "1.69"
+---
+<svg>
+ <path d="M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208" />
+ <path d="M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3.001 1a5 5 0 0 0 -.535 7.536" />
+ <path d="M12 12a1 1 0 1 0 1 1" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/broadcast.svg b/src/_icons/broadcast.svg
new file mode 100644
index 00000000..3c3a734d
--- /dev/null
+++ b/src/_icons/broadcast.svg
@@ -0,0 +1,9 @@
+---
+category: Devices
+version: "1.69"
+---
+<svg>
+ <path d="M18.364 19.364a9 9 0 1 0 -12.728 0" />
+ <path d="M15.536 16.536a5 5 0 1 0 -7.072 0" />
+ <circle cx="12" cy="13" r="1" />
+</svg>
diff --git a/src/_icons/category-2.svg b/src/_icons/category-2.svg
new file mode 100644
index 00000000..296673ad
--- /dev/null
+++ b/src/_icons/category-2.svg
@@ -0,0 +1,10 @@
+---
+category: Shapes
+version: "1.70"
+---
+<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..117c03e5
--- /dev/null
+++ b/src/_icons/category.svg
@@ -0,0 +1,10 @@
+---
+category: Shapes
+version: "1.70"
+---
+<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/clover.svg b/src/_icons/clover.svg
new file mode 100644
index 00000000..45d055d2
--- /dev/null
+++ b/src/_icons/clover.svg
@@ -0,0 +1,9 @@
+---
+version: "1.69"
+---
+<svg>
+ <path d="M12 10l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" />
+ <path d="M12 14l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" />
+ <path d="M14 12l3.44 -3.397a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0l-3.44 -3.397z" />
+ <path d="M10 12l-3.44 -3.397a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0l3.44 -3.397z" />
+</svg>
diff --git a/src/_icons/direction-sign.svg b/src/_icons/direction-sign.svg
new file mode 100644
index 00000000..8f93007e
--- /dev/null
+++ b/src/_icons/direction-sign.svg
@@ -0,0 +1,8 @@
+---
+version: "1.70"
+---
+<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..ae719946
--- /dev/null
+++ b/src/_icons/discount-check.svg
@@ -0,0 +1,7 @@
+---
+version: "1.70"
+---
+<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..a39deaa6
--- /dev/null
+++ b/src/_icons/fish-hook.svg
@@ -0,0 +1,8 @@
+---
+version: "1.70"
+---
+<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..6450abd2
--- /dev/null
+++ b/src/_icons/fridge.svg
@@ -0,0 +1,10 @@
+---
+category: Devices
+version: "1.70"
+---
+<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..8b59bcbc
--- /dev/null
+++ b/src/_icons/health-recognition.svg
@@ -0,0 +1,10 @@
+---
+version: "1.70"
+---
+<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..cbe74176
--- /dev/null
+++ b/src/_icons/history-toggle.svg
@@ -0,0 +1,14 @@
+---
+version: "1.70"
+---
+<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..5026638d
--- /dev/null
+++ b/src/_icons/meteor.svg
@@ -0,0 +1,7 @@
+---
+version: "1.70"
+---
+<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..01a671a3
--- /dev/null
+++ b/src/_icons/number.svg
@@ -0,0 +1,8 @@
+---
+version: "1.70"
+---
+<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/pencil-minus.svg b/src/_icons/pencil-minus.svg
new file mode 100644
index 00000000..e84977c2
--- /dev/null
+++ b/src/_icons/pencil-minus.svg
@@ -0,0 +1,9 @@
+---
+category: Design
+version: "1.69"
+---
+<svg>
+ <path d="M8 20l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" />
+ <path d="M13.5 6.5l4 4" />
+ <path d="M16 18h4" />
+</svg>
diff --git a/src/_icons/pencil-plus.svg b/src/_icons/pencil-plus.svg
new file mode 100644
index 00000000..cd7964da
--- /dev/null
+++ b/src/_icons/pencil-plus.svg
@@ -0,0 +1,9 @@
+---
+category: Design
+version: "1.69"
+---
+<svg>
+ <path d="M8 20l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" />
+ <path d="M13.5 6.5l4 4" />
+ <path d="M16 18h4m-2 -2v4" />
+</svg>
diff --git a/src/_icons/plane-tilt.svg b/src/_icons/plane-tilt.svg
new file mode 100644
index 00000000..20019d43
--- /dev/null
+++ b/src/_icons/plane-tilt.svg
@@ -0,0 +1,7 @@
+---
+category: Vehicles
+version: "1.69"
+---
+<svg>
+ <path d="M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5z" />
+</svg>
diff --git a/src/_icons/scan-eye.svg b/src/_icons/scan-eye.svg
new file mode 100644
index 00000000..2218a67d
--- /dev/null
+++ b/src/_icons/scan-eye.svg
@@ -0,0 +1,12 @@
+---
+version: "1.70"
+---
+<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..eccf88ea
--- /dev/null
+++ b/src/_icons/schema.svg
@@ -0,0 +1,12 @@
+---
+version: "1.70"
+---
+<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..b7439986
--- /dev/null
+++ b/src/_icons/screenshot.svg
@@ -0,0 +1,14 @@
+---
+version: "1.70"
+---
+<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/signal-3g.svg b/src/_icons/signal-3g.svg
new file mode 100644
index 00000000..fb1f4318
--- /dev/null
+++ b/src/_icons/signal-3g.svg
@@ -0,0 +1,9 @@
+---
+category: Devices
+version: "1.69"
+---
+<svg>
+ <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" />
+ <path d="M4 8h3a2 2 0 1 1 0 4h-3" />
+ <path d="M7 12a2 2 0 1 1 0 4h-3" />
+</svg>
diff --git a/src/_icons/signal-4g.svg b/src/_icons/signal-4g.svg
new file mode 100644
index 00000000..ad08757d
--- /dev/null
+++ b/src/_icons/signal-4g.svg
@@ -0,0 +1,9 @@
+---
+category: Devices
+version: "1.69"
+---
+<svg>
+ <path d="M4 8v5h6" />
+ <path d="M8 8v8" />
+ <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" />
+</svg>
diff --git a/src/_icons/signal-5g.svg b/src/_icons/signal-5g.svg
new file mode 100644
index 00000000..9e7910d8
--- /dev/null
+++ b/src/_icons/signal-5g.svg
@@ -0,0 +1,8 @@
+---
+category: Devices
+version: "1.69"
+---
+<svg>
+ <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" />
+ <path d="M9 8h-5v4h3a2 2 0 1 1 0 4h-3" />
+</svg>
diff --git a/src/_icons/text-decrease.svg b/src/_icons/text-decrease.svg
new file mode 100644
index 00000000..f6fdd066
--- /dev/null
+++ b/src/_icons/text-decrease.svg
@@ -0,0 +1,9 @@
+---
+category: Text
+version: "1.70"
+---
+<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..da41ddf7
--- /dev/null
+++ b/src/_icons/text-increase.svg
@@ -0,0 +1,10 @@
+---
+category: Text
+version: "1.70"
+---
+<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..1f787645
--- /dev/null
+++ b/src/_icons/text-recognition.svg
@@ -0,0 +1,12 @@
+---
+category: Text
+version: "1.70"
+---
+<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>
diff --git a/src/_icons/window-maximize.svg b/src/_icons/window-maximize.svg
new file mode 100644
index 00000000..de1f8d61
--- /dev/null
+++ b/src/_icons/window-maximize.svg
@@ -0,0 +1,10 @@
+---
+category: System
+version: "1.69"
+---
+<svg>
+ <rect x="3" y="16" width="5" height="5" rx="1" />
+ <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" />
+ <path d="M12 8h4v4" />
+ <path d="M16 8l-5 5" />
+</svg>
diff --git a/src/_icons/window-minimize.svg b/src/_icons/window-minimize.svg
new file mode 100644
index 00000000..007617f2
--- /dev/null
+++ b/src/_icons/window-minimize.svg
@@ -0,0 +1,10 @@
+---
+category: System
+version: "1.69"
+---
+<svg>
+ <rect x="3" y="16" width="5" height="5" rx="1" />
+ <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" />
+ <path d="M15 13h-4v-4" />
+ <path d="M11 13l5 -5" />
+</svg>