aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/3d-rotate.svg10
-rw-r--r--src/_icons/address-book.svg11
-rw-r--r--src/_icons/album.svg7
-rw-r--r--src/_icons/augmented-reality.svg12
-rw-r--r--src/_icons/barrier-block.svg15
-rw-r--r--src/_icons/baseline.svg8
-rw-r--r--src/_icons/cake.svg8
-rw-r--r--src/_icons/circle-rectangle.svg7
-rw-r--r--src/_icons/circle-triangle.svg7
-rw-r--r--src/_icons/dental.svg7
-rw-r--r--src/_icons/device-nintendo.svg10
-rw-r--r--src/_icons/error-404.svg10
-rw-r--r--src/_icons/file-description.svg10
-rw-r--r--src/_icons/file-settings.svg15
-rw-r--r--src/_icons/focus-centered.svg10
-rw-r--r--src/_icons/gizmo.svg10
-rw-r--r--src/_icons/layout-dashboard.svg10
-rw-r--r--src/_icons/letters-case.svg11
-rw-r--r--src/_icons/message-2-code.svg8
-rw-r--r--src/_icons/message-code.svg8
-rw-r--r--src/_icons/north-star.svg9
-rw-r--r--src/_icons/numbers.svg9
-rw-r--r--src/_icons/oval-vertical.svg7
-rw-r--r--src/_icons/oval.svg7
-rw-r--r--src/_icons/paper-bag.svg10
-rw-r--r--src/_icons/radar-2.svg9
-rw-r--r--src/_icons/radar.svg8
-rw-r--r--src/_icons/road.svg10
-rw-r--r--src/_icons/section-sign.svg8
-rw-r--r--src/_icons/square-asterisk.svg9
-rw-r--r--src/_icons/square-rotated-forbid-2.svg7
-rw-r--r--src/_icons/square-rotated-forbid.svg7
-rw-r--r--src/_icons/sword.svg7
-rw-r--r--src/_icons/timeline.svg10
-rw-r--r--src/_icons/triangle-inverted.svg6
-rw-r--r--src/_icons/webhook.svg8
-rw-r--r--src/_icons/yoga.svg9
-rw-r--r--src/editor.html2
38 files changed, 324 insertions, 12 deletions
diff --git a/src/_icons/3d-rotate.svg b/src/_icons/3d-rotate.svg
new file mode 100644
index 00000000..69f351c6
--- /dev/null
+++ b/src/_icons/3d-rotate.svg
@@ -0,0 +1,10 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M7 15.5l4 -2.5" />
+ <path d="M3 13l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" />
+ <path d="M3 13v4.5l4 2.5" />
+ <path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" />
+ <path d="M21 12l-3 3" />
+</svg>
diff --git a/src/_icons/address-book.svg b/src/_icons/address-book.svg
new file mode 100644
index 00000000..27672ad0
--- /dev/null
+++ b/src/_icons/address-book.svg
@@ -0,0 +1,11 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" />
+ <path d="M10 16h6" />
+ <circle cx="13" cy="11" r="2" />
+ <path d="M4 8h3" />
+ <path d="M4 12h3" />
+ <path d="M4 16h3" />
+</svg>
diff --git a/src/_icons/album.svg b/src/_icons/album.svg
new file mode 100644
index 00000000..3dce6560
--- /dev/null
+++ b/src/_icons/album.svg
@@ -0,0 +1,7 @@
+---
+version: "1.55"
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M12 4v7l2 -2l2 2v-7" />
+</svg>
diff --git a/src/_icons/augmented-reality.svg b/src/_icons/augmented-reality.svg
new file mode 100644
index 00000000..52e20737
--- /dev/null
+++ b/src/_icons/augmented-reality.svg
@@ -0,0 +1,12 @@
+---
+version: "1.55"
+---
+<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 12.5l4 -2.5" />
+ <path d="M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" />
+ <path d="M8 10v4.5l4 2.5" />
+</svg>
diff --git a/src/_icons/barrier-block.svg b/src/_icons/barrier-block.svg
new file mode 100644
index 00000000..d56c2824
--- /dev/null
+++ b/src/_icons/barrier-block.svg
@@ -0,0 +1,15 @@
+---
+version: "1.54"
+---
+<svg>
+ <rect x="4" y="7" width="16" height="9" rx="1" />
+ <path d="M7 16v4" />
+ <path d="M7.5 16l9 -9" />
+ <path d="M13.5 16l6.5 -6.5" />
+ <path d="M4 13.5l6.5 -6.5" />
+ <path d="M17 16v4" />
+ <path d="M5 20h4" />
+ <path d="M15 20h4" />
+ <path d="M17 7v-2" />
+ <path d="M7 7v-2" />
+</svg>
diff --git a/src/_icons/baseline.svg b/src/_icons/baseline.svg
new file mode 100644
index 00000000..5d67a618
--- /dev/null
+++ b/src/_icons/baseline.svg
@@ -0,0 +1,8 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M4 20h16" />
+ <path d="M8 16v-8a4 4 0 1 1 8 0v8" />
+ <path d="M8 10h8" />
+</svg>
diff --git a/src/_icons/cake.svg b/src/_icons/cake.svg
new file mode 100644
index 00000000..1d802ec8
--- /dev/null
+++ b/src/_icons/cake.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8z" />
+ <path d="M2.996 14.803c.312 .135 .654 .204 1.004 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1.004 -.197" />
+ <path d="M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />
+</svg>
diff --git a/src/_icons/circle-rectangle.svg b/src/_icons/circle-rectangle.svg
new file mode 100644
index 00000000..65d217c6
--- /dev/null
+++ b/src/_icons/circle-rectangle.svg
@@ -0,0 +1,7 @@
+---
+version: "1.54"
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M7 10h10v4h-10z" />
+</svg>
diff --git a/src/_icons/circle-triangle.svg b/src/_icons/circle-triangle.svg
new file mode 100644
index 00000000..96468eb4
--- /dev/null
+++ b/src/_icons/circle-triangle.svg
@@ -0,0 +1,7 @@
+---
+version: "1.54"
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M12 20l7 -12h-14z" />
+</svg>
diff --git a/src/_icons/dental.svg b/src/_icons/dental.svg
new file mode 100644
index 00000000..59ddefc2
--- /dev/null
+++ b/src/_icons/dental.svg
@@ -0,0 +1,7 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 -.001 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 .004 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 1.994 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -4.994 -4 -5c-1.423 -.004 -2.92 .911 -4 1.5z" />
+ <path d="M12 5.5l3 1.5" />
+</svg>
diff --git a/src/_icons/device-nintendo.svg b/src/_icons/device-nintendo.svg
new file mode 100644
index 00000000..d678a56e
--- /dev/null
+++ b/src/_icons/device-nintendo.svg
@@ -0,0 +1,10 @@
+---
+category: Devices
+version: "1.55"
+---
+<svg>
+ <path d="M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z" />
+ <path d="M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z" />
+ <circle cx="17.5" cy="15.5" r="1" fill="currentColor" />
+ <circle cx="6.5" cy="8.5" r="1" fill="currentColor" />
+</svg>
diff --git a/src/_icons/error-404.svg b/src/_icons/error-404.svg
new file mode 100644
index 00000000..da442ace
--- /dev/null
+++ b/src/_icons/error-404.svg
@@ -0,0 +1,10 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M3 7v4a1 1 0 0 0 1 1h3" />
+ <path d="M7 7v10" />
+ <path d="M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" />
+ <path d="M17 7v4a1 1 0 0 0 1 1h3" />
+ <path d="M21 7v10" />
+</svg>
diff --git a/src/_icons/file-description.svg b/src/_icons/file-description.svg
new file mode 100644
index 00000000..44b6cb2b
--- /dev/null
+++ b/src/_icons/file-description.svg
@@ -0,0 +1,10 @@
+---
+category: Document
+version: "1.55"
+---
+<svg>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M9 17h6" />
+ <path d="M9 13h6" />
+</svg>
diff --git a/src/_icons/file-settings.svg b/src/_icons/file-settings.svg
new file mode 100644
index 00000000..5bb14926
--- /dev/null
+++ b/src/_icons/file-settings.svg
@@ -0,0 +1,15 @@
+---
+category: Document
+version: "1.55"
+---
+<svg>
+ <circle cx="12" cy="14" r="2" />
+ <path d="M12 10.5v1.5" />
+ <path d="M12 16v1.5" />
+ <path d="M15.031 12.25l-1.299 .75" />
+ <path d="M10.268 15l-1.3 .75" />
+ <path d="M15 15.803l-1.285 -.773" />
+ <path d="M10.285 12.97l-1.285 -.773" />
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+</svg>
diff --git a/src/_icons/focus-centered.svg b/src/_icons/focus-centered.svg
new file mode 100644
index 00000000..969a48ef
--- /dev/null
+++ b/src/_icons/focus-centered.svg
@@ -0,0 +1,10 @@
+---
+version: "1.55"
+---
+<svg>
+ <circle cx="12" cy="12" r="1" />
+ <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" />
+</svg>
diff --git a/src/_icons/gizmo.svg b/src/_icons/gizmo.svg
new file mode 100644
index 00000000..3fc0b9cf
--- /dev/null
+++ b/src/_icons/gizmo.svg
@@ -0,0 +1,10 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M20 19l-8 -5.5l-8 5.5" />
+ <path d="M12 4v9.5" />
+ <circle cx="12" cy="4" r="1" />
+ <circle cx="4" cy="19" r="1" />
+ <circle cx="20" cy="19" r="1" />
+</svg>
diff --git a/src/_icons/layout-dashboard.svg b/src/_icons/layout-dashboard.svg
new file mode 100644
index 00000000..7bb1a07d
--- /dev/null
+++ b/src/_icons/layout-dashboard.svg
@@ -0,0 +1,10 @@
+---
+category: Design
+version: "1.55"
+---
+<svg>
+ <path d="M4 4h6v8h-6z" />
+ <path d="M4 16h6v4h-6z" />
+ <path d="M14 12h6v8h-6z" />
+ <path d="M14 4h6v4h-6z" />
+</svg>
diff --git a/src/_icons/letters-case.svg b/src/_icons/letters-case.svg
deleted file mode 100644
index 3f3a1149..00000000
--- a/src/_icons/letters-case.svg
+++ /dev/null
@@ -1,11 +0,0 @@
----
-tags: [typography, uppercase, capitals, lowercase, type]
-category: Text
-version: "1.5"
----
-<svg>
- <circle cx="18" cy="16" r="3" />
- <line x1="21" y1="13" x2="21" y2="19" />
- <path d="M3 19v-10a4 4 0 0 1 4 -4a4 4 0 0 1 4 4v10" />
- <line x1="3" y1="13" x2="11" y2="13" />
-</svg>
diff --git a/src/_icons/message-2-code.svg b/src/_icons/message-2-code.svg
new file mode 100644
index 00000000..1b3e493f
--- /dev/null
+++ b/src/_icons/message-2-code.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M12 20l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2l-3 3" />
+ <path d="M10 9l-2 2l2 2" />
+ <path d="M14 9l2 2l-2 2" />
+</svg>
diff --git a/src/_icons/message-code.svg b/src/_icons/message-code.svg
new file mode 100644
index 00000000..c3875b8a
--- /dev/null
+++ b/src/_icons/message-code.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" />
+ <path d="M10 9l-2 2l2 2" />
+ <path d="M14 9l2 2l-2 2" />
+</svg>
diff --git a/src/_icons/north-star.svg b/src/_icons/north-star.svg
new file mode 100644
index 00000000..0f14f32f
--- /dev/null
+++ b/src/_icons/north-star.svg
@@ -0,0 +1,9 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M3 12h18" />
+ <path d="M12 21v-18" />
+ <path d="M7.5 7.5l9 9" />
+ <path d="M7.5 16.5l9 -9" />
+</svg>
diff --git a/src/_icons/numbers.svg b/src/_icons/numbers.svg
new file mode 100644
index 00000000..5999c90c
--- /dev/null
+++ b/src/_icons/numbers.svg
@@ -0,0 +1,9 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M8 10v-7l-2 2" />
+ <path d="M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3.001h4" />
+ <path d="M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2" />
+ <path d="M6.5 10h3" />
+</svg>
diff --git a/src/_icons/oval-vertical.svg b/src/_icons/oval-vertical.svg
new file mode 100644
index 00000000..70e59323
--- /dev/null
+++ b/src/_icons/oval-vertical.svg
@@ -0,0 +1,7 @@
+---
+category: Shapes
+version: "1.55"
+---
+<svg>
+ <ellipse transform="matrix(0 -1 -1 0 24 24)" cx="12" cy="12" rx="6" ry="9" />
+</svg>
diff --git a/src/_icons/oval.svg b/src/_icons/oval.svg
new file mode 100644
index 00000000..0ec3439b
--- /dev/null
+++ b/src/_icons/oval.svg
@@ -0,0 +1,7 @@
+---
+category: Shapes
+version: "1.55"
+---
+<svg>
+ <ellipse cx="12" cy="12" rx="6" ry="9" />
+</svg>
diff --git a/src/_icons/paper-bag.svg b/src/_icons/paper-bag.svg
new file mode 100644
index 00000000..e4c1f54c
--- /dev/null
+++ b/src/_icons/paper-bag.svg
@@ -0,0 +1,10 @@
+---
+category: food
+version: "1.55"
+---
+<svg>
+ <path d="M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z" />
+ <circle cx="14" cy="15" r="2" />
+ <path d="M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" />
+ <path d="M11 7h2" />
+</svg>
diff --git a/src/_icons/radar-2.svg b/src/_icons/radar-2.svg
new file mode 100644
index 00000000..2995cb76
--- /dev/null
+++ b/src/_icons/radar-2.svg
@@ -0,0 +1,9 @@
+---
+version: "1.54"
+---
+<svg>
+ <circle cx="12" cy="12" r="1" />
+ <path d="M15.51 15.56a5 5 0 1 0 -3.51 1.44" />
+ <path d="M18.832 17.86a9 9 0 1 0 -6.832 3.14" />
+ <path d="M12 12v9" />
+</svg>
diff --git a/src/_icons/radar.svg b/src/_icons/radar.svg
new file mode 100644
index 00000000..92519584
--- /dev/null
+++ b/src/_icons/radar.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" />
+ <path d="M15.999 8.998a5 5 0 1 0 -6.999 7.003" />
+ <path d="M20.486 8.995a9 9 0 1 0 -11.482 11.495" />
+</svg>
diff --git a/src/_icons/road.svg b/src/_icons/road.svg
new file mode 100644
index 00000000..b9e08e0f
--- /dev/null
+++ b/src/_icons/road.svg
@@ -0,0 +1,10 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M4 19l4 -14" />
+ <path d="M16 5l4 14" />
+ <path d="M12 8v-2" />
+ <path d="M12 13v-2" />
+ <path d="M12 18v-2" />
+</svg>
diff --git a/src/_icons/section-sign.svg b/src/_icons/section-sign.svg
new file mode 100644
index 00000000..1463f1f1
--- /dev/null
+++ b/src/_icons/section-sign.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M9.172 19.004a3.001 3.001 0 1 0 2.828 -4.004" />
+ <path d="M14.83 5.002a3.001 3.001 0 1 0 -2.83 3.998" />
+ <circle cx="12" cy="12" r="3" />
+</svg>
diff --git a/src/_icons/square-asterisk.svg b/src/_icons/square-asterisk.svg
new file mode 100644
index 00000000..2b48d6f7
--- /dev/null
+++ b/src/_icons/square-asterisk.svg
@@ -0,0 +1,9 @@
+---
+version: "1.54"
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M12 8.5v7" />
+ <path d="M9 10l6 4" />
+ <path d="M9 14l6 -4" />
+</svg>
diff --git a/src/_icons/square-rotated-forbid-2.svg b/src/_icons/square-rotated-forbid-2.svg
new file mode 100644
index 00000000..14b5e514
--- /dev/null
+++ b/src/_icons/square-rotated-forbid-2.svg
@@ -0,0 +1,7 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" />
+ <path d="M9.5 9.5l5 5" />
+</svg>
diff --git a/src/_icons/square-rotated-forbid.svg b/src/_icons/square-rotated-forbid.svg
new file mode 100644
index 00000000..5e16cafd
--- /dev/null
+++ b/src/_icons/square-rotated-forbid.svg
@@ -0,0 +1,7 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" />
+ <path d="M9.5 14.5l5 -5" />
+</svg>
diff --git a/src/_icons/sword.svg b/src/_icons/sword.svg
new file mode 100644
index 00000000..43c21781
--- /dev/null
+++ b/src/_icons/sword.svg
@@ -0,0 +1,7 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z" />
+ <path d="M6.5 11.5l6 6" />
+</svg>
diff --git a/src/_icons/timeline.svg b/src/_icons/timeline.svg
new file mode 100644
index 00000000..0164b7d6
--- /dev/null
+++ b/src/_icons/timeline.svg
@@ -0,0 +1,10 @@
+---
+version: "1.55"
+---
+<svg>
+ <path d="M4 16l6 -7l5 5l5 -6" />
+ <circle cx="15" cy="14" r="1" />
+ <circle cx="10" cy="9" r="1" />
+ <circle cx="4" cy="16" r="1" />
+ <circle cx="20" cy="8" r="1" />
+</svg>
diff --git a/src/_icons/triangle-inverted.svg b/src/_icons/triangle-inverted.svg
new file mode 100644
index 00000000..bbd67063
--- /dev/null
+++ b/src/_icons/triangle-inverted.svg
@@ -0,0 +1,6 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M5 4h14a2 2 0 0 1 1.84 2.75l-7.1 12.25a2 2 0 0 1 -3.5 0l-7.1 -12.25a2 2 0 0 1 1.75 -2.75" />
+</svg>
diff --git a/src/_icons/webhook.svg b/src/_icons/webhook.svg
new file mode 100644
index 00000000..4d03b301
--- /dev/null
+++ b/src/_icons/webhook.svg
@@ -0,0 +1,8 @@
+---
+version: "1.54"
+---
+<svg>
+ <path d="M4.876 13.61a4 4 0 1 0 6.124 3.39h6" />
+ <path d="M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5" />
+ <path d="M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5" />
+</svg>
diff --git a/src/_icons/yoga.svg b/src/_icons/yoga.svg
new file mode 100644
index 00000000..b9905464
--- /dev/null
+++ b/src/_icons/yoga.svg
@@ -0,0 +1,9 @@
+---
+version: "1.54"
+---
+<svg>
+ <circle cx="12" cy="4" r="1" />
+ <path d="M4 20h4l1.5 -3" />
+ <path d="M17 20l-1 -5h-5l1 -7" />
+ <path d="M4 10l4 -1l4 -1l4 1.5l4 1.5" />
+</svg>
diff --git a/src/editor.html b/src/editor.html
index 48120272..faacf8d9 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -75,7 +75,7 @@ layout: default
</div>
<div class="mb">
- {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,quote|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %}
+ {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,baseline|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %}
</div>
{% assign new-icons = icons | where: "version", null %}