aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icons/square-rotated.svg9
-rw-r--r--icons/underline.svg11
-rw-r--r--src/_icons/calendar-stats.svg10
-rw-r--r--src/_icons/calendar-time.svg10
-rw-r--r--src/_icons/circle-half-vertical.svg6
-rw-r--r--src/_icons/circle-half.svg6
-rw-r--r--src/_icons/cursor-text.svg7
-rw-r--r--src/_icons/dimensions.svg13
-rw-r--r--src/_icons/letter-case-lower.svg8
-rw-r--r--src/_icons/letter-case-toggle.svg8
-rw-r--r--src/_icons/letter-case-upper.svg8
-rw-r--r--src/_icons/letter-case.svg8
-rw-r--r--src/_icons/letter-spacing.svg9
-rw-r--r--src/_icons/line-dashed.svg7
-rw-r--r--src/_icons/line-dotted.svg9
-rw-r--r--src/_icons/mask-off.svg7
-rw-r--r--src/_icons/mask.svg6
-rw-r--r--src/_icons/minus-vertical.svg5
-rw-r--r--src/_icons/overline.svg6
-rw-r--r--src/_icons/radius-bottom-left.svg5
-rw-r--r--src/_icons/radius-bottom-right.svg5
-rw-r--r--src/_icons/radius-top-left.svg5
-rw-r--r--src/_icons/radius-top-right.svg5
-rw-r--r--src/_icons/recharging.svg4
-rw-r--r--src/_icons/report.svg15
-rw-r--r--src/_icons/square-rotated-off.svg6
-rw-r--r--src/_icons/square-rotated.svg4
-rw-r--r--src/_icons/underline.svg7
28 files changed, 180 insertions, 29 deletions
diff --git a/icons/square-rotated.svg b/icons/square-rotated.svg
index d0be599d..7e331bdf 100644
--- a/icons/square-rotated.svg
+++ b/icons/square-rotated.svg
@@ -1,6 +1,5 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-rotated" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
- <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" />
+---
+---
+<svg>
+ <path d="M10.498 20.413l-6.911-6.91c-.783-.783-.783-2.223 0-3.005l6.91-6.911c.783-.783 2.223-.783 3.005 0l6.911 6.91c.783.783.783 2.223 0 3.005l-6.91 6.911c-.783.783-2.223.783-3.005 0z"/>
</svg>
-
-
diff --git a/icons/underline.svg b/icons/underline.svg
index 342e4f3d..dc75b0f8 100644
--- a/icons/underline.svg
+++ b/icons/underline.svg
@@ -1,7 +1,6 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-underline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
- <line x1="6" y1="20" x2="18" y2="20" />
- <path d="M8 5v6a4 4 0 0 0 8 0v-6" />
+---
+---
+<svg>
+ <path d="M7 5v5a5 5 0 0 0 10 0V5"/>
+ <path d="M5 19h14"/>
</svg>
-
-
diff --git a/src/_icons/calendar-stats.svg b/src/_icons/calendar-stats.svg
new file mode 100644
index 00000000..d0d5dcbd
--- /dev/null
+++ b/src/_icons/calendar-stats.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />
+ <path d="M18 14v4h4" />
+ <circle cx="18" cy="18" r="4" />
+ <path d="M15 3v4" />
+ <path d="M7 3v4" />
+ <path d="M3 11h16" />
+</svg>
diff --git a/src/_icons/calendar-time.svg b/src/_icons/calendar-time.svg
new file mode 100644
index 00000000..2618d80c
--- /dev/null
+++ b/src/_icons/calendar-time.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />
+ <circle cx="18" cy="18" r="4" />
+ <path d="M15 3v4" />
+ <path d="M7 3v4" />
+ <path d="M3 11h16" />
+ <path d="M18 16.496v1.504l1 1" />
+</svg>
diff --git a/src/_icons/circle-half-vertical.svg b/src/_icons/circle-half-vertical.svg
new file mode 100644
index 00000000..ae696341
--- /dev/null
+++ b/src/_icons/circle-half-vertical.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M3 12h18" />
+</svg>
diff --git a/src/_icons/circle-half.svg b/src/_icons/circle-half.svg
new file mode 100644
index 00000000..2f766d57
--- /dev/null
+++ b/src/_icons/circle-half.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M12 3v18" />
+</svg>
diff --git a/src/_icons/cursor-text.svg b/src/_icons/cursor-text.svg
new file mode 100644
index 00000000..78d6068d
--- /dev/null
+++ b/src/_icons/cursor-text.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M10 12h4" />
+ <path d="M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3" />
+ <path d="M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3" />
+</svg>
diff --git a/src/_icons/dimensions.svg b/src/_icons/dimensions.svg
new file mode 100644
index 00000000..4b504854
--- /dev/null
+++ b/src/_icons/dimensions.svg
@@ -0,0 +1,13 @@
+---
+---
+<svg>
+ <path d="M3 5h11" />
+ <path d="M12 7l2 -2l-2 -2" />
+ <path d="M5 3l-2 2l2 2" />
+ <g>
+ <path d="M19 10v11" />
+ <path d="M17 19l2 2l2 -2" />
+ <path d="M21 12l-2 -2l-2 2" />
+ </g>
+ <rect x="3" y="10" width="11" height="11" rx="2" />
+</svg>
diff --git a/src/_icons/letter-case-lower.svg b/src/_icons/letter-case-lower.svg
new file mode 100644
index 00000000..10dbc4c5
--- /dev/null
+++ b/src/_icons/letter-case-lower.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="6.5" cy="15.5" r="3.5" />
+ <path d="M10 12v7" />
+ <circle cx="17.5" cy="15.5" r="3.5" />
+ <path d="M21 12v7" />
+</svg>
diff --git a/src/_icons/letter-case-toggle.svg b/src/_icons/letter-case-toggle.svg
new file mode 100644
index 00000000..628e791d
--- /dev/null
+++ b/src/_icons/letter-case-toggle.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="6.5" cy="15.5" r="3.5" />
+ <path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />
+ <path d="M14 13h7" />
+ <path d="M10 12v7" />
+</svg>
diff --git a/src/_icons/letter-case-upper.svg b/src/_icons/letter-case-upper.svg
new file mode 100644
index 00000000..66dc357c
--- /dev/null
+++ b/src/_icons/letter-case-upper.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />
+ <path d="M3 13h7" />
+ <path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />
+ <path d="M14 13h7" />
+</svg>
diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg
new file mode 100644
index 00000000..179eb9ac
--- /dev/null
+++ b/src/_icons/letter-case.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="17.5" cy="15.5" r="3.5" />
+ <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />
+ <path d="M3 13h7" />
+ <path d="M21 12v7" />
+</svg>
diff --git a/src/_icons/letter-spacing.svg b/src/_icons/letter-spacing.svg
new file mode 100644
index 00000000..b4328d0b
--- /dev/null
+++ b/src/_icons/letter-spacing.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />
+ <path d="M13 4l3 8l3 -8" />
+ <path d="M5 18h14" />
+ <path d="M17 20l2 -2l-2 -2" />
+ <path d="M7 16l-2 2l2 2" />
+</svg>
diff --git a/src/_icons/line-dashed.svg b/src/_icons/line-dashed.svg
new file mode 100644
index 00000000..0f3796b3
--- /dev/null
+++ b/src/_icons/line-dashed.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M5 12h2" />
+ <path d="M17 12h2" />
+ <path d="M11 12h2" />
+</svg>
diff --git a/src/_icons/line-dotted.svg b/src/_icons/line-dotted.svg
new file mode 100644
index 00000000..c13b6fcf
--- /dev/null
+++ b/src/_icons/line-dotted.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M4 12v.01" />
+ <path d="M8 12v.01" />
+ <path d="M12 12v.01" />
+ <path d="M16 12v.01" />
+ <path d="M20 12v.01" />
+</svg>
diff --git a/src/_icons/mask-off.svg b/src/_icons/mask-off.svg
new file mode 100644
index 00000000..ed8341c0
--- /dev/null
+++ b/src/_icons/mask-off.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" />
+ <path d="M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/mask.svg b/src/_icons/mask.svg
new file mode 100644
index 00000000..c3fd0142
--- /dev/null
+++ b/src/_icons/mask.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="3" />
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+</svg>
diff --git a/src/_icons/minus-vertical.svg b/src/_icons/minus-vertical.svg
new file mode 100644
index 00000000..a14984af
--- /dev/null
+++ b/src/_icons/minus-vertical.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M12 5v14" />
+</svg>
diff --git a/src/_icons/overline.svg b/src/_icons/overline.svg
new file mode 100644
index 00000000..26921e43
--- /dev/null
+++ b/src/_icons/overline.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 5v9a5 5 0 0 0 10 0v-9" />
+ <path d="M4 12h16" />
+</svg>
diff --git a/src/_icons/radius-bottom-left.svg b/src/_icons/radius-bottom-left.svg
new file mode 100644
index 00000000..8fcdf6ff
--- /dev/null
+++ b/src/_icons/radius-bottom-left.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M19 19h-6a8 8 0 0 1 -8 -8v-6" />
+</svg>
diff --git a/src/_icons/radius-bottom-right.svg b/src/_icons/radius-bottom-right.svg
new file mode 100644
index 00000000..ea64ffbd
--- /dev/null
+++ b/src/_icons/radius-bottom-right.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M19 5v6a8 8 0 0 1 -8 8h-6" />
+</svg>
diff --git a/src/_icons/radius-top-left.svg b/src/_icons/radius-top-left.svg
new file mode 100644
index 00000000..ffcfeb6b
--- /dev/null
+++ b/src/_icons/radius-top-left.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M5 19v-6a8 8 0 0 1 8 -8h6" />
+</svg>
diff --git a/src/_icons/radius-top-right.svg b/src/_icons/radius-top-right.svg
new file mode 100644
index 00000000..d3744ecd
--- /dev/null
+++ b/src/_icons/radius-top-right.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M5 5h6a8 8 0 0 1 8 8v6" />
+</svg>
diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg
index 5c4d0b4d..333face1 100644
--- a/src/_icons/recharging.svg
+++ b/src/_icons/recharging.svg
@@ -2,11 +2,11 @@
---
<svg>
<path d="M7.038 4.5a9 9 0 0 0 -2.495 2.47" />
- <path d="M3.186 10.209a9 9 0 0 0 -.02 3.508" />
+ <path d="M3.186 10.209a9 9 0 0 0 0 3.508" />
<path d="M4.5 16.962a9 9 0 0 0 2.47 2.495" />
<path d="M10.209 20.814a9 9 0 0 0 3.5 0" />
<path d="M16.962 19.5a9 9 0 0 0 2.495 -2.47" />
- <path d="M20.814 13.791a9 9 0 0 0 .02 -3.508" />
+ <path d="M20.814 13.791a9 9 0 0 0 0 -3.508" />
<path d="M19.5 7.038a9 9 0 0 0 -2.47 -2.495" />
<path d="M13.791 3.186a9 9 0 0 0 -3.508 -.02" />
<path d="M12 8l-2 4h4l-2 4" />
diff --git a/src/_icons/report.svg b/src/_icons/report.svg
index c7761bc8..c99fde29 100644
--- a/src/_icons/report.svg
+++ b/src/_icons/report.svg
@@ -1,12 +1,11 @@
---
-category: Document
---
<svg>
- <path d="M7 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12" />
- <path d="M17 17.05v-10.05a2 2 0 0 0 -2 -2h-2" />
- <rect x="7" y="3" width="6" height="4" rx="2" />
- <circle cx="17" cy="17" r="4" />
- <line x1="17" y1="17" x2="21" y2="17" />
- <line x1="7" y1="11" x2="11" y2="11" />
- <line x1="7" y1="15" x2="10" y2="15" />
+ <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" />
+ <path d="M18 14v4h4" />
+ <path d="M18 11v-4a2 2 0 0 0 -2 -2h-2" />
+ <rect x="8" y="3" width="6" height="4" rx="2" />
+ <circle cx="18" cy="18" r="4" />
+ <path d="M8 11h4" />
+ <path d="M8 15h3" />
</svg>
diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg
new file mode 100644
index 00000000..da0b1460
--- /dev/null
+++ b/src/_icons/square-rotated-off.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3.004 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l3.455 -3.456m2.003 -2.003l1.453 -1.452c.782 -.783 2.222 -.783 3.004 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-1.448 1.45" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg
index 28f67260..c6d915cc 100644
--- a/src/_icons/square-rotated.svg
+++ b/src/_icons/square-rotated.svg
@@ -1,7 +1,5 @@
---
-category: Shapes
-version: 1.20
---
<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="M10.498 20.413l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l6.91 -6.911c.783 -.783 2.223 -.783 3.005 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-6.91 6.911c-.783 .783 -2.223 .783 -3.005 0z" />
</svg>
diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg
index aa39926b..16642fda 100644
--- a/src/_icons/underline.svg
+++ b/src/_icons/underline.svg
@@ -1,9 +1,6 @@
---
-tags: [underscore, emphasis, horizontal, typography]
-category: Text
-version: 1.3
---
<svg>
- <line x1="6" y1="20" x2="18" y2="20" />
- <path d="M8 5v6a4 4 0 0 0 8 0v-6" />
+ <path d="M7 5v5a5 5 0 0 0 10 0v-5" />
+ <path d="M5 19h14" />
</svg>