@eightshift/ui-components 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/Button-eebLs4cp.js +54 -0
- package/dist/{Checkbox-BLcVbhiO.js → Checkbox-BN0TEda-.js} +7 -7
- package/dist/{ColorSwatch-Cmlex_kT.js → ColorSwatch-BrowHhTG.js} +4 -4
- package/dist/{FieldError-wtMA4667.js → FieldError-ILxgMZy5.js} +2 -2
- package/dist/{FocusScope-1u9yyfIN.js → FocusScope-B9b0VMib.js} +2 -2
- package/dist/GeistMonoVF.woff2 +0 -0
- package/dist/GeistVF.woff2 +0 -0
- package/dist/{GridList-BZPXp3_O.js → GridList-CzpWxJsS.js} +18 -18
- package/dist/{Group-DyqpTRPe.js → Group-Dkdm2-E7.js} +3 -3
- package/dist/{Input-jsbb4ugq.js → Input-BJA4rmIo.js} +7 -7
- package/dist/{Label-BPzS-sR7.js → Label-9x5iLJ-Y.js} +1 -1
- package/dist/{ListBox-w9gDaJkV.js → ListBox-D3Vr4vvC.js} +18 -18
- package/dist/{Select-49a62830.esm-C-RFtLiD.js → Select-49a62830.esm-CKPmlkza.js} +1 -1
- package/dist/{SelectionManager-mefd0ThJ.js → SelectionManager-sedvcM-1.js} +8 -8
- package/dist/{Separator-DHn0CwdK.js → Separator-B6rnDabE.js} +3 -3
- package/dist/{Slider-Pyh2V4bY.js → Slider-C5U5N7uM.js} +11 -11
- package/dist/{Text-BM136LvS.js → Text-Cyxp9ewv.js} +1 -1
- package/dist/{VisuallyHidden-BYRI1Lfo.js → VisuallyHidden-BPJVSUyp.js} +2 -2
- package/dist/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/dist/assets/fonts.css +1 -0
- package/dist/assets/style.css +1 -1
- package/dist/assets/wp.css +1 -0
- package/dist/{button-BkkdyHfJ.js → button-idVI4jmd.js} +45 -64
- package/dist/components/base-control/base-control.js +29 -39
- package/dist/components/breakpoint-preview/breakpoint-preview.js +7 -7
- package/dist/components/button/button.js +6 -5
- package/dist/components/checkbox/checkbox.js +9 -7
- package/dist/components/color-pickers/color-picker.js +27 -36
- package/dist/components/color-pickers/color-swatch.js +6 -6
- package/dist/components/color-pickers/gradient-editor.js +10 -6
- package/dist/components/color-pickers/solid-color-picker.js +35 -38
- package/dist/components/component-toggle/component-toggle.js +52 -6
- package/dist/components/container-panel/container-panel.js +55 -6
- package/dist/components/draggable-list/draggable-list-item.js +74 -0
- package/dist/components/draggable-list/draggable-list.js +157 -0
- package/dist/components/expandable/expandable.js +19 -12
- package/dist/components/input-field/input-field.js +15 -10
- package/dist/components/layout/hstack.js +40 -0
- package/dist/components/layout/vstack.js +40 -0
- package/dist/components/link-input/link-input.js +35 -31
- package/dist/components/list-box/list-box.js +11 -6
- package/dist/components/matrix-align/matrix-align.js +12 -7
- package/dist/components/menu/menu.js +26 -21
- package/dist/components/notice/notice.js +11 -7
- package/dist/components/number-picker/number-picker.js +19 -13
- package/dist/components/option-select/option-select.js +231 -0
- package/dist/components/placeholders/file-placeholder.js +53 -0
- package/dist/components/placeholders/image-placeholder.js +88 -0
- package/dist/components/placeholders/media-placeholder.js +62 -0
- package/dist/components/popover/popover.js +4 -4
- package/dist/components/radio/radio.js +56 -38
- package/dist/components/repeater/repeater-item.js +46 -39
- package/dist/components/repeater/repeater.js +82 -56
- package/dist/components/responsive/responsive-legacy.js +17 -12
- package/dist/components/responsive/responsive.js +227 -160
- package/dist/components/responsive-preview/responsive-preview.js +5 -3
- package/dist/components/rich-label/rich-label.js +12 -8
- package/dist/components/select/async-multi-select.js +9 -6
- package/dist/components/select/async-single-select.js +7 -2
- package/dist/components/select/custom-select-default-components.js +3 -3
- package/dist/components/select/multi-select-components.js +2 -2
- package/dist/components/select/multi-select.js +9 -6
- package/dist/components/select/react-select-component-wrappers.js +1 -1
- package/dist/components/select/single-select.js +7 -2
- package/dist/components/select/styles.js +4 -4
- package/dist/components/slider/column-config-slider.js +18 -34
- package/dist/components/slider/slider.js +19 -26
- package/dist/components/slider/utils.js +44 -1
- package/dist/components/spacer/spacer.js +21 -11
- package/dist/components/tabs/tabs.js +21 -20
- package/dist/components/toggle/switch.js +18 -12
- package/dist/components/toggle/toggle.js +8 -2
- package/dist/components/toggle-button/toggle-button.js +25 -13
- package/dist/components/tooltip/tooltip.js +4 -4
- package/dist/{context-jMy6xdVq.js → context-BAcFg5GO.js} +1 -1
- package/dist/{default-i18n-BhE-OUmt.js → default-i18n-Bk1GxDHz.js} +1 -1
- package/dist/{focusSafely-C3K8zAKj.js → focusSafely-B0hyd-S4.js} +1 -1
- package/dist/fonts.js +1 -0
- package/dist/icons/icons.js +184 -164
- package/dist/icons/jsx-svg.js +4957 -0
- package/dist/{index-Bfb9bWcb.js → index-BDk0TPWz.js} +1 -1
- package/dist/{index-a301f526.esm-Bioi4cGX.js → index-a301f526.esm-BzTuHLdr.js} +1 -1
- package/dist/index.js +30 -4
- package/dist/{intlStrings-CUhoK9EN.js → intlStrings-Ctkp0HDc.js} +1 -1
- package/dist/lite-pbIeT7tm.js +8 -0
- package/dist/{multi-select-components-CjVpCNko.js → multi-select-components-nORKdJ-2.js} +3 -3
- package/dist/{popover-Dx3vKXUX.js → popover-o2Q28Ljn.js} +19 -14
- package/dist/{react-select-async.esm-TFb_ZX6C.js → react-select-async.esm-CLj9uZTq.js} +3 -3
- package/dist/{react-select.esm-BjRWqf0E.js → react-select.esm-3tyTZmrx.js} +3 -3
- package/dist/{textSelection-BosCCRVE.js → textSelection-BRZdHY-4.js} +1 -1
- package/dist/{tooltip-CkCndvTI.js → tooltip-T6H9uF-Z.js} +10 -10
- package/dist/{useButton-CuG5UzUw.js → useButton-D-xACzEY.js} +3 -3
- package/dist/{useEvent-DHv-yhOH.js → useEvent-XlYPKgwX.js} +1 -1
- package/dist/{useFocusRing-Cc-4eouh.js → useFocusRing-CRx_hYC4.js} +1 -1
- package/dist/{useFocusable-5q1Gek1J.js → useFocusable-CHfpEdlE.js} +2 -2
- package/dist/{useFormReset-Buc9YJcv.js → useFormReset-aHn6-wRk.js} +1 -1
- package/dist/{useFormValidationState-BAPPNXic.js → useFormValidationState-CdYmOaXI.js} +2 -2
- package/dist/{useHasTabbableChild-D3uUNhJ0.js → useHasTabbableChild-domoFB7A.js} +2 -2
- package/dist/{useLabel-CGlkoFG0.js → useLabel-DVhXVhtH.js} +2 -2
- package/dist/{useLabels-Dg62M_3P.js → useLabels-C7E5SkOi.js} +1 -1
- package/dist/{useListState-Domq0blV.js → useListState-BRsq7O1C.js} +1 -1
- package/dist/{useLocalizedStringFormatter-Prmz0h0A.js → useLocalizedStringFormatter-WsEL47qR.js} +1 -1
- package/dist/{useNumberFieldState-BLU3uhSR.js → useNumberFieldState-ZH2Qyyxh.js} +9 -9
- package/dist/{useNumberFormatter-BLc2xjZn.js → useNumberFormatter-mhdYLxWQ.js} +1 -1
- package/dist/{usePress-BQgVor4T.js → usePress-B42RawCH.js} +3 -3
- package/dist/{useToggle-C9ETOBaZ.js → useToggle-CExfZM8x.js} +4 -4
- package/dist/{useToggleState-DJ_z5E2S.js → useToggleState-DghG5ImG.js} +1 -1
- package/dist/utilities/array-helpers.js +30 -0
- package/dist/utilities/index.js +8 -0
- package/dist/utilities/text-helpers.js +30 -4
- package/dist/{utils-BsiH7-5Y.js → utils-DIBzm1e4.js} +1 -1
- package/dist/wp.js +1 -0
- package/package.json +11 -4
- package/dist/_commonjsHelpers-CUmg6egw.js +0 -6
- package/dist/utilities/classnames.js +0 -16
package/dist/icons/icons.js
CHANGED
|
@@ -44,8 +44,8 @@ const icons = {
|
|
|
44
44
|
/* @__PURE__ */ jsx("path", { d: "M9.501 5.2a1 1 0 1 0 1.998.1A1 1 0 0 0 9.5 5.2Zm-3.5.75A1 1 0 1 0 8 6.05a1 1 0 0 0-2-.1Zm-2.25 3a1 1 0 1 0 1.998.1 1 1 0 0 0-1.998-.1Zm-.5 3.5a1 1 0 1 0 1.998.1 1 1 0 0 0-1.998-.1Zm2.5 2.5a1 1 0 1 0 1.998.1 1 1 0 0 0-1.998-.1Z", stroke: "currentColor", fill: "none" })
|
|
45
45
|
] }),
|
|
46
46
|
id: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
47
|
-
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5",
|
|
48
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
47
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
48
|
+
/* @__PURE__ */ jsx("path", { d: "M5 12h9.286M5.714 8H15m-1.429-4-2.857 12M9.286 4 6.429 16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
49
49
|
] }),
|
|
50
50
|
anchor: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
51
51
|
/* @__PURE__ */ jsx("path", { d: "M2.281 7.682c0 1.773-.594 5.672 1.781 7.09C7.033 16.547 10 16.547 10 19.5M2.281 7.682l1.781 1.773m-1.78-1.773L.5 9.455m17.219-1.773c0 1.773.593 5.672-1.782 7.09C12.97 16.547 10 16.547 10 19.5m7.719-11.818-1.782 1.773m1.782-1.773L19.5 9.455M10 19.5V4.695", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
@@ -106,7 +106,7 @@ const icons = {
|
|
|
106
106
|
/* @__PURE__ */ jsx("path", { d: "M2.5 5h15A1.5 1.5 0 0 0 19 3.5v-1A1.5 1.5 0 0 0 17.5 1h-15A1.5 1.5 0 0 0 1 2.5v1A1.5 1.5 0 0 0 2.5 5Zm0 14h15a1.5 1.5 0 0 0 1.5-1.5v-1a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 1 16.5v1A1.5 1.5 0 0 0 2.5 19Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
107
107
|
/* @__PURE__ */ jsx("rect", { x: "19.5", y: "13.5", width: "19", height: "7", rx: "1.5", transform: "rotate(-180 19.5 13.5)", fill: "currentColor", fillOpacity: "0.5" })
|
|
108
108
|
] }),
|
|
109
|
-
textSize: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "
|
|
109
|
+
textSize: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M7.501 12.719 8.65 16m-1.149-3.281L5.442 6.835A.5.5 0 0 0 4.97 6.5h-.29a.5.5 0 0 0-.472.335l-2.06 5.884m5.353 0H2.15m0 0L1 16m16.649-4.145L19 16m-1.351-4.145L15.2 4.345A.5.5 0 0 0 14.725 4h-.45a.5.5 0 0 0-.476.345l-2.448 7.51m6.298 0H11.35m0 0L10 16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
110
110
|
spacingTopIn: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
111
111
|
/* @__PURE__ */ jsx("path", { d: "M17.5 1h-15A1.5 1.5 0 0 0 1 2.5v15A1.5 1.5 0 0 0 2.5 19h15a1.5 1.5 0 0 0 1.5-1.5v-15A1.5 1.5 0 0 0 17.5 1Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
112
112
|
/* @__PURE__ */ jsx("path", { d: "M18.5 2a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v6a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1V2Z", fill: "currentColor", fillOpacity: "0.5" })
|
|
@@ -160,9 +160,8 @@ const icons = {
|
|
|
160
160
|
textAlignRight: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M7 2.5h12m-7 3h7m-12 3h12m-12 6h12m-7-3h7m-7 6h7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
161
161
|
textAlignJustify: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3 2.5h14m-14 3h14m-14 3h14m-14 6h14m-14-3h14m-14 6h14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
162
162
|
fontFamily: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
163
|
-
/* @__PURE__ */ jsx("
|
|
164
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
165
|
-
/* @__PURE__ */ jsx("path", { d: "M10.817 15.5H12c-.5 0-1.342-.556-1.574-1.368m.391 1.368H9c.852 0 1.324-1.449 1.196-2.173m.621 2.173-.39-1.368M7.386 3.5h-.355L2.834 13.64M7.387 3.5l2.358 8.25M7.387 3.5l-3.334 8.25M2.538 15.5h1.656c-.464 0-1.322-.3-1.05-1.5m-.606 1.5h-.473m.473 0 .606-1.5m-1.08 1.5H1c.417-.15 1.367-.731 1.834-1.86m-.77 1.86.77-1.86m6.911-1.89H4.053m5.692 0 .451 1.577M4.053 11.75 3.143 14m7.283.132-.23-.805", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
163
|
+
/* @__PURE__ */ jsx("path", { d: "M5.133 13.683v-6.65m3.4-4.116h-1.7c-1.36 0-1.7 1.133-1.7 1.7v2.416m0 0H4m1.133 0H7.5m10.534-4.629c-.716-.816-2.463-1.923-3.56.99-1.096 2.913-.936 10.767-1.922 13.576-.986 2.809-3.019.991-3.008.47m2.539-11.407h4.492", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
164
|
+
/* @__PURE__ */ jsx("path", { d: "M16.803 1.87c.2.565.719 1.016 1.198.565M9.533 17.397c.2 0 .6.113.6.564", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
166
165
|
] }),
|
|
167
166
|
height: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
168
167
|
/* @__PURE__ */ jsx("rect", { x: "2", y: "19", width: "18", height: "16", rx: "1.5", transform: "rotate(-90 2 19)", stroke: "currentColor", strokeOpacity: "0.5", fill: "none" }),
|
|
@@ -350,8 +349,8 @@ const icons = {
|
|
|
350
349
|
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "8", height: "6", rx: "0.5", fill: "currentColor", fillOpacity: "0.3", stroke: "currentColor", strokeLinejoin: "round" })
|
|
351
350
|
] }),
|
|
352
351
|
textStrikethrough: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
353
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
354
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
352
|
+
/* @__PURE__ */ jsx("path", { d: "M14.758 6s-.265-4.25-5.19-4.25c-3.284 0-4.781 2.275-4.781 3.896 0 2.71 2.052 3.24 4.104 3.848l2.052.607s4.557.972 4.557 4.05c0 2.431-2.094 4.099-5.378 4.099-3.59 0-5.622-2.883-5.622-4.503", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
353
|
+
/* @__PURE__ */ jsx("path", { d: "M18 10H2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
355
354
|
] }),
|
|
356
355
|
shield: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M2 3.77c2.286 0 6.286-1.385 8-2.77 1.714 1.385 5.714 2.77 8 2.77v4.845C17.238 12.077 14.571 19 10 19S2.762 12.077 2 8.615V3.77Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
357
356
|
trash: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
@@ -390,29 +389,25 @@ const icons = {
|
|
|
390
389
|
/* @__PURE__ */ jsx("path", { d: "M10 5.5V1m0 4.5V10m0-4.5h4.5m-4.5 0H5.5M10 1H5.5M10 1h4.5m-9 4.5V1m0 4.5H1m4.5 0V10m0-9h-3A1.5 1.5 0 0 0 1 2.5v3m0 0V10m9 0v4.5m0-4.5H5.5m4.5 0h4.5M10 14.5H5.5m4.5 0h4.5m-4.5 0V19m-4.5-9v4.5m0-4.5H1m4.5 4.5H1m4.5 0V19M1 10v4.5m0 0v2.942C1 18.302 1.672 19 2.5 19h3m9-13.5V10m0-4.5V1m0 4.5H19M14.5 1h3A1.5 1.5 0 0 1 19 2.5v3M14.5 10v4.5m0-4.5H19m-4.5 4.5H19m-4.5 0V19M19 5.5V10m0 0v4.5m0 0v2.942c0 .86-.672 1.558-1.5 1.558h-3M10 19H5.5m4.5 0h4.5", stroke: "currentColor", strokeOpacity: "0.5", fill: "none" })
|
|
391
390
|
] }),
|
|
392
391
|
aspectRatioAuto: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
393
|
-
/* @__PURE__ */ jsx("
|
|
394
|
-
/* @__PURE__ */ jsx("
|
|
395
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
392
|
+
/* @__PURE__ */ jsx("path", { d: "m17.5 3.5-4.671 4.049M2.5 16.5 5 14.333", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" }),
|
|
393
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "2", width: "18", height: "16", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
394
|
+
/* @__PURE__ */ jsx("path", { d: "m12.681 11.469 1.149 3.281m-1.149-3.281-2.059-5.884a.5.5 0 0 0-.472-.335h-.29a.5.5 0 0 0-.472.335l-2.06 5.884m5.353 0H7.33m0 0L6.18 14.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
396
395
|
] }),
|
|
397
396
|
aspectRatioSixteenNine: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
398
|
-
/* @__PURE__ */ jsx("
|
|
399
|
-
/* @__PURE__ */ jsx("
|
|
400
|
-
/* @__PURE__ */ jsx("path", { d: "M1 5v10M8.5 5H5a1.5 1.5 0 0 0-1.5 1.5V10m0 0H7a1.5 1.5 0 0 1 1.5 1.5v2A1.5 1.5 0 0 1 7 15H5a1.5 1.5 0 0 1-1.5-1.5V10ZM19 10V6.5A1.5 1.5 0 0 0 17.5 5h-2A1.5 1.5 0 0 0 14 6.5v2a1.5 1.5 0 0 0 1.5 1.5H19Zm0 0v3.5a1.5 1.5 0 0 1-1.5 1.5H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
397
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "5", width: "18", height: "10", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
398
|
+
/* @__PURE__ */ jsx("path", { d: "m17.5 6.5-15 7", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" })
|
|
401
399
|
] }),
|
|
402
400
|
aspectRatioThreeTwo: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
403
|
-
/* @__PURE__ */ jsx("
|
|
404
|
-
/* @__PURE__ */ jsx("
|
|
405
|
-
/* @__PURE__ */ jsx("path", { d: "M2.25 5h3.5a1.5 1.5 0 0 1 1.5 1.5V10m0 0h-5m5 0v3.5a1.5 1.5 0 0 1-1.5 1.5h-3.5m10.5-10h3.5a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 0-1.5 1.5V15h5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
401
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "4", width: "18", height: "12", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
402
|
+
/* @__PURE__ */ jsx("path", { d: "m17.5 5.5-15 9", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" })
|
|
406
403
|
] }),
|
|
407
404
|
aspectRatioSquare: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
408
|
-
/* @__PURE__ */ jsx("
|
|
409
|
-
/* @__PURE__ */ jsx("
|
|
410
|
-
/* @__PURE__ */ jsx("path", { d: "M7.25 15V5l-2.5 2m10.5 8V5l-2.5 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
405
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
406
|
+
/* @__PURE__ */ jsx("path", { d: "M17 3 3 17", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" })
|
|
411
407
|
] }),
|
|
412
408
|
aspectRatioTwentyOneNine: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
413
|
-
/* @__PURE__ */ jsx("
|
|
414
|
-
/* @__PURE__ */ jsx("
|
|
415
|
-
/* @__PURE__ */ jsx("path", { d: "M8.5 5v10M1 5h3.5A1.5 1.5 0 0 1 6 6.5v2A1.5 1.5 0 0 1 4.5 10h-2A1.5 1.5 0 0 0 1 11.5V15h5m13-5V6.5A1.5 1.5 0 0 0 17.5 5h-2A1.5 1.5 0 0 0 14 6.5v2a1.5 1.5 0 0 0 1.5 1.5H19Zm0 0v3.5a1.5 1.5 0 0 1-1.5 1.5H14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
409
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "6", width: "18", height: "8", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
410
|
+
/* @__PURE__ */ jsx("path", { d: "m17.5 7.5-15 5", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" })
|
|
416
411
|
] }),
|
|
417
412
|
mouseWheel: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
418
413
|
/* @__PURE__ */ jsx("rect", { x: "5", y: "1", width: "10", height: "18", rx: "4.5", stroke: "currentColor", fill: "none" }),
|
|
@@ -580,9 +575,8 @@ const icons = {
|
|
|
580
575
|
/* @__PURE__ */ jsx("path", { opacity: "var(--selected-opacity, 0)", d: "m3 18.5 14-4", stroke: "gray", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
581
576
|
] }),
|
|
582
577
|
textUppercase: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
583
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
584
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
585
|
-
/* @__PURE__ */ jsx("path", { d: "m9 16 1.706-4.435M19 16l-1.706-4.435m-6.588 0L14 3l3.294 8.565m-6.588 0h6.588", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
578
|
+
/* @__PURE__ */ jsx("path", { d: "m17.686 11.873 1.27 3.627m-1.27-3.627-2.288-6.538A.5.5 0 0 0 14.925 5h-.395a.5.5 0 0 0-.472.335l-2.289 6.538m5.917 0h-5.917m0 0L10.5 15.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
579
|
+
/* @__PURE__ */ jsx("path", { d: "M7.19 11.194c-4.835.371-5.94.914-5.94 2.542 0 1.628 1.658 1.764 2.763 1.764 2.603 0 3.178-2.746 3.178-3.614m0-.692v.692m0-.692c0-1.086 0-3.34-2.625-3.427-2.21-.075-2.763 1.085-2.902 1.628m5.527 2.49v2.394c0 .868.69 1.085.967 1.085h.276", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
586
580
|
] }),
|
|
587
581
|
checkCircle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
588
582
|
/* @__PURE__ */ jsx("path", { d: "M6 10.792 8.667 13.5 14 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
@@ -647,28 +641,27 @@ const icons = {
|
|
|
647
641
|
pointerHand: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M9.988 7.685V2.543C9.988 1.514 9.66 1 8.913 1S7.65 1.514 7.65 2.543v8.227L5.2 7.838c-.6-.788-1.152-.95-1.725-.421-.573.529-.666 1.286-.065 2.074l.968 1.28c.467.513.609 1.135 1.402 4.627.468 2.057 2.763 3.53 5.143 3.6C14.152 19.093 17 16.38 17 12.827V8.713c0-1.028-.327-1.542-1.075-1.542s-1.262.514-1.262 1.542M9.988 7.685c0-1.029.514-1.543 1.262-1.543s1.075 1.029 1.075 2.057m-2.337-.514v1.542M12.325 8.2c0-1.028.514-1.543 1.262-1.543s1.076 1.029 1.076 2.057M12.325 8.2v1.543m2.338-1.029v2.057", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
648
642
|
h1: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
649
643
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
650
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
644
|
+
/* @__PURE__ */ jsx("path", { d: "M14.601 14.298V7.06m0 7.238h1.813m-1.813 0h-2.265m.906-7.238c1.088 0 1.36-.905 1.36-1.358V7.06m-1.36 0h-.68m.68 0h1.36M3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
651
645
|
] }),
|
|
652
646
|
h2: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
653
647
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
654
|
-
/* @__PURE__ */ jsx("path", { d: "M3.
|
|
648
|
+
/* @__PURE__ */ jsx("path", { d: "M3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362m8.341.048h-5.573c.022-.937.477-2.359 3.36-3.773 2.627-1.289 2.155-2.987 1.988-3.458-.65-1.836-4.504-2.086-5.303.92", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
655
649
|
] }),
|
|
656
650
|
h3: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
657
651
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
658
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
652
|
+
/* @__PURE__ */ jsx("path", { d: "M11.751 7.31c.151-.581.577-1.61 2.62-1.608 1.813.003 2.351.867 2.493 1.746.128.799-.337 2.242-3.267 2.267 1.947.03 3.218.69 3.53 1.778.33 1.145-.378 2.735-2.551 2.801-2.315.07-2.886-1.012-3.037-1.594M3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
659
653
|
] }),
|
|
660
654
|
h4: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
661
655
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
662
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
656
|
+
/* @__PURE__ */ jsx("path", { d: "M16.188 14.298v-2.262m0 0V5.702h-.454l-4.53 5.881v.453h4.983Zm0 0h1.359M3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
663
657
|
] }),
|
|
664
658
|
h5: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
665
659
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
666
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
660
|
+
/* @__PURE__ */ jsx("path", { d: "M16.72 5.702h-4.531l-.449 4.48c.522-.79 1.668-1.313 2.714-1.313 1.742-.057 2.72 1.266 2.72 2.827 0 1.562-.968 2.57-2.946 2.602-1.393.022-2.362-.464-2.572-1.668M3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
667
661
|
] }),
|
|
668
662
|
h6: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
669
663
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "3", width: "18", height: "14", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
670
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
671
|
-
/* @__PURE__ */ jsx("path", { d: "M15.127 6.285a.5.5 0 0 0-.823-.57l.822.57Zm.873 5.17c0 1.138-.904 2.045-2 2.045v1c1.665 0 3-1.372 3-3.046h-1ZM14 13.5c-1.096 0-2-.907-2-2.046h-1c0 1.674 1.335 3.046 3 3.046v-1Zm-2-2.046c0-1.138.904-2.045 2-2.045v-1c-1.665 0-3 1.372-3 3.045h1Zm2-2.045c1.096 0 2 .907 2 2.045h1c0-1.673-1.335-3.045-3-3.045v1Zm-1.72.99 2.847-4.114-.823-.57-2.847 4.114.822.57Z", fill: "currentColor" })
|
|
664
|
+
/* @__PURE__ */ jsx("path", { d: "M17.044 7.074c-.227-.79-1.241-1.602-2.893-1.311-1.282.316-1.918 1.213-2.272 2.333-.359 1.131-.335 2.342-.287 3.528v0m0 0c-.004-1.225 1.31-2.664 2.874-2.664s2.723 1.14 2.723 2.618c0 1.476-1.201 2.72-2.765 2.72-1.34 0-2.461-.878-2.756-2.057a2.537 2.537 0 0 1-.076-.617ZM3 5.75v4.138m0 4.362V9.888m0 0h5.816m0 0V5.75m0 4.138v4.362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
672
665
|
] }),
|
|
673
666
|
roundedCorners: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M19 6V4a3 3 0 0 0-3-3h-2m5 13v2a3 3 0 0 1-3 3h-2M1 6V4a3 3 0 0 1 3-3h2M1 14v2a3 3 0 0 0 3 3h2", stroke: "currentColor", strokeLinecap: "round", fill: "none" }) }),
|
|
674
667
|
wrapperOverflow: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
@@ -720,15 +713,16 @@ const icons = {
|
|
|
720
713
|
] }) })
|
|
721
714
|
] }),
|
|
722
715
|
listOrdered: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
723
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
724
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
725
|
-
/* @__PURE__ */ jsx("path", { d: "M3
|
|
716
|
+
/* @__PURE__ */ jsx("path", { d: "M3.2 14.25h2.412l-1.808 2.21c.535 0 2.009-.345 2.009 1.207 0 1.443-2.813 1.377-2.813.2m0-15.39L4.607 1.25v4.5m0 0H3.402m1.205 0h1.205", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
717
|
+
/* @__PURE__ */ jsx("path", { d: "M9 3.5h9M9 10h9", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
718
|
+
/* @__PURE__ */ jsx("path", { d: "M3.2 8.977c.135-.409.443-1.227 1.407-1.227s1.205.818 1.205 1.227c0 .41-.803 1.227-1.205 1.637L3 12.25h2.813", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
719
|
+
/* @__PURE__ */ jsx("path", { d: "M9 16.5h9", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" })
|
|
726
720
|
] }),
|
|
727
721
|
listUnordered: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
728
722
|
/* @__PURE__ */ jsx("path", { d: "M9 3h9m-9 7h9m-9 7h9", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
729
|
-
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "3", r: "1.5", fill: "currentColor",
|
|
730
|
-
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "17", r: "1.5", fill: "currentColor",
|
|
731
|
-
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "10", r: "1.5", fill: "currentColor",
|
|
723
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "3", r: "1.5", fill: "currentColor", stroke: "currentColor" }),
|
|
724
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "17", r: "1.5", fill: "currentColor", stroke: "currentColor" }),
|
|
725
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "10", r: "1.5", fill: "currentColor", stroke: "currentColor" })
|
|
732
726
|
] }),
|
|
733
727
|
screenTabletLarge: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
734
728
|
/* @__PURE__ */ jsx("path", { d: "M3.5 15.5A.5.5 0 0 1 3 15V5a.5.5 0 0 1 .5-.5H16a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H3.5Z", fill: "currentColor", fillOpacity: "0.3" }),
|
|
@@ -1056,8 +1050,8 @@ const icons = {
|
|
|
1056
1050
|
/* @__PURE__ */ jsx("path", { d: "M2.588 6v10.5a1.5 1.5 0 0 0 1.5 1.5h11.824a1.5 1.5 0 0 0 1.5-1.5V6", stroke: "currentColor", fill: "none" })
|
|
1057
1051
|
] }),
|
|
1058
1052
|
expand: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M16 1h2.828m0 0v2.828m0-2.828L16 3.828M3.828 1H1m0 0v2.828M1 1l2.828 2.828m0 15H1m0 0V16m0 2.828L3.828 16M16 18.828h2.828m0 0V16m0 2.828L16 16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1059
|
-
sortAsc: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "
|
|
1060
|
-
sortDesc: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "
|
|
1053
|
+
sortAsc: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "m18.133 15.91.907 2.59m-.907-2.59-1.601-4.575A.5.5 0 0 0 16.06 11h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0h-4.226m0 0L13 18.5m.5-17h4.737v.395L13.5 8.605V9h4.737M2 6.52 6.5 1m0 0L11 6.52M6.5 1v18", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1054
|
+
sortDesc: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18.133 6.41 19.04 9m-.907-2.59-1.601-4.575a.5.5 0 0 0-.472-.335h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0h-4.226m0 0L13 9m.5 2h4.737v.395l-4.737 6.71v.395h4.737M2 14.48 6.5 19m0 0 4.5-4.52M6.5 19V1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1061
1055
|
attachment: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "m1 12.603 9.953-10.022c1.963-1.977 5.004-2.12 6.793-.318 1.789 1.8 1.647 4.863-.316 6.84l-8.886 8.948c-1.178 1.186-3.003 1.272-4.076.191-1.074-1.08-.989-2.918.19-4.104l7.464-7.516", stroke: "currentColor", strokeLinecap: "round", fill: "none" }) }),
|
|
1062
1056
|
experiment: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1063
1057
|
/* @__PURE__ */ jsx("path", { d: "m6.5 13-1.776 3.875A1.5 1.5 0 0 0 6.088 19h8.825a1.5 1.5 0 0 0 1.363-2.125L14.5 13h-8Z", fill: "currentColor", fillOpacity: "0.3" }),
|
|
@@ -1189,10 +1183,15 @@ const icons = {
|
|
|
1189
1183
|
/* @__PURE__ */ jsx("path", { d: "M7 3v4.286L5 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1190
1184
|
/* @__PURE__ */ jsx("path", { d: "M11 11.25h2.5m-2.5 2h1.5", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1191
1185
|
] }),
|
|
1192
|
-
textAbc: /* @__PURE__ */
|
|
1186
|
+
textAbc: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1187
|
+
/* @__PURE__ */ jsx("path", { d: "M5.368 10.335c-3.454.266-4.243.653-4.243 1.816s1.184 1.26 1.974 1.26c1.859 0 2.27-1.961 2.27-2.582m0-.494v.494m0-.494c0-.775 0-2.385-1.876-2.448-1.578-.053-1.973.776-2.072 1.163m3.947 1.78v1.709c0 .62.494.775.691.775h.198", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
1188
|
+
/* @__PURE__ */ jsx("path", { d: "M8.125 6v7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1189
|
+
/* @__PURE__ */ jsx("path", { d: "M12.763 10.54c0-1.527-.888-2.566-2.072-2.566-1.185 0-2.369 1.184-2.369 2.566v.394c0 1.382 1.184 2.566 2.369 2.566 1.184 0 2.072-1.04 2.072-2.566v-.394Z", stroke: "currentColor", fill: "none" }),
|
|
1190
|
+
/* @__PURE__ */ jsx("path", { d: "M18.812 9.266c-.197-.592-.928-1.381-1.875-1.381-.658 0-1.974 0-2.467 1.973a3.334 3.334 0 0 0 0 1.58c.493 1.973 1.81 1.973 2.467 1.973.947 0 1.678-.79 1.875-1.381", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1191
|
+
] }),
|
|
1193
1192
|
titleGeneric: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1194
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1195
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1193
|
+
/* @__PURE__ */ jsx("path", { d: "m6.014 10.85.665 1.9m-.665-1.9L4.85 7.523a.408.408 0 0 0-.386-.273v0a.408.408 0 0 0-.385.273L2.915 10.85m3.099 0h-3.1m0 0-.664 1.9m7.901-2.895c.625 0 1.737.29 1.737 1.448 0 1.157-1.112 1.447-1.737 1.447H8.125V9.855m2.026 0H8.125m2.026 0c.483 0 1.448-.29 1.448-1.447 0-1.158-1.448-1.158-1.448-1.158H8.125v2.605m9.717-1.158s-.405-1.447-2.026-1.447C14.195 7.25 13.5 8.697 13.5 10s.695 2.75 2.316 2.75c1.62 0 2.026-1.447 2.026-1.447", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1194
|
+
/* @__PURE__ */ jsx("path", { d: "M19.5 15V5A1.5 1.5 0 0 0 18 3.5H2A1.5 1.5 0 0 0 .5 5v10A1.5 1.5 0 0 0 2 16.5h16a1.5 1.5 0 0 0 1.5-1.5Z", stroke: "currentColor", strokeOpacity: "0.5", fill: "none" })
|
|
1196
1195
|
] }),
|
|
1197
1196
|
reduceHeightBottom: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1198
1197
|
/* @__PURE__ */ jsx("path", { d: "m8 15 2-2m0 0 2 2m-2-2v5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
@@ -1210,45 +1209,45 @@ const icons = {
|
|
|
1210
1209
|
] }),
|
|
1211
1210
|
num0Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1212
1211
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1213
|
-
/* @__PURE__ */ jsx("
|
|
1212
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6.155c-1.828 0-2.844 1.63-2.844 3.643v.404c0 2.012 1.016 3.643 2.844 3.643 1.932 0 2.844-1.63 2.844-3.643v-.404c0-2.012-.912-3.643-2.844-3.643Z", stroke: "currentColor", fill: "none" })
|
|
1214
1213
|
] }),
|
|
1215
1214
|
num1Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1216
1215
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1217
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1216
|
+
/* @__PURE__ */ jsx("path", { d: "M10.203 13.845V7.37m0 6.476h1.625m-1.625 0H8.172m.812-6.476c.975 0 1.219-.81 1.219-1.214V7.37m-1.219 0h-.61m.61 0h1.219", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1218
1217
|
] }),
|
|
1219
1218
|
num2Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1220
1219
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1221
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1220
|
+
/* @__PURE__ */ jsx("path", { d: "M12.494 13.845H7.497c.02-.838.428-2.11 3.013-3.375 2.356-1.153 1.932-2.673 1.783-3.095-.584-1.642-4.038-1.866-4.755.824", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1222
1221
|
] }),
|
|
1223
1222
|
num3Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1224
1223
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1225
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
1224
|
+
/* @__PURE__ */ jsx("path", { d: "M7.648 7.594c.135-.521.517-1.442 2.349-1.44 1.625.003 2.107.777 2.234 1.563.116.714-.302 2.006-2.929 2.028 1.746.027 2.885.617 3.166 1.59.295 1.025-.34 2.448-2.288 2.507-2.075.063-2.587-.906-2.723-1.426", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1226
1225
|
] }),
|
|
1227
1226
|
num4Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1228
1227
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1229
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1228
|
+
/* @__PURE__ */ jsx("path", { d: "M11.625 13.845v-2.024m0 0V6.155h-.406l-4.063 5.262v.405h4.469Zm0 0h1.219", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1230
1229
|
] }),
|
|
1231
1230
|
num5Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1232
1231
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1233
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1232
|
+
/* @__PURE__ */ jsx("path", { d: "M12.102 6.155H8.04l-.402 4.008c.468-.706 1.495-1.175 2.433-1.175 1.561-.051 2.438 1.133 2.438 2.53 0 1.397-.867 2.299-2.641 2.327-1.248.02-2.118-.415-2.306-1.492", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1234
1233
|
] }),
|
|
1235
1234
|
num6Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1236
1235
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1237
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1236
|
+
/* @__PURE__ */ jsx("path", { d: "M12.393 7.382c-.204-.707-1.113-1.433-2.594-1.173-1.15.283-1.72 1.086-2.037 2.087-.321 1.013-.3 2.096-.257 3.157v0m0 0C7.5 10.357 8.679 9.069 10.08 9.069c1.403 0 2.442 1.021 2.442 2.343 0 1.32-1.077 2.433-2.48 2.433-1.2 0-2.206-.785-2.47-1.84a2.267 2.267 0 0 1-.068-.552Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1238
1237
|
] }),
|
|
1239
1238
|
num7Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1240
1239
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1241
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
1240
|
+
/* @__PURE__ */ jsx("path", { d: "M7.461 6.155h5.078v.405c-1.083.81-3.148 3.4-3.148 7.285", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1242
1241
|
] }),
|
|
1243
1242
|
num8Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1244
1243
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1245
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1244
|
+
/* @__PURE__ */ jsx("path", { d: "M7.765 7.93c0-.98.819-1.775 1.829-1.775h.812c1.01 0 1.828.794 1.828 1.775 0 .98-.818 1.774-1.828 1.774h-.812c-1.01 0-1.829-.794-1.829-1.774Zm-.405 3.845c0-1.144.954-2.07 2.132-2.07h1.016c1.178 0 2.132.926 2.132 2.07 0 1.143-.955 2.07-2.132 2.07H9.492c-1.178 0-2.133-.927-2.133-2.07Z", stroke: "currentColor", fill: "none" })
|
|
1246
1245
|
] }),
|
|
1247
1246
|
num9Circle: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1248
1247
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", stroke: "currentColor", fill: "none" }),
|
|
1249
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1248
|
+
/* @__PURE__ */ jsx("path", { d: "M12.443 8.515c.06 1.327-1.262 2.43-2.604 2.384-1.393-.077-2.308-.922-2.357-2.272-.037-1.21.934-2.424 2.335-2.47 1.402-.048 2.577 1.008 2.626 2.358Zm0 0c.02 1.256.205 4.43-1.727 5.128-1.638.592-2.785-.233-3.001-.971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1250
1249
|
] }),
|
|
1251
|
-
bold: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M11
|
|
1250
|
+
bold: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M11.21 9.592c1.761 0 4.895.816 4.895 4.08 0 3.262-3.134 4.078-4.895 4.078H5.5V9.592m5.71 0H5.5m5.71 0c1.36 0 4.08-.816 4.08-4.079S11.21 2.25 11.21 2.25H5.5v7.342", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1252
1251
|
italic: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M14 1h-3.406m0 0-2.25 18m2.25-18H7.25m1.094 18H5m3.344 0h3.406", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1253
1252
|
underline: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M5 1v10.308c0 2.867 2.239 5.192 5 5.192s5-2.325 5-5.192V1M3.5 19h13", stroke: "currentColor", strokeLinecap: "round", fill: "none" }) }),
|
|
1254
1253
|
responsiveOverridesAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
@@ -1293,20 +1292,14 @@ const icons = {
|
|
|
1293
1292
|
/* @__PURE__ */ jsx("path", { opacity: "0.8", d: "M3.25 6A4.697 4.697 0 0 0 1 10c0 1.687.899 3.167 2.25 4m13.5-8A4.697 4.697 0 0 1 19 10a4.697 4.697 0 0 1-2.25 4", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
1294
1293
|
/* @__PURE__ */ jsx("path", { d: "M6.063 10h7.875", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
1295
1294
|
] }),
|
|
1296
|
-
hyphenateAlt: /* @__PURE__ */
|
|
1297
|
-
|
|
1298
|
-
/* @__PURE__ */ jsx("path", { d: "M14.375 5.364h4.375", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
1299
|
-
] }),
|
|
1300
|
-
hyphenateAlt2: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1301
|
-
/* @__PURE__ */ jsx("path", { d: "m6.773 8.636.791-2.605m3.85 2.605-.792-2.605m-3.058 0L9.093 1l1.529 5.031m-3.058 0h3.058m-6.694 9.151H1.591m2.337 0 .28-.19a1.5 1.5 0 0 0 .656-1.24v-.888a1.5 1.5 0 0 0-1.5-1.5H1.59v3.818m2.337 0 .28.19a1.5 1.5 0 0 1 .656 1.24v.888a1.5 1.5 0 0 1-1.5 1.5H1.59v-3.818m9.274-3.818H9.09a1.5 1.5 0 0 0-1.5 1.5V17.5a1.5 1.5 0 0 0 1.5 1.5h1.773", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1302
|
-
/* @__PURE__ */ jsx("path", { d: "M14.136 5.364H18.5", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
1303
|
-
] }),
|
|
1295
|
+
hyphenateAlt: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M6.513 14.553c.852 0 2.369.394 2.369 1.973 0 1.58-1.517 1.974-2.369 1.974H3.75v-3.947m2.763 0H3.75m2.763 0c.658 0 1.974-.395 1.974-1.974S6.513 11 6.513 11H3.75v3.553m12.921-1.579S16.12 11 13.908 11c-2.21 0-3.158 1.974-3.158 3.75s.947 3.75 3.158 3.75c2.21 0 2.763-1.974 2.763-1.974M8.883 6.41 9.789 9m-.906-2.59L7.282 1.834A.5.5 0 0 0 6.81 1.5h-.08a.5.5 0 0 0-.472.335L4.657 6.409m4.226 0H4.657m0 0L3.75 9M14.5 5.5H11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1296
|
+
hyphenateAlt2: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18.5 5.5H15m-2.117.91L13.79 9m-.907-2.59-1.601-4.575a.5.5 0 0 0-.472-.335h-.08a.5.5 0 0 0-.472.335L8.657 6.409m4.226 0H8.657m0 0L7.75 9m-3.237 5.553c.852 0 2.369.394 2.369 1.973 0 1.58-1.517 1.974-2.369 1.974H1.75v-3.947m2.763 0H1.75m2.763 0c.658 0 1.974-.395 1.974-1.974S4.513 11 4.513 11H1.75v3.553m12.921-1.579S14.118 11 11.908 11 8.75 12.974 8.75 14.75s.947 3.75 3.158 3.75c2.21 0 2.763-1.974 2.763-1.974", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1304
1297
|
lineBreak: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1305
|
-
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "
|
|
1298
|
+
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "2", stroke: "currentColor", strokeOpacity: "0.3", fill: "none" }),
|
|
1306
1299
|
/* @__PURE__ */ jsx("path", { d: "M3.5 12H14a1.5 1.5 0 0 0 1.5-1.5V4m-12 8 4-4m-4 4 4 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1307
1300
|
] }),
|
|
1308
1301
|
lineBreakOff: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1309
|
-
/* @__PURE__ */ jsx("path", { d: "M19
|
|
1302
|
+
/* @__PURE__ */ jsx("path", { d: "M19 12.75V3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9.75", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" }),
|
|
1310
1303
|
/* @__PURE__ */ jsx("path", { d: "M3.5 12H14a1.5 1.5 0 0 0 1.5-1.5V4m-12 8 4-4m-4 4 4 4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1311
1304
|
/* @__PURE__ */ jsx("circle", { cx: "16.25", cy: "16.25", r: "2.75", stroke: "currentColor", fill: "none" }),
|
|
1312
1305
|
/* @__PURE__ */ jsx("path", { d: "m14.417 14.417 3.666 3.666", stroke: "currentColor", fill: "none" })
|
|
@@ -1344,8 +1337,8 @@ const icons = {
|
|
|
1344
1337
|
/* @__PURE__ */ jsx("circle", { cx: "7.20005", cy: "5.2", r: "1.4", fill: "currentColor", fillOpacity: "0.12", stroke: "currentColor" })
|
|
1345
1338
|
] }),
|
|
1346
1339
|
aspectRatio: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1347
|
-
/* @__PURE__ */ jsx("rect", { y: "2", width: "20", height: "16", rx: "1.
|
|
1348
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1340
|
+
/* @__PURE__ */ jsx("rect", { y: "2", width: "20", height: "16", rx: "1.75", fill: "currentColor", fillOpacity: "0.12" }),
|
|
1341
|
+
/* @__PURE__ */ jsx("path", { d: "M1.25 7.25v-3a1 1 0 0 1 1-1h3m9.5 13.5h3a1 1 0 0 0 1-1v-3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1349
1342
|
] }),
|
|
1350
1343
|
stagger: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1351
1344
|
/* @__PURE__ */ jsx("path", { d: "M9 7a5 5 0 1 1 6 4.9", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
@@ -1356,8 +1349,7 @@ const icons = {
|
|
|
1356
1349
|
/* @__PURE__ */ jsx("path", { d: "M10 12h1.5a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 7 16.5V15", stroke: "currentColor", fill: "none" })
|
|
1357
1350
|
] }),
|
|
1358
1351
|
lineBreaksHyphenation: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1359
|
-
/* @__PURE__ */ jsx("path", {
|
|
1360
|
-
/* @__PURE__ */ jsx("path", { d: "M13 14.5h4", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
1352
|
+
/* @__PURE__ */ jsx("path", { d: "M11.763 14.553c.852 0 2.369.394 2.369 1.973 0 1.58-1.517 1.974-2.369 1.974H9v-3.947m2.763 0H9m2.763 0c.658 0 1.974-.395 1.974-1.974S11.763 11 11.763 11H9v3.553M6.133 15.91l.906 2.59m-.906-2.59-1.601-4.575A.5.5 0 0 0 4.06 11h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0H1.907m0 0L1 18.5M18.75 15h-3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1361
1353
|
/* @__PURE__ */ jsx("path", { opacity: "0.8", d: "M10.944 4.833H1.5m9.444 3.334H1.5", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
1362
1354
|
/* @__PURE__ */ jsx("path", { d: "M13.875 4.833H18a1.5 1.5 0 0 0 1.5-1.5V3A1.5 1.5 0 0 0 18 1.5H1.5m12.375 3.333L15.5 3.475m-1.625 1.358L15.5 6.438", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1363
1355
|
] }),
|
|
@@ -1572,9 +1564,8 @@ const icons = {
|
|
|
1572
1564
|
expandXl: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M5 1H1m0 0v4m0-4 5 5M5 19H1m0 0v-4m0 4 5-5m9-13h4m0 0v4m0-4-5 5m1 13h4m0 0v-4m0 4-5-5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
1573
1565
|
helpFill: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { clipRule: "evenodd", fillRule: "evenodd", d: "M19.5 10a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Zm-8.75 4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM7.996 7.539c.038-.291.29-.821.778-1.178.452-.332 1.127-.528 2.078-.158.374.145.593.354.722.58.133.233.19.522.173.852-.036.673-.38 1.413-.8 1.881-.129.145-.248.276-.36.397l-.03.033c-.1.109-.195.212-.282.31-.19.212-.362.418-.498.637-.295.476-.384.957-.336 1.645a.5.5 0 1 0 .998-.07c-.039-.545.035-.8.188-1.048.088-.143.212-.295.393-.498l.274-.3.029-.032c.112-.122.236-.257.37-.408.55-.615 1.003-1.565 1.053-2.494.025-.472-.054-.962-.303-1.4-.252-.443-.66-.796-1.228-1.017-1.266-.492-2.3-.253-3.032.283-.697.51-1.103 1.28-1.179 1.855a.5.5 0 0 0 .992.13Z", fill: "currentColor" }) }),
|
|
1574
1566
|
aspectRatioNineSixteen: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1575
|
-
/* @__PURE__ */ jsx("
|
|
1576
|
-
/* @__PURE__ */ jsx("
|
|
1577
|
-
/* @__PURE__ */ jsx("path", { d: "M11.5 5v10M19 5h-3.5A1.5 1.5 0 0 0 14 6.5V10m0 0h3.5a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5V10Zm-8 0V6.5A1.5 1.5 0 0 0 4.5 5h-2A1.5 1.5 0 0 0 1 6.5v2A1.5 1.5 0 0 0 2.5 10H6Zm0 0v3.5A1.5 1.5 0 0 1 4.5 15H1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1567
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "1", width: "10", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
1568
|
+
/* @__PURE__ */ jsx("path", { d: "m13.5 2.5-7 15", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", fill: "none" })
|
|
1578
1569
|
] }),
|
|
1579
1570
|
defer: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1580
1571
|
/* @__PURE__ */ jsx("path", { d: "M5.785 2.445c1.013-.588 1.992-.892 2.6-.992a8.727 8.727 0 1 1-5.598 4.033L3.654 4.2m0 0 .98 2.547M3.655 4.2 1 4.526", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
@@ -1637,9 +1628,9 @@ const icons = {
|
|
|
1637
1628
|
/* @__PURE__ */ jsx("path", { d: "m8.942 6.848 3.904 2.743a.5.5 0 0 1 0 .819l-3.904 2.743a.5.5 0 0 1-.788-.41V7.258a.5.5 0 0 1 .788-.41Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1638
1629
|
] }),
|
|
1639
1630
|
autoplayAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1640
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1641
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1642
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1631
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4.41a7.5 7.5 0 1 1 0 11.18", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
1632
|
+
/* @__PURE__ */ jsx("path", { d: "m13.45 9.75-3.7 2.96V6.79l.312-.39-.312.39 3.7 2.96Z", fill: "currentColor", stroke: "currentColor" }),
|
|
1633
|
+
/* @__PURE__ */ jsx("path", { d: "m6.133 10.91.906 2.59m-.906-2.59L4.532 6.334A.5.5 0 0 0 4.06 6h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0H1.907m0 0L1 13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1643
1634
|
] }),
|
|
1644
1635
|
progressbar: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1645
1636
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "7", width: "18", height: "6", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
@@ -1657,10 +1648,10 @@ const icons = {
|
|
|
1657
1648
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillOpacity: "0.12", d: "M1 14.5h6v4H1z" })
|
|
1658
1649
|
] }),
|
|
1659
1650
|
offsetAuto: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1660
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1661
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1662
|
-
/* @__PURE__ */ jsx("
|
|
1663
|
-
/* @__PURE__ */ jsx("
|
|
1651
|
+
/* @__PURE__ */ jsx("path", { d: "m7.133 5.91.906 2.59m-.906-2.59L5.532 1.334A.5.5 0 0 0 5.06 1h-.08a.5.5 0 0 0-.472.335L2.907 5.909m4.226 0H2.907m0 0L2 8.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1652
|
+
/* @__PURE__ */ jsx("path", { d: "m2.75 11 2 2m0 0-2 2m2-2h-4", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1653
|
+
/* @__PURE__ */ jsx("path", { d: "m7.25 11 2 2m0 0-2 2m2-2h-4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1654
|
+
/* @__PURE__ */ jsx("rect", { x: "11", y: "6", width: "8", height: "13", rx: "1.5", stroke: "currentColor", fill: "none" })
|
|
1664
1655
|
] }),
|
|
1665
1656
|
navigationButtons: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1666
1657
|
/* @__PURE__ */ jsx("rect", { y: "5", width: "9", height: "10", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
@@ -1874,16 +1865,16 @@ const icons = {
|
|
|
1874
1865
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillOpacity: "0.12", d: "M1 14.5h6v4H1z" })
|
|
1875
1866
|
] }),
|
|
1876
1867
|
paragraph: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1877
|
-
/* @__PURE__ */ jsx("path", { d: "M10.
|
|
1878
|
-
/* @__PURE__ */ jsx("path", { d: "M10.
|
|
1868
|
+
/* @__PURE__ */ jsx("path", { d: "M10.422 2.577v8.076H8.6c-2.004 0-4.053-1.074-4.1-4.038-.046-2.964 1.823-4.038 4.1-4.038h1.822Z", fill: "currentColor", fillOpacity: "0.3" }),
|
|
1869
|
+
/* @__PURE__ */ jsx("path", { d: "M10.422 18v-7.347m0-8.076v8.076m0-8.076H8.6c-2.277 0-4.146 1.074-4.1 4.038.047 2.964 2.096 4.038 4.1 4.038h1.822m0-8.076h3.507m0 0V18m0-15.423c.349 0 1.047 0 1.571-.577", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
1879
1870
|
] }),
|
|
1880
1871
|
textAbove: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1881
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1882
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1872
|
+
/* @__PURE__ */ jsx("path", { d: "m5.264 9.1.665 1.9m-.665-1.9L4.1 5.773a.408.408 0 0 0-.386-.273v0a.408.408 0 0 0-.385.273L2.165 9.1m3.099 0h-3.1m0 0L1.5 11m8.455-2.895c.625 0 1.737.29 1.737 1.448C11.692 10.71 10.58 11 9.955 11H7.93V8.105m2.026 0H7.93m2.026 0c.483 0 1.448-.29 1.448-1.447C11.403 5.5 9.955 5.5 9.955 5.5H7.93v2.605m10.104-1.158S17.63 5.5 16.008 5.5c-1.621 0-2.316 1.447-2.316 2.75S14.387 11 16.008 11s2.026-1.447 2.026-1.447", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1873
|
+
/* @__PURE__ */ jsx("path", { d: "M.5 20v-5.5A1.5 1.5 0 0 1 2 13h16a1.5 1.5 0 0 1 1.5 1.5V20", stroke: "currentColor", strokeOpacity: "0.5", fill: "none" })
|
|
1883
1874
|
] }),
|
|
1884
1875
|
textBelow: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1885
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1886
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
1876
|
+
/* @__PURE__ */ jsx("path", { d: "m5.264 12.6.665 1.9m-.665-1.9L4.1 9.273A.408.408 0 0 0 3.714 9v0a.408.408 0 0 0-.385.273L2.165 12.6m3.099 0h-3.1m0 0L1.5 14.5m8.455-2.895c.625 0 1.737.29 1.737 1.448 0 1.157-1.112 1.447-1.737 1.447H7.93v-2.895m2.026 0H7.93m2.026 0c.483 0 1.448-.29 1.448-1.447C11.403 9 9.955 9 9.955 9H7.93v2.605m10.104-1.158S17.63 9 16.008 9c-1.621 0-2.316 1.447-2.316 2.75s.695 2.75 2.316 2.75 2.026-1.447 2.026-1.447", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
1877
|
+
/* @__PURE__ */ jsx("path", { d: "M.5 0v5.5A1.5 1.5 0 0 0 2 7h16a1.5 1.5 0 0 0 1.5-1.5V0", stroke: "currentColor", strokeOpacity: "0.5", fill: "none" })
|
|
1887
1878
|
] }),
|
|
1888
1879
|
leftPanelAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
1889
1880
|
/* @__PURE__ */ jsx("path", { d: "M9 3.5A1.5 1.5 0 0 0 7.5 2h-5A1.5 1.5 0 0 0 1 3.5v13A1.5 1.5 0 0 0 2.5 18h5A1.5 1.5 0 0 0 9 16.5v-13Z", fill: "currentColor", fillOpacity: "0.3", stroke: "currentColor", strokeWidth: "1.1" }),
|
|
@@ -2037,14 +2028,14 @@ const icons = {
|
|
|
2037
2028
|
/* @__PURE__ */ jsx("rect", { opacity: "0.8", x: "4", y: "14", width: "2", height: "2", rx: "0.5", fill: "currentColor" })
|
|
2038
2029
|
] }),
|
|
2039
2030
|
autoPause: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2040
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2041
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2031
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4.41a7.5 7.5 0 1 1 0 11.18", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
2032
|
+
/* @__PURE__ */ jsx("path", { d: "m6.133 10.91.906 2.59m-.906-2.59L4.532 6.334A.5.5 0 0 0 4.06 6h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0H1.907m0 0L1 13.5m8.5-6.75v6m3-6v6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2042
2033
|
] }),
|
|
2043
2034
|
autoPauseScroll: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2044
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2045
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2046
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2047
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2035
|
+
/* @__PURE__ */ jsx("path", { d: "M6.667 2.655a6.5 6.5 0 0 1 10.157 7.734M6.667 12.345a6.475 6.475 0 0 0 3.681 1.623", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
2036
|
+
/* @__PURE__ */ jsx("path", { d: "M9.5 4.25v6m3-6v6M6.133 8.41 7.039 11m-.906-2.59L4.532 3.834A.5.5 0 0 0 4.06 3.5h-.08a.5.5 0 0 0-.472.335L1.907 8.409m4.226 0H1.907m0 0L1 11", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2037
|
+
/* @__PURE__ */ jsx("path", { d: "M14.8 14.572a.7.7 0 1 1 1.4 0v1.473a.7.7 0 1 1-1.4 0v-1.473Z", fill: "currentColor" }),
|
|
2038
|
+
/* @__PURE__ */ jsx("path", { d: "M19 20v-4.5a3.5 3.5 0 1 0-7 0V20", stroke: "currentColor", strokeLinejoin: "round", fill: "none" })
|
|
2048
2039
|
] }),
|
|
2049
2040
|
zap: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.5 11 14 1l-3.5 7.5h6L5.5 19l4-8h-6Z", stroke: "currentColor", strokeLinejoin: "round", fill: "none" }) }),
|
|
2050
2041
|
zapFill: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M3.5 11 14 1l-3.5 7.5h6L5.5 19l4-8h-6Z", fill: "currentColor", fillOpacity: "0.5", stroke: "currentColor", strokeLinejoin: "round" }) }),
|
|
@@ -2066,12 +2057,13 @@ const icons = {
|
|
|
2066
2057
|
] }),
|
|
2067
2058
|
remove: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M1 10h18", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2068
2059
|
sliders: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2069
|
-
/* @__PURE__ */ jsx("
|
|
2070
|
-
/* @__PURE__ */ jsx("
|
|
2060
|
+
/* @__PURE__ */ jsx("rect", { x: "12.5", y: "2", width: "3", height: "4", rx: "1", stroke: "currentColor", strokeLinejoin: "round", fill: "none" }),
|
|
2061
|
+
/* @__PURE__ */ jsx("rect", { x: "9.5", y: "14", width: "3", height: "4", rx: "1", stroke: "currentColor", strokeLinejoin: "round", fill: "none" }),
|
|
2062
|
+
/* @__PURE__ */ jsx("path", { d: "M1 4h11m7 0h-3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2063
|
+
"a",
|
|
2071
2064
|
/* @__PURE__ */ jsx("path", { d: "M1 10h3m15 0H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2072
|
-
/* @__PURE__ */ jsx("
|
|
2073
|
-
/* @__PURE__ */ jsx("path", { d: "M1
|
|
2074
|
-
/* @__PURE__ */ jsx("circle", { cx: "11", cy: "17", r: "2", fill: "currentColor", fillOpacity: "0.12", stroke: "currentColor" })
|
|
2065
|
+
/* @__PURE__ */ jsx("rect", { x: "4.5", y: "8", width: "3", height: "4", rx: "1", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2066
|
+
/* @__PURE__ */ jsx("path", { d: "M1 16h8m10 0h-6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2075
2067
|
] }),
|
|
2076
2068
|
textBoxEdit: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2077
2069
|
/* @__PURE__ */ jsx("path", { d: "M12.5 12h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 1 17.5v-4A1.5 1.5 0 0 1 2.5 12H6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
@@ -2167,8 +2159,8 @@ const icons = {
|
|
|
2167
2159
|
// Mind the extra variables when updating/replacing icon.
|
|
2168
2160
|
wrapperOffAlt: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M17.5 4h-15A1.5 1.5 0 0 0 1 5.5v9A1.5 1.5 0 0 0 2.5 16h15a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 17.5 4Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }) }),
|
|
2169
2161
|
autoClose: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2170
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2171
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2162
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4.41a7.5 7.5 0 1 1 0 11.18", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
2163
|
+
/* @__PURE__ */ jsx("path", { d: "M8.75 7.75 11 10m0 0 2.25 2.25M11 10l2.25-2.25M11 10l-2.25 2.25m-2.617-1.34.906 2.59m-.906-2.59L4.532 6.334A.5.5 0 0 0 4.06 6h-.08a.5.5 0 0 0-.472.335l-1.601 4.574m4.226 0H1.907m0 0L1 13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2172
2164
|
] }),
|
|
2173
2165
|
a11yWarning: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2174
2166
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#8f329e56-3fd2-4668-a4b4-723112f4c8fa)", children: [
|
|
@@ -2352,10 +2344,10 @@ const icons = {
|
|
|
2352
2344
|
/* @__PURE__ */ jsx("path", { d: "M9.5 7.5v-2m3 1.5L11 8.5M6.5 7 8 8.5", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
2353
2345
|
] }),
|
|
2354
2346
|
textWrite: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2355
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2356
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2357
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillOpacity: "0.12", d: "m17.25
|
|
2358
|
-
/* @__PURE__ */ jsx("path", { d: "m15.7
|
|
2347
|
+
/* @__PURE__ */ jsx("path", { d: "M8.001 8.219 9.15 11.5M8.001 8.219 5.942 2.335A.5.5 0 0 0 5.47 2h-.29a.5.5 0 0 0-.472.335l-2.06 5.884m5.353 0H2.65m0 0L1.5 11.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2348
|
+
/* @__PURE__ */ jsx("path", { d: "M1 18c.5-1.5 2-2 4.5-.5 2.17 1.302 3.167-.333 4-1", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
2349
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", fillOpacity: "0.12", d: "m17.25 6.75 1.414 1.414-1.414 1.414-1.414-1.414z" }),
|
|
2350
|
+
/* @__PURE__ */ jsx("path", { d: "m15.7 8.3 1.582 1.583m-6.725 5.142 1.83-.366a.5.5 0 0 0 .255-.137l5.868-5.868a.5.5 0 0 0 0-.707l-.875-.875a.5.5 0 0 0-.707 0L11.06 12.94a.5.5 0 0 0-.137.255l-.366 1.83Z", stroke: "currentColor", strokeLinejoin: "round", fill: "none" })
|
|
2359
2351
|
] }),
|
|
2360
2352
|
conditionalVisibility: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2361
2353
|
/* @__PURE__ */ jsx("circle", { cx: "13.0002", cy: "15.5", r: "1.66667", fill: "currentColor", fillOpacity: "0.5" }),
|
|
@@ -2514,10 +2506,10 @@ const icons = {
|
|
|
2514
2506
|
shrinkDiagonalLeftXl: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M2 6h4m0 0V2m0 4L1 1m17 13h-4m0 0v4m0-4 5 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2515
2507
|
shrinkDiagonalRight: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18.83 3.828H16m0 0V1m0 2.828L18.83 1M1 16h2.828m0 0v2.828m0-2.828L1 18.828", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2516
2508
|
shrinkDiagonalRightXl: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M18 6h-4m0 0V2m0 4 5-5M2 14h4m0 0v4m0-4-5 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2517
|
-
fullMaxText: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "
|
|
2509
|
+
fullMaxText: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M7.17 4.237v4.026c0 1.79.896 2.237 2.238 2.237 1.402 0 2.237-1.342 2.237-2.684m0 0v-3.58m0 3.58V10.5m3.381 0h-.342a1 1 0 0 1-1-1V2m4.026 8.5h-.342a1 1 0 0 1-1-1V2M3.48 10.5V4.347M5.493 2H4.73c-.69 0-1.25.56-1.25 1.25v1.097m0 0H2.25m1.23 0h1.902M14.895 13l3.763 5.5m-3.908 0 3.763-5.5m-6.249 3.6.665 1.9m-.665-1.9L11.1 13.273a.408.408 0 0 0-.386-.273v0a.408.408 0 0 0-.385.273L9.165 16.6m3.099 0h-3.1m0 0L8.5 18.5m-7 0V13h.434l2.027 5.5h.361L6.35 13h.434v5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2518
2510
|
fullMaxShield: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2519
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2520
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2511
|
+
/* @__PURE__ */ jsx("path", { d: "M9.999 10.983 10.39 6.5l.354.031 1.26 4.627.294.026 2.044-4.338.354.03-.392 4.484m-8.537-.075-.196-2.242m2.4-2.468-2.596.227.196 2.241m0 0 2.477-.216", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2512
|
+
/* @__PURE__ */ jsx("path", { d: "M2 3.77c2.286 0 6.286-1.385 8-2.77 1.714 1.385 5.714 2.77 8 2.77v4.845C17.238 12.077 14.571 19 10 19S2.762 12.077 2 8.615V3.77Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2521
2513
|
] }),
|
|
2522
2514
|
shieldPlus: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M15.5 9.913C14.857 12.943 12.607 19 8.75 19S2.643 12.942 2 9.913v-4.24c1.929 0 5.304-1.211 6.75-2.423.349.292.809.584 1.334.859M15.5 1.5v6m3-3h-6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2523
2515
|
shieldPlusAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
@@ -2710,34 +2702,35 @@ const icons = {
|
|
|
2710
2702
|
/* @__PURE__ */ jsx("path", { d: "M1.087 12.076H15.72l-7.006 7.006-1.2.037-6.188-6.187-.238-.856Z", fill: "currentColor", fillOpacity: "0.3" })
|
|
2711
2703
|
] }),
|
|
2712
2704
|
cookie: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2713
|
-
/* @__PURE__ */ jsx("path", { d: "M8.516 1.183a3.55 3.55 0 0 1 2.968 0c.409.188.85.297 1.3.32a3.55 3.55 0 0 1 2.627 1.38 3.55 3.55 0 0 0 1.002.887A3.55 3.55 0 0 1 18.1 6.213c.078.443.239.868.475 1.251a3.55 3.55 0 0 1 .358 2.946 3.55 3.55 0 0 0-.162 1.329 3.55 3.55 0 0 1-1.052 2.775c-.321.316-.58.69-.76 1.102a3.55 3.55 0 0 1-2.222 1.968 3.55 3.55 0 0 0-1.185.622 3.55 3.55 0 0 1-2.882.71 3.548 3.548 0 0 0-1.338 0 3.55 3.55 0 0 1-2.882-.71 3.55 3.55 0 0 0-1.185-.622 3.55 3.55 0 0 1-2.222-1.968 3.549 3.549 0 0 0-.76-1.102A3.55 3.55 0 0 1 1.23 11.74a3.55 3.55 0 0 0-.162-1.329 3.55 3.55 0 0 1 .358-2.946 3.55 3.55 0 0 0 .475-1.251A3.55 3.55 0 0 1 3.587 3.77a3.55 3.55 0 0 0 1.002-.887 3.55 3.55 0 0 1 2.628-1.38 3.55 3.55 0 0 0 1.299-.32Z", stroke: "currentColor", fill: "none" }),
|
|
2714
|
-
/* @__PURE__ */ jsx("circle", { cx: "6", cy: "15", r: "1", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2715
2705
|
/* @__PURE__ */ jsx("circle", { cx: "10.5", cy: "5.5", r: "1.5", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2716
2706
|
/* @__PURE__ */ jsx("circle", { cx: "5.5", cy: "11.5", r: "1.5", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2717
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2718
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2719
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2720
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2721
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2707
|
+
/* @__PURE__ */ jsx("circle", { cx: "12.5", cy: "13.5", r: "1.5", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2708
|
+
/* @__PURE__ */ jsx("circle", { cx: "5.75", cy: "6.75", r: "0.75", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2709
|
+
/* @__PURE__ */ jsx("circle", { cx: "7.75", cy: "15.75", r: "0.75", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2710
|
+
/* @__PURE__ */ jsx("circle", { cx: "14.75", cy: "7.75", r: "0.75", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2711
|
+
/* @__PURE__ */ jsx("circle", { cx: "9.75", cy: "10.25", r: "0.75", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2712
|
+
/* @__PURE__ */ jsx("circle", { cx: "15.75", cy: "10.75", r: "0.75", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2713
|
+
/* @__PURE__ */ jsx("path", { d: "M8.09 1.29a5 5 0 0 1 3.82 0l1.095.452 1.13.358a5 5 0 0 1 2.927 2.455l.548 1.051.636 1a5 5 0 0 1 .664 3.763l-.256 1.157-.155 1.175a5 5 0 0 1-1.91 3.308l-.94.723-.875.8a5 5 0 0 1-3.59 1.306L10 18.788l-1.184.05a5 5 0 0 1-3.59-1.306l-.875-.8-.94-.723a5 5 0 0 1-1.91-3.308l-.155-1.175-.256-1.157a5 5 0 0 1 .664-3.763l.636-1 .548-1.05A5 5 0 0 1 5.864 2.1l1.13-.358L8.09 1.29Z", stroke: "currentColor", fill: "none" })
|
|
2722
2714
|
] }),
|
|
2723
2715
|
cookieAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2724
|
-
/* @__PURE__ */ jsx("
|
|
2725
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2726
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2727
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2728
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2729
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2730
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2731
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2732
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2733
|
-
/* @__PURE__ */ jsx("circle", { cx: "15.
|
|
2734
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2735
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2736
|
-
/* @__PURE__ */ jsx("circle", { cx: "
|
|
2716
|
+
/* @__PURE__ */ jsx("circle", { cx: "5.5", cy: "9.50001", r: "1.5", transform: "rotate(-90 5.5 9.5)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2717
|
+
/* @__PURE__ */ jsx("circle", { cx: "11.5", cy: "14.5", r: "1.5", transform: "rotate(-90 11.5 14.5)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2718
|
+
/* @__PURE__ */ jsx("circle", { cx: "14.5", cy: "10.5", r: "1.5", transform: "rotate(-90 14.5 10.5)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2719
|
+
/* @__PURE__ */ jsx("circle", { cx: "6.75", cy: "14.25", r: "0.75", transform: "rotate(-90 6.75 14.25)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2720
|
+
/* @__PURE__ */ jsx("circle", { cx: "15.75", cy: "13.25", r: "0.75", transform: "rotate(-90 15.75 13.25)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2721
|
+
/* @__PURE__ */ jsx("circle", { cx: "6.75", cy: "5.25001", r: "0.75", transform: "rotate(-90 6.75 5.25)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2722
|
+
/* @__PURE__ */ jsx("circle", { cx: "10.25", cy: "10.25", r: "0.75", transform: "rotate(-90 10.25 10.25)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2723
|
+
/* @__PURE__ */ jsx("circle", { cx: "9.75", cy: "6.75", r: "0.75", transform: "rotate(-90 9.75 6.75)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2724
|
+
/* @__PURE__ */ jsx("circle", { cx: "13.5", cy: "2.5", r: "0.5", transform: "rotate(-90 13.5 2.5)", fill: "currentColor", fillOpacity: "0.3" }),
|
|
2725
|
+
/* @__PURE__ */ jsx("circle", { cx: "15.5", cy: "4.5", r: "0.5", transform: "rotate(-90 15.5 4.5)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2726
|
+
/* @__PURE__ */ jsx("circle", { cx: "17.5", cy: "2", r: "0.5", transform: "rotate(-90 17.5 2)", fill: "currentColor", fillOpacity: "0.5" }),
|
|
2727
|
+
/* @__PURE__ */ jsx("circle", { cx: "15.5", cy: "1.5", r: "0.5", transform: "rotate(-90 15.5 1.5)", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2728
|
+
/* @__PURE__ */ jsx("circle", { cx: "18.5", cy: "4", r: "0.5", transform: "rotate(-90 18.5 4)", fill: "currentColor", fillOpacity: "0.3" }),
|
|
2729
|
+
/* @__PURE__ */ jsx("path", { d: "M1.29 11.91a5 5 0 0 1 0-3.82l.452-1.095.358-1.13a5 5 0 0 1 2.455-2.927l1.051-.548 1.818-1.156a2.656 2.656 0 0 1 4.08 2.267v.137c-.003.24.026.48.084.713l.02.085a3.506 3.506 0 0 0 1.834 2.285l.803.401a2.5 2.5 0 0 0 1.584.22 2.497 2.497 0 0 1 2.963 2.56l-.005.098.051 1.184a5 5 0 0 1-1.306 3.59l-.8.875-.723.94a5 5 0 0 1-3.308 1.91l-1.175.155-1.157.256a5 5 0 0 1-3.763-.664l-1-.636-1.05-.548A5 5 0 0 1 2.1 14.136l-.358-1.13-.452-1.096Z", stroke: "currentColor", fill: "none" })
|
|
2737
2730
|
] }),
|
|
2738
2731
|
autoplayAlt2: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2739
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2740
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2732
|
+
/* @__PURE__ */ jsx("path", { d: "m12.325 10-3.7 2.96V7.04l.312-.39-.312.39 3.7 2.96Z", fill: "currentColor", stroke: "currentColor" }),
|
|
2733
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 2.204a9 9 0 1 1-.082 15.544M1.803 6.279a9.02 9.02 0 0 1 1.862-2.672M1.162 8.294a9.047 9.047 0 0 0-.025 3.28m2.495 4.786a9.022 9.022 0 0 1-1.767-2.505", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
2741
2734
|
] }),
|
|
2742
2735
|
limitWidth: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2743
2736
|
/* @__PURE__ */ jsx("path", { d: "M5 10.5v6A1.5 1.5 0 0 0 6.5 18h7a1.5 1.5 0 0 0 1.5-1.5v-6m0-1v-6A1.5 1.5 0 0 0 13.5 2h-7A1.5 1.5 0 0 0 5 3.5v6", stroke: "currentColor", strokeOpacity: "0.5", strokeLinecap: "round", fill: "none" }),
|
|
@@ -2756,123 +2749,123 @@ const icons = {
|
|
|
2756
2749
|
heartFillTransparent: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M5.935 2.5A4.94 4.94 0 0 0 1 7.445c0 1.363.55 2.597 1.44 3.491L10 18.5l7.56-7.564A4.935 4.935 0 0 0 19 7.446 4.94 4.94 0 0 0 14.065 2.5C12.379 2.5 10.89 3.535 10 4.827 9.11 3.535 7.621 2.5 5.935 2.5Z", fill: "currentColor", fillOpacity: "0.3", stroke: "currentColor" }) }),
|
|
2757
2750
|
num0CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2758
2751
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2759
|
-
/* @__PURE__ */ jsx("
|
|
2752
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6.155c-1.828 0-2.844 1.63-2.844 3.643v.404c0 2.012 1.016 3.643 2.844 3.643 1.932 0 2.844-1.63 2.844-3.643v-.404c0-2.012-.912-3.643-2.844-3.643Z", stroke: "currentColor", fill: "none" })
|
|
2760
2753
|
] }),
|
|
2761
2754
|
num1CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2762
2755
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2763
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2756
|
+
/* @__PURE__ */ jsx("path", { d: "M10.203 13.845V7.37m0 6.476h1.625m-1.625 0H8.172m.812-6.476c.975 0 1.22-.81 1.22-1.214V7.37m-1.22 0h-.609m.61 0h1.218", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2764
2757
|
] }),
|
|
2765
2758
|
num2CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2766
2759
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2767
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2760
|
+
/* @__PURE__ */ jsx("path", { d: "M12.495 13.845H7.498c.02-.838.428-2.11 3.013-3.375 2.355-1.153 1.932-2.673 1.782-3.095-.584-1.642-4.038-1.866-4.755.824", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2768
2761
|
] }),
|
|
2769
2762
|
num3CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2770
2763
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2771
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2764
|
+
/* @__PURE__ */ jsx("path", { d: "M7.647 7.594c.136-.521.518-1.442 2.35-1.44 1.625.003 2.107.777 2.234 1.563.115.714-.302 2.006-2.929 2.028 1.745.027 2.885.617 3.165 1.59.296 1.025-.338 2.448-2.287 2.507-2.075.063-2.588-.906-2.723-1.426", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2772
2765
|
] }),
|
|
2773
2766
|
num4CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2774
2767
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2775
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2768
|
+
/* @__PURE__ */ jsx("path", { d: "M11.625 13.845v-2.024m0 0V6.155h-.406l-4.063 5.262v.405h4.469Zm0 0h1.219", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2776
2769
|
] }),
|
|
2777
2770
|
num5CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2778
2771
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2779
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2772
|
+
/* @__PURE__ */ jsx("path", { d: "M12.102 6.155H8.04l-.402 4.008c.468-.706 1.495-1.175 2.433-1.175 1.561-.051 2.438 1.133 2.438 2.53 0 1.397-.867 2.299-2.641 2.327-1.248.02-2.118-.415-2.306-1.492", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2780
2773
|
] }),
|
|
2781
2774
|
num6CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2782
2775
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2783
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2776
|
+
/* @__PURE__ */ jsx("path", { d: "M12.393 7.382c-.204-.707-1.113-1.433-2.594-1.173-1.15.283-1.72 1.086-2.037 2.087-.321 1.013-.3 2.096-.257 3.157v0m0 0C7.5 10.357 8.679 9.069 10.08 9.069c1.403 0 2.442 1.021 2.442 2.343 0 1.32-1.077 2.433-2.48 2.433-1.2 0-2.206-.785-2.47-1.84a2.267 2.267 0 0 1-.068-.552Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2784
2777
|
] }),
|
|
2785
2778
|
num7CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2786
2779
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2787
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2780
|
+
/* @__PURE__ */ jsx("path", { d: "M7.46 6.155h5.08v.405c-1.084.81-3.15 3.4-3.15 7.285", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2788
2781
|
] }),
|
|
2789
2782
|
num8CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2790
2783
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2791
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2784
|
+
/* @__PURE__ */ jsx("path", { d: "M7.766 7.93c0-.98.818-1.775 1.828-1.775h.812c1.01 0 1.828.794 1.828 1.775 0 .98-.818 1.774-1.828 1.774h-.812c-1.01 0-1.828-.794-1.828-1.774Zm-.406 3.845c0-1.144.954-2.07 2.132-2.07h1.016c1.178 0 2.133.926 2.133 2.07 0 1.143-.955 2.07-2.133 2.07H9.492c-1.178 0-2.133-.927-2.133-2.07Z", stroke: "currentColor", fill: "none" })
|
|
2792
2785
|
] }),
|
|
2793
2786
|
num9CircleAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2794
2787
|
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "9", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2795
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2788
|
+
/* @__PURE__ */ jsx("path", { d: "M12.443 8.515c.06 1.327-1.262 2.43-2.604 2.384-1.393-.077-2.308-.922-2.357-2.272-.037-1.21.933-2.424 2.335-2.47 1.401-.048 2.577 1.008 2.626 2.358Zm0 0c.02 1.256.205 4.43-1.727 5.128-1.639.592-2.785-.233-3.002-.971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2796
2789
|
] }),
|
|
2797
2790
|
num0Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2798
2791
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2799
|
-
/* @__PURE__ */ jsx("
|
|
2792
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6.155c-1.828 0-2.844 1.63-2.844 3.643v.404c0 2.012 1.016 3.643 2.844 3.643 1.932 0 2.844-1.63 2.844-3.643v-.404c0-2.012-.912-3.643-2.844-3.643Z", stroke: "currentColor", fill: "none" })
|
|
2800
2793
|
] }),
|
|
2801
2794
|
num1Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2802
2795
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2803
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2796
|
+
/* @__PURE__ */ jsx("path", { d: "M10.203 13.845V7.37m0 6.476h1.625m-1.625 0H8.172m.812-6.476c.975 0 1.22-.81 1.22-1.214V7.37m-1.22 0h-.609m.61 0h1.218", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2804
2797
|
] }),
|
|
2805
2798
|
num2Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2806
2799
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2807
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2800
|
+
/* @__PURE__ */ jsx("path", { d: "M12.495 13.845H7.498c.02-.838.428-2.11 3.013-3.375 2.355-1.153 1.932-2.673 1.782-3.095-.584-1.642-4.038-1.866-4.755.824", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2808
2801
|
] }),
|
|
2809
2802
|
num3Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2810
2803
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2811
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2804
|
+
/* @__PURE__ */ jsx("path", { d: "M7.647 7.594c.136-.521.518-1.442 2.35-1.44 1.625.003 2.107.777 2.234 1.563.115.714-.302 2.006-2.929 2.028 1.745.027 2.885.617 3.165 1.59.296 1.025-.338 2.448-2.287 2.507-2.075.063-2.588-.906-2.723-1.426", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2812
2805
|
] }),
|
|
2813
2806
|
num4Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2814
2807
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2815
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2808
|
+
/* @__PURE__ */ jsx("path", { d: "M11.625 13.845v-2.024m0 0V6.155h-.406l-4.063 5.262v.405h4.469Zm0 0h1.219", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2816
2809
|
] }),
|
|
2817
2810
|
num5Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2818
2811
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2819
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2812
|
+
/* @__PURE__ */ jsx("path", { d: "M12.102 6.155H8.04l-.402 4.008c.468-.706 1.495-1.175 2.433-1.175 1.561-.051 2.438 1.133 2.438 2.53 0 1.397-.867 2.299-2.641 2.327-1.248.02-2.118-.415-2.306-1.492", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2820
2813
|
] }),
|
|
2821
2814
|
num6Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2822
2815
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2823
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2816
|
+
/* @__PURE__ */ jsx("path", { d: "M12.393 7.382c-.204-.707-1.113-1.433-2.594-1.173-1.15.283-1.72 1.086-2.037 2.087-.321 1.013-.3 2.096-.257 3.157v0m0 0C7.5 10.357 8.679 9.069 10.08 9.069c1.403 0 2.442 1.021 2.442 2.343 0 1.32-1.077 2.433-2.48 2.433-1.2 0-2.206-.785-2.47-1.84a2.267 2.267 0 0 1-.068-.552Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2824
2817
|
] }),
|
|
2825
2818
|
num7Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2826
2819
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2827
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2820
|
+
/* @__PURE__ */ jsx("path", { d: "M7.46 6.155h5.08v.405c-1.084.81-3.15 3.4-3.15 7.285", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2828
2821
|
] }),
|
|
2829
2822
|
num8Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2830
2823
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2831
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2824
|
+
/* @__PURE__ */ jsx("path", { d: "M7.766 7.93c0-.98.818-1.775 1.828-1.775h.812c1.01 0 1.828.794 1.828 1.775 0 .98-.818 1.774-1.828 1.774h-.812c-1.01 0-1.828-.794-1.828-1.774Zm-.406 3.845c0-1.144.954-2.07 2.132-2.07h1.016c1.178 0 2.133.926 2.133 2.07 0 1.143-.955 2.07-2.133 2.07H9.492c-1.178 0-2.133-.927-2.133-2.07Z", stroke: "currentColor", fill: "none" })
|
|
2832
2825
|
] }),
|
|
2833
2826
|
num9Square: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2834
2827
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", stroke: "currentColor", fill: "none" }),
|
|
2835
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2828
|
+
/* @__PURE__ */ jsx("path", { d: "M12.443 8.515c.06 1.327-1.262 2.43-2.604 2.384-1.393-.077-2.308-.922-2.357-2.272-.037-1.21.933-2.424 2.335-2.47 1.401-.048 2.577 1.008 2.626 2.358Zm0 0c.02 1.256.205 4.43-1.727 5.128-1.639.592-2.785-.233-3.002-.971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2836
2829
|
] }),
|
|
2837
2830
|
num0SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2838
2831
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2839
|
-
/* @__PURE__ */ jsx("
|
|
2832
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6.155c-1.828 0-2.844 1.63-2.844 3.643v.404c0 2.012 1.016 3.643 2.844 3.643 1.932 0 2.844-1.63 2.844-3.643v-.404c0-2.012-.912-3.643-2.844-3.643Z", stroke: "currentColor", fill: "none" })
|
|
2840
2833
|
] }),
|
|
2841
2834
|
num1SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2842
2835
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2843
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2836
|
+
/* @__PURE__ */ jsx("path", { d: "M10.203 13.845V7.37m0 6.476h1.625m-1.625 0H8.172m.812-6.476c.975 0 1.22-.81 1.22-1.214V7.37m-1.22 0h-.609m.61 0h1.218", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2844
2837
|
] }),
|
|
2845
2838
|
num2SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2846
2839
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2847
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2840
|
+
/* @__PURE__ */ jsx("path", { d: "M12.495 13.845H7.498c.02-.838.428-2.11 3.013-3.375 2.355-1.153 1.932-2.673 1.782-3.095-.584-1.642-4.038-1.866-4.755.824", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2848
2841
|
] }),
|
|
2849
2842
|
num3SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2850
2843
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2851
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2844
|
+
/* @__PURE__ */ jsx("path", { d: "M7.647 7.594c.136-.521.518-1.442 2.35-1.44 1.625.003 2.107.777 2.234 1.563.115.714-.302 2.006-2.929 2.028 1.745.027 2.885.617 3.165 1.59.296 1.025-.338 2.448-2.287 2.507-2.075.063-2.588-.906-2.723-1.426", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2852
2845
|
] }),
|
|
2853
2846
|
num4SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2854
2847
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2855
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2848
|
+
/* @__PURE__ */ jsx("path", { d: "M11.625 13.845v-2.024m0 0V6.155h-.406l-4.063 5.262v.405h4.469Zm0 0h1.219", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2856
2849
|
] }),
|
|
2857
2850
|
num5SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2858
2851
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2859
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2852
|
+
/* @__PURE__ */ jsx("path", { d: "M12.102 6.155H8.04l-.402 4.008c.468-.706 1.495-1.175 2.433-1.175 1.561-.051 2.438 1.133 2.438 2.53 0 1.397-.867 2.299-2.641 2.327-1.248.02-2.118-.415-2.306-1.492", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2860
2853
|
] }),
|
|
2861
2854
|
num6SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2862
2855
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2863
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2856
|
+
/* @__PURE__ */ jsx("path", { d: "M12.393 7.382c-.204-.707-1.113-1.433-2.594-1.173-1.15.283-1.72 1.086-2.037 2.087-.321 1.013-.3 2.096-.257 3.157v0m0 0C7.5 10.357 8.679 9.069 10.08 9.069c1.403 0 2.442 1.021 2.442 2.343 0 1.32-1.077 2.433-2.48 2.433-1.2 0-2.206-.785-2.47-1.84a2.267 2.267 0 0 1-.068-.552Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2864
2857
|
] }),
|
|
2865
2858
|
num7SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2866
2859
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2867
|
-
/* @__PURE__ */ jsx("path", { d: "M7.
|
|
2860
|
+
/* @__PURE__ */ jsx("path", { d: "M7.46 6.155h5.08v.405c-1.084.81-3.15 3.4-3.15 7.285", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2868
2861
|
] }),
|
|
2869
2862
|
num8SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2870
2863
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2871
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2864
|
+
/* @__PURE__ */ jsx("path", { d: "M7.766 7.93c0-.98.818-1.775 1.828-1.775h.812c1.01 0 1.828.794 1.828 1.775 0 .98-.818 1.774-1.828 1.774h-.812c-1.01 0-1.828-.794-1.828-1.774Zm-.406 3.845c0-1.144.954-2.07 2.132-2.07h1.016c1.178 0 2.133.926 2.133 2.07 0 1.143-.955 2.07-2.133 2.07H9.492c-1.178 0-2.133-.927-2.133-2.07Z", stroke: "currentColor", fill: "none" })
|
|
2872
2865
|
] }),
|
|
2873
2866
|
num9SquareAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2874
2867
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2875
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2868
|
+
/* @__PURE__ */ jsx("path", { d: "M12.443 8.515c.06 1.327-1.262 2.43-2.604 2.384-1.393-.077-2.308-.922-2.357-2.272-.037-1.21.933-2.424 2.335-2.47 1.401-.048 2.577 1.008 2.626 2.358Zm0 0c.02 1.256.205 4.43-1.727 5.128-1.639.592-2.785-.233-3.002-.971", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2876
2869
|
] }),
|
|
2877
2870
|
award: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2878
2871
|
/* @__PURE__ */ jsx("path", { d: "M9.479 1.504a.75.75 0 0 1 1.043 0l1.192 1.154a.75.75 0 0 0 .627.204l1.643-.233a.75.75 0 0 1 .844.614l.286 1.634a.75.75 0 0 0 .388.533l1.466.778c.357.19.5.628.322.992l-.729 1.49a.75.75 0 0 0 0 .66l.729 1.49a.75.75 0 0 1-.322.992l-1.466.778a.75.75 0 0 0-.388.533l-.286 1.635a.75.75 0 0 1-.844.613l-1.643-.233a.75.75 0 0 0-.627.204l-1.193 1.153a.75.75 0 0 1-1.042 0l-1.193-1.153a.75.75 0 0 0-.627-.204l-1.643.232a.75.75 0 0 1-.844-.612l-.286-1.635a.75.75 0 0 0-.388-.533l-1.466-.778a.75.75 0 0 1-.322-.992l.729-1.49a.75.75 0 0 0 0-.66L2.71 7.18a.75.75 0 0 1 .322-.992l1.466-.778a.75.75 0 0 0 .388-.533l.286-1.634a.75.75 0 0 1 .844-.614l1.643.233a.75.75 0 0 0 .627-.204l1.193-1.154Z", stroke: "currentColor", fill: "none" }),
|
|
@@ -2944,7 +2937,7 @@ const icons = {
|
|
|
2944
2937
|
/* @__PURE__ */ jsx("rect", { x: "1", y: "1", width: "18", height: "18", rx: "1.5", fill: "currentColor", fillOpacity: "0.12" }),
|
|
2945
2938
|
/* @__PURE__ */ jsx("path", { d: "M10 14.5v-9m0 0L6.5 9.204M10 5.5l3.5 3.704", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2946
2939
|
] }),
|
|
2947
|
-
heading: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M4.
|
|
2940
|
+
heading: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M4.75 2.25v7.546m0 7.954V9.796m0 0h10.5m0 0V2.25m0 7.546v7.954", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
2948
2941
|
frame: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2949
2942
|
/* @__PURE__ */ jsx("rect", { x: "3.5", y: "3.5", width: "13", height: "13", rx: "1.5", stroke: "currentColor", strokeWidth: "1.125", fill: "none" }),
|
|
2950
2943
|
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "16", height: "16", rx: "3", stroke: "currentColor", strokeOpacity: "0.3", strokeWidth: "2", fill: "none" })
|
|
@@ -2967,16 +2960,16 @@ const icons = {
|
|
|
2967
2960
|
/* @__PURE__ */ jsx("path", { d: "m12.75 16.125 1.688 1.625 2.812-3.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
2968
2961
|
] }),
|
|
2969
2962
|
textSizeAlt: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2970
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2971
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2963
|
+
/* @__PURE__ */ jsx("path", { d: "M11.198 12.319 13 17.5m-1.802-5.181L7.901 2.836A.5.5 0 0 0 7.43 2.5h-.86a.5.5 0 0 0-.472.336l-3.297 9.483m8.396 0H2.802m0 0L1 17.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2964
|
+
/* @__PURE__ */ jsx("path", { d: "M16.175 5.779 14.026 7.62a.5.5 0 0 0 .326.88h4.296a.5.5 0 0 0 .326-.88l-2.149-1.84a.5.5 0 0 0-.65 0Zm0 7.442-2.149-1.841a.5.5 0 0 1 .326-.88h4.296a.5.5 0 0 1 .326.88l-2.149 1.841a.5.5 0 0 1-.65 0Z", fill: "currentColor" })
|
|
2972
2965
|
] }),
|
|
2973
2966
|
textLarger: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2974
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2975
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2967
|
+
/* @__PURE__ */ jsx("path", { d: "M11.198 12.319 13 17.5m-1.802-5.181L7.901 2.836A.5.5 0 0 0 7.43 2.5h-.86a.5.5 0 0 0-.472.336l-3.297 9.483m8.396 0H2.802m0 0L1 17.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2968
|
+
/* @__PURE__ */ jsx("path", { d: "m16.175 8.279-2.149 1.841a.5.5 0 0 0 .326.88h4.296a.5.5 0 0 0 .326-.88l-2.149-1.84a.5.5 0 0 0-.65 0Z", fill: "currentColor" })
|
|
2976
2969
|
] }),
|
|
2977
2970
|
textSmaller: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2978
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2979
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
2971
|
+
/* @__PURE__ */ jsx("path", { d: "M11.198 12.319 13 17.5m-1.802-5.181L7.901 2.836A.5.5 0 0 0 7.43 2.5h-.86a.5.5 0 0 0-.472.336l-3.297 9.483m8.396 0H2.802m0 0L1 17.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
2972
|
+
/* @__PURE__ */ jsx("path", { d: "M16.175 11.721 14.026 9.88a.5.5 0 0 1 .326-.88h4.296a.5.5 0 0 1 .326.88l-2.149 1.841a.5.5 0 0 1-.65 0Z", fill: "currentColor" })
|
|
2980
2973
|
] }),
|
|
2981
2974
|
extract: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
2982
2975
|
/* @__PURE__ */ jsx("path", { d: "M7.5 13h-2A1.5 1.5 0 0 1 4 11.5v-9A1.5 1.5 0 0 1 5.5 1h9A1.5 1.5 0 0 1 16 2.5v9a1.5 1.5 0 0 1-1.5 1.5h-2", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
@@ -3177,6 +3170,33 @@ const icons = {
|
|
|
3177
3170
|
/* @__PURE__ */ jsx("path", { d: "M7.5 3.5h5a1 1 0 0 1 1 1v8.667a1 1 0 0 1-.2.6L10.8 17.1a1 1 0 0 1-1.6 0l-2.5-3.333a1 1 0 0 1-.2-.6V4.5a1 1 0 0 1 1-1Z", stroke: "currentColor", strokeLinejoin: "round", fill: "none" }),
|
|
3178
3171
|
/* @__PURE__ */ jsx("path", { d: "M15 10h4M1 10h4", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
3179
3172
|
/* @__PURE__ */ jsx("rect", { x: "8", y: "5", width: "4", height: "6", rx: "0.5", fill: "currentColor", fillOpacity: "0.3" })
|
|
3173
|
+
] }),
|
|
3174
|
+
layoutBentoBox: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M16.938 1.5H9.375a1 1 0 0 0-1 1v2.25a1 1 0 0 0 1 1h7.563a1 1 0 0 0 1-1V2.5a1 1 0 0 0-1-1Zm-6.375 6.375H3a1 1 0 0 0-1 1V17.5a1 1 0 0 0 1 1h7.563a1 1 0 0 0 1-1V8.875a1 1 0 0 0-1-1ZM5.25 1.5H3a1 1 0 0 0-1 1v2.25a1 1 0 0 0 1 1h2.25a1 1 0 0 0 1-1V2.5a1 1 0 0 0-1-1Zm11.688 6.375h-2.25a1 1 0 0 0-1 1v2.25a1 1 0 0 0 1 1h2.25a1 1 0 0 0 1-1v-2.25a1 1 0 0 0-1-1Zm0 6.375h-2.25a1 1 0 0 0-1 1v2.25a1 1 0 0 0 1 1h2.25a1 1 0 0 0 1-1v-2.25a1 1 0 0 0-1-1Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }) }),
|
|
3175
|
+
colorPickerText: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { d: "M13.24 9.028 14.63 13m-1.39-3.972-2.517-7.193a.5.5 0 0 0-.472-.335H9.75a.5.5 0 0 0-.472.335L6.76 9.028m6.48 0H6.76m0 0L5.37 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }) }),
|
|
3176
|
+
colorPickerTextHighlight: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: /* @__PURE__ */ jsx("path", { clipRule: "evenodd", fillRule: "evenodd", d: "M9.795 1c-.69 0-1.305.436-1.534 1.088L5.973 8.626l-1.27 3.627a1.125 1.125 0 1 0 2.124.744l1.006-2.874h4.32l1.006 2.874a1.125 1.125 0 1 0 2.123-.744l-1.269-3.627-2.288-6.538A1.625 1.625 0 0 0 10.19 1h-.396Zm.198 2.952 1.373 3.921H8.62l1.372-3.921Zm-.198-2.327a1 1 0 0 0-.944.67L6.563 8.833l-1.27 3.627a.5.5 0 1 0 .944.33L7.39 9.498h5.207l1.152 3.292a.5.5 0 1 0 .944-.33l-1.27-3.627-2.288-6.538a1 1 0 0 0-.944-.67h-.396Zm2.452 6.873H7.74l2.055-5.873h.396l2.056 5.873Z", fill: "currentColor" }) }),
|
|
3177
|
+
colorPickerFill: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
3178
|
+
/* @__PURE__ */ jsx("path", { d: "M15.522 11.693a1.307 1.307 0 1 1-2.614 0c0-.722 1.307-2.613 1.307-2.613s1.307 1.891 1.307 2.613Z", fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round" }),
|
|
3179
|
+
/* @__PURE__ */ jsx("rect", { x: "9.66406", y: "2.28409", width: "6.27273", height: "8.36364", rx: "1.5", transform: "rotate(45 9.664 2.284)", stroke: "currentColor", fill: "none" }),
|
|
3180
|
+
/* @__PURE__ */ jsx("path", { d: "M12.637 8.034H4.273l4.182 4.182 4.182-4.182Z", fill: "currentColor", fillOpacity: "0.3" }),
|
|
3181
|
+
/* @__PURE__ */ jsx("path", { d: "M4.796 8.034h7.84M9.501 1.5v3.136", stroke: "currentColor", strokeLinecap: "round", fill: "none" })
|
|
3182
|
+
] }),
|
|
3183
|
+
colorPickerListMarker: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
3184
|
+
/* @__PURE__ */ jsx("circle", { cx: "4.25", cy: "1.75", r: "1.25", fill: "currentColor" }),
|
|
3185
|
+
/* @__PURE__ */ jsx("circle", { cx: "4.25", cy: "6.25", r: "1.25", fill: "currentColor" }),
|
|
3186
|
+
/* @__PURE__ */ jsx("circle", { cx: "4.25", cy: "10.75", r: "1.25", fill: "currentColor" }),
|
|
3187
|
+
/* @__PURE__ */ jsx("path", { d: "M8 1.75h9m-9 4.5h9m-9 4.5h9", stroke: "currentColor", strokeOpacity: "0.3", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
3188
|
+
] }),
|
|
3189
|
+
plusMinusButtonsH: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
3190
|
+
/* @__PURE__ */ jsx("path", { d: "M10 15V5m7.5 10h-15A1.5 1.5 0 0 1 1 13.5v-7A1.5 1.5 0 0 1 2.5 5h15A1.5 1.5 0 0 1 19 6.5v7a1.5 1.5 0 0 1-1.5 1.5Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
3191
|
+
/* @__PURE__ */ jsx("path", { d: "M5.5 8v2m0 2v-2m0 0h-2m2 0h2m9 0h-4", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
3192
|
+
] }),
|
|
3193
|
+
plusMinusButtonsV: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
3194
|
+
/* @__PURE__ */ jsx("path", { d: "M5 10h10M5 17.5v-15A1.5 1.5 0 0 1 6.5 1h7A1.5 1.5 0 0 1 15 2.5v15a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 17.5Z", stroke: "currentColor", strokeLinecap: "round", fill: "none" }),
|
|
3195
|
+
/* @__PURE__ */ jsx("path", { d: "M10 3.5v2m0 2v-2m0 0H8m2 0h2m0 9H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })
|
|
3196
|
+
] }),
|
|
3197
|
+
slider: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", width: "20", height: "20", fill: "none", children: [
|
|
3198
|
+
/* @__PURE__ */ jsx("path", { d: "M1 10h5m13 0h-9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" }),
|
|
3199
|
+
/* @__PURE__ */ jsx("rect", { x: "6.5", y: "7.5", width: "3", height: "5", rx: "1", fill: "currentColor", fillOpacity: "0.12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
3180
3200
|
] })
|
|
3181
3201
|
};
|
|
3182
3202
|
const illustrations = {
|