@mirohq/design-system-icons 1.0.0 → 1.1.0
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/dist/main.js +244 -64
- package/dist/main.js.map +1 -1
- package/dist/module.js +242 -65
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +7 -1
- package/package.json +3 -3
- package/react/alignment-scale.tsx +1 -1
- package/react/cluster-sentiment.tsx +2 -2
- package/react/cursor-lines.tsx +1 -1
- package/react/factory-house.tsx +1 -1
- package/react/factory.tsx +5 -1
- package/react/flip.tsx +41 -0
- package/react/house.tsx +1 -1
- package/react/icons-formula.tsx +38 -0
- package/react/index.ts +3 -0
- package/react/megaphone.tsx +1 -1
- package/react/microphone-document.tsx +7 -4
- package/react/next.tsx +1 -1
- package/react/office.tsx +7 -1
- package/react/paint-bucket.tsx +5 -1
- package/react/pixel-eraser.tsx +46 -0
- package/react/play.tsx +1 -1
- package/react/plus-text.tsx +2 -2
- package/react/previous.tsx +1 -1
- package/react/sentiment.tsx +2 -2
- package/react/smiley-chat.tsx +1 -1
- package/react/smiley-plus.tsx +1 -1
- package/react/smiley.tsx +1 -1
- package/react/text-aa.tsx +13 -1
- package/react/text-b-bold-italic-underlined.tsx +5 -5
- package/react/text-b-bold.tsx +5 -1
- package/react/text-h-one.tsx +1 -1
- package/react/text-h-three.tsx +9 -2
- package/react/text-h-two.tsx +7 -1
- package/react/text-i-italic.tsx +1 -1
- package/react/text-s-strikethrough.tsx +4 -14
- package/react/text-styles.tsx +6 -4
- package/react/text-t.tsx +1 -1
- package/react/text-u-underlined.tsx +6 -1
- package/react/wallet.tsx +1 -1
- package/svg/24/alignment-scale.svg +1 -1
- package/svg/24/cluster-sentiment.svg +1 -1
- package/svg/24/cursor-lines.svg +1 -1
- package/svg/24/factory-house.svg +1 -1
- package/svg/24/factory.svg +1 -1
- package/svg/24/flip.svg +2 -0
- package/svg/24/house.svg +1 -1
- package/svg/24/icons-formula.svg +2 -0
- package/svg/24/megaphone.svg +1 -1
- package/svg/24/microphone-document.svg +1 -1
- package/svg/24/next.svg +1 -1
- package/svg/24/office.svg +1 -1
- package/svg/24/paint-bucket.svg +1 -1
- package/svg/24/pixel-eraser.svg +2 -0
- package/svg/24/play.svg +1 -1
- package/svg/24/plus-text.svg +1 -1
- package/svg/24/previous.svg +1 -1
- package/svg/24/sentiment.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley-plus.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- package/svg/24/text-aa.svg +1 -1
- package/svg/24/text-b-bold-italic-underlined.svg +1 -1
- package/svg/24/text-b-bold.svg +1 -1
- package/svg/24/text-h-one.svg +1 -1
- package/svg/24/text-h-three.svg +1 -1
- package/svg/24/text-h-two.svg +1 -1
- package/svg/24/text-i-italic.svg +1 -1
- package/svg/24/text-s-strikethrough.svg +1 -1
- package/svg/24/text-styles.svg +1 -1
- package/svg/24/text-t.svg +1 -1
- package/svg/24/text-u-underlined.svg +1 -1
- package/svg/24/wallet.svg +1 -1
- package/svg/meta.json +55 -3
package/dist/module.js
CHANGED
|
@@ -578,7 +578,7 @@ const IconAlignmentScale = forwardRef(
|
|
|
578
578
|
{
|
|
579
579
|
stroke: "currentColor",
|
|
580
580
|
strokeWidth: "var(--svg-stroke-width)",
|
|
581
|
-
d: "
|
|
581
|
+
d: "m10.5298 11.1784 4.4414 9.4209-.002.002c-2.7805-1.3848-6.0748-1.3952-8.8623-.0303l4.3672-9.3926h.0557Z"
|
|
582
582
|
}
|
|
583
583
|
),
|
|
584
584
|
/* @__PURE__ */ jsx(
|
|
@@ -4702,7 +4702,7 @@ const IconClusterSentiment = forwardRef(
|
|
|
4702
4702
|
fill: "currentColor",
|
|
4703
4703
|
stroke: "currentColor",
|
|
4704
4704
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4705
|
-
d: "M18.
|
|
4705
|
+
d: "M18.667 15.333v.334h-.334v-.334h.334Z"
|
|
4706
4706
|
}
|
|
4707
4707
|
),
|
|
4708
4708
|
/* @__PURE__ */ jsx(
|
|
@@ -4721,7 +4721,7 @@ const IconClusterSentiment = forwardRef(
|
|
|
4721
4721
|
fill: "currentColor",
|
|
4722
4722
|
stroke: "currentColor",
|
|
4723
4723
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4724
|
-
d: "M15.
|
|
4724
|
+
d: "M15.667 15.333v.334h-.334v-.334h.334Z"
|
|
4725
4725
|
}
|
|
4726
4726
|
),
|
|
4727
4727
|
/* @__PURE__ */ jsx(
|
|
@@ -5589,7 +5589,7 @@ const IconCursorLines = forwardRef(
|
|
|
5589
5589
|
{
|
|
5590
5590
|
stroke: "currentColor",
|
|
5591
5591
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5592
|
-
d: "M10 4h12m-8 4h4M12 12v.
|
|
5592
|
+
d: "M10 4h12m-8 4h4M12 12v.0001M5.0423 21.2903l.3025.0859c2.1987-3.3326 5.9146-5.4089 9.9053-5.535l.1026-.3617-10.9168-7.9098-.621.3466 1.2274 13.374Z"
|
|
5593
5593
|
}
|
|
5594
5594
|
)
|
|
5595
5595
|
);
|
|
@@ -7292,7 +7292,7 @@ const IconFactoryHouse = forwardRef(
|
|
|
7292
7292
|
strokeLinecap: "square",
|
|
7293
7293
|
strokeLinejoin: "bevel",
|
|
7294
7294
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7295
|
-
d: "M4
|
|
7295
|
+
d: "M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z"
|
|
7296
7296
|
}
|
|
7297
7297
|
),
|
|
7298
7298
|
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9 11h2v2h-2zM13 11h2v2h-2z" }),
|
|
@@ -7324,12 +7324,19 @@ const IconFactory = forwardRef(
|
|
|
7324
7324
|
fill: "none",
|
|
7325
7325
|
ref: forwardRef2
|
|
7326
7326
|
},
|
|
7327
|
+
/* @__PURE__ */ jsx(
|
|
7328
|
+
"path",
|
|
7329
|
+
{
|
|
7330
|
+
fill: "currentColor",
|
|
7331
|
+
d: "M3 21h-1l1 1v-1Zm.1452-7.067-.419-.908.419.908Zm6.1807-2.8527-.419-.9079.419.9079Zm.2968.067.7683-.6402-.7683.6402Zm2.3773 2.8527-.7682.6402.4771.5725.685-.2936-.3939-.9191Zm6.8251-2.9251.394.9192-.394-.9192Zm.2937.0737.7809-.6247-.7809.6247Zm1.8264 2.2829-.7809.6247h.0001l.7808-.6247Zm.0548 7.5685v1l1-1h-1Zm-5.5874-8.4625.3939.9191-.3939-.9191Zm1.3423-9.3365-.9806-.1962-.0055.0275-.004.0276.9901.141Zm3.2824.0043.9958-.0923-.0041-.0436-.0078-.043-.9839.1789Zm.5373 5.7947.9958-.0923-.9958.0923Zm-16.5746 12v-6.84h-2v6.84h2Zm-.4357-6.1591 6.1807-2.8526-.8381-1.8159-6.1807 2.8526.838 1.8159Zm5.2902-3.0534 2.3773 2.8527 1.5364-1.2804-2.3772-2.8527-1.5365 1.2804Zm9.4835-.0143 1.8263 2.283 1.5618-1.2494-1.8264-2.2829-1.5617 1.2493Zm1.662 1.8145v7.4123h2v-7.4123h-2Zm-12 6.4123h-5v2h5v-2Zm-1-3v4h2v-4h-2Zm9 3h-8v2h8v-2Zm-1-3v4h2v-4h-2Zm6 3h-5v2h5v-2Zm-1.7809-8.0059a.75.75 0 0 1-.8811-.2208l1.5617-1.2494a1.25 1.25 0 0 0-1.4685-.3681l.7879 1.8383Zm-9.4741-.0058a.75.75 0 0 1-.8905-.2008l1.5365-1.2804a1.2501 1.2501 0 0 0-1.4841-.3347l.838 1.8159Zm-5.745 2.1717a.75.75 0 0 1-.4357.6809l-.8381-1.8159a1.25 1.25 0 0 0-.7262 1.135h2Zm16.1644-.1038a.75.75 0 0 1-.1644-.4685h2c0-.2838-.0966-.5592-.2739-.7809l-1.5617 1.2494Zm-3.1644-10.0562h2.7914v-2h-2.7914v2Zm2.7914 0a.75.75 0 0 1-.7379-.6158l1.9677-.3578a1.25 1.25 0 0 0-1.2298-1.0264v2Zm-2.056-.603a.75.75 0 0 1-.7354.603v-2a1.25 1.25 0 0 0-1.2257 1.0048l1.9611.3923Zm-.7454 5.244.7549-5.299-1.9801-.282-.7548 5.299 1.98.282Zm2.0516-5.3434.5373 5.7947 1.9915-.1846-.5373-5.7948-1.9915.1847Zm.5373 5.7947.4254 4.5877 1.9914-.1846-.4253-4.5877-1.9915.1846Zm-7.185 5.8268 3.4126-1.4625-.7878-1.8383-3.4126 1.4626.7878 1.8382Zm3.4126-1.4625 3.4126-1.4625-.7879-1.8383-3.4125 1.4625.7878 1.8383Z"
|
|
7332
|
+
}
|
|
7333
|
+
),
|
|
7327
7334
|
/* @__PURE__ */ jsx(
|
|
7328
7335
|
"path",
|
|
7329
7336
|
{
|
|
7330
7337
|
stroke: "currentColor",
|
|
7331
7338
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7332
|
-
d: "
|
|
7339
|
+
d: "M12 14v.0001"
|
|
7333
7340
|
}
|
|
7334
7341
|
)
|
|
7335
7342
|
);
|
|
@@ -7439,6 +7446,42 @@ const IconFlipCard = forwardRef(
|
|
|
7439
7446
|
);
|
|
7440
7447
|
IconFlipCard[iconSymbol] = true;
|
|
7441
7448
|
|
|
7449
|
+
const IconFlip = forwardRef(
|
|
7450
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
7451
|
+
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
7452
|
+
return createElement(
|
|
7453
|
+
StyledIcon,
|
|
7454
|
+
{
|
|
7455
|
+
...props,
|
|
7456
|
+
weight,
|
|
7457
|
+
debug,
|
|
7458
|
+
"aria-hidden": true,
|
|
7459
|
+
size,
|
|
7460
|
+
viewBox: "0 0 24 24",
|
|
7461
|
+
fill: "none",
|
|
7462
|
+
ref: forwardRef2
|
|
7463
|
+
},
|
|
7464
|
+
/* @__PURE__ */ jsx(
|
|
7465
|
+
"path",
|
|
7466
|
+
{
|
|
7467
|
+
stroke: "currentColor",
|
|
7468
|
+
strokeLinejoin: "round",
|
|
7469
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7470
|
+
d: "M19.1717 15.3828c-1.8222 1.0722-4.3172 1.7325-7.0707 1.7325-5.5788 0-10.101-2.7126-10.101-6.0576 0-3.345 4.5222-6.0577 10.101-6.0577 3.8483 0 7.1937 1.2907 8.899 3.1895"
|
|
7471
|
+
}
|
|
7472
|
+
),
|
|
7473
|
+
/* @__PURE__ */ jsx(
|
|
7474
|
+
"path",
|
|
7475
|
+
{
|
|
7476
|
+
fill: "currentColor",
|
|
7477
|
+
d: "m21.5835 16.4026-6.1662 4.5781-1.4724-.4372-1.1961-6.7642 1.1734-1.2539 7.3623 2.1861.299 1.6911Z"
|
|
7478
|
+
}
|
|
7479
|
+
)
|
|
7480
|
+
);
|
|
7481
|
+
}
|
|
7482
|
+
);
|
|
7483
|
+
IconFlip[iconSymbol] = true;
|
|
7484
|
+
|
|
7442
7485
|
const IconFolder = forwardRef(
|
|
7443
7486
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
7444
7487
|
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
@@ -8429,7 +8472,7 @@ const IconHouse = forwardRef(
|
|
|
8429
8472
|
strokeLinecap: "square",
|
|
8430
8473
|
strokeLinejoin: "bevel",
|
|
8431
8474
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8432
|
-
d: "M4
|
|
8475
|
+
d: "M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z"
|
|
8433
8476
|
}
|
|
8434
8477
|
)
|
|
8435
8478
|
);
|
|
@@ -8437,6 +8480,36 @@ const IconHouse = forwardRef(
|
|
|
8437
8480
|
);
|
|
8438
8481
|
IconHouse[iconSymbol] = true;
|
|
8439
8482
|
|
|
8483
|
+
const IconIconsFormula = forwardRef(
|
|
8484
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
8485
|
+
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
8486
|
+
return createElement(
|
|
8487
|
+
StyledIcon,
|
|
8488
|
+
{
|
|
8489
|
+
...props,
|
|
8490
|
+
weight,
|
|
8491
|
+
debug,
|
|
8492
|
+
"aria-hidden": true,
|
|
8493
|
+
size,
|
|
8494
|
+
viewBox: "0 0 24 24",
|
|
8495
|
+
fill: "none",
|
|
8496
|
+
ref: forwardRef2
|
|
8497
|
+
},
|
|
8498
|
+
/* @__PURE__ */ jsx(
|
|
8499
|
+
"path",
|
|
8500
|
+
{
|
|
8501
|
+
stroke: "currentColor",
|
|
8502
|
+
strokeLinejoin: "bevel",
|
|
8503
|
+
strokeMiterlimit: 6.765,
|
|
8504
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8505
|
+
d: "M18 8v-4h-13l7 8-7 8h13v-4"
|
|
8506
|
+
}
|
|
8507
|
+
)
|
|
8508
|
+
);
|
|
8509
|
+
}
|
|
8510
|
+
);
|
|
8511
|
+
IconIconsFormula[iconSymbol] = true;
|
|
8512
|
+
|
|
8440
8513
|
const IconImage = forwardRef(
|
|
8441
8514
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
8442
8515
|
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
@@ -9911,7 +9984,7 @@ const IconMegaphone = forwardRef(
|
|
|
9911
9984
|
fill: "currentColor",
|
|
9912
9985
|
stroke: "currentColor",
|
|
9913
9986
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9914
|
-
d: "M3.75
|
|
9987
|
+
d: "M3.75 12.75h-.6465l-.8535-.8535v-1.793l.8535-.8535h.6465v3.5Z"
|
|
9915
9988
|
}
|
|
9916
9989
|
),
|
|
9917
9990
|
/* @__PURE__ */ jsx(
|
|
@@ -9993,16 +10066,22 @@ const IconMicrophoneDocument = forwardRef(
|
|
|
9993
10066
|
stroke: "currentColor",
|
|
9994
10067
|
strokeLinejoin: "round",
|
|
9995
10068
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9996
|
-
d: "
|
|
10069
|
+
d: "M15 4h-10c-1.1046 0-2 .8954-2 2v13c0 1.1046.8954 2 2 2h13c1.1046 0 2-.8954 2-2v-4"
|
|
9997
10070
|
}
|
|
9998
10071
|
),
|
|
9999
10072
|
/* @__PURE__ */ jsx(
|
|
10000
10073
|
"path",
|
|
10001
10074
|
{
|
|
10002
10075
|
stroke: "currentColor",
|
|
10003
|
-
strokeLinecap: "round",
|
|
10004
10076
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10005
|
-
d: "
|
|
10077
|
+
d: "M6 13h6M6 17h11"
|
|
10078
|
+
}
|
|
10079
|
+
),
|
|
10080
|
+
/* @__PURE__ */ jsx(
|
|
10081
|
+
"path",
|
|
10082
|
+
{
|
|
10083
|
+
fill: "currentColor",
|
|
10084
|
+
d: "M20 7.5682v-3.1364c0-.7908-.6716-1.4318-1.5-1.4318s-1.5.641-1.5 1.4318v3.1364c0 .7908.6716 1.4318 1.5 1.4318s1.5-.641 1.5-1.4318Z"
|
|
10006
10085
|
}
|
|
10007
10086
|
),
|
|
10008
10087
|
/* @__PURE__ */ jsx(
|
|
@@ -10010,7 +10089,7 @@ const IconMicrophoneDocument = forwardRef(
|
|
|
10010
10089
|
{
|
|
10011
10090
|
stroke: "currentColor",
|
|
10012
10091
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10013
|
-
d: "
|
|
10092
|
+
d: "M18.5 11c1.933 0 3.5-1.567 3.5-3.5v-.5m-3.5 4c-1.933 0-3.5-1.567-3.5-3.5v-.5m3.5 4v2"
|
|
10014
10093
|
}
|
|
10015
10094
|
)
|
|
10016
10095
|
);
|
|
@@ -10698,7 +10777,7 @@ const IconNext = forwardRef(
|
|
|
10698
10777
|
{
|
|
10699
10778
|
stroke: "currentColor",
|
|
10700
10779
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10701
|
-
d: "
|
|
10780
|
+
d: "M15 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z"
|
|
10702
10781
|
}
|
|
10703
10782
|
)
|
|
10704
10783
|
);
|
|
@@ -11143,7 +11222,16 @@ const IconOffice = forwardRef(
|
|
|
11143
11222
|
"path",
|
|
11144
11223
|
{
|
|
11145
11224
|
fill: "currentColor",
|
|
11146
|
-
d: "
|
|
11225
|
+
d: "M7 8h2v2h-2zM11 8h2v2h-2zM7 12h2v2h-2zM11 12h2v2h-2zM7 16h2v2h-2zM11 16h2v2h-2z"
|
|
11226
|
+
}
|
|
11227
|
+
),
|
|
11228
|
+
/* @__PURE__ */ jsx(
|
|
11229
|
+
"path",
|
|
11230
|
+
{
|
|
11231
|
+
stroke: "currentColor",
|
|
11232
|
+
strokeLinejoin: "bevel",
|
|
11233
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11234
|
+
d: "m16 3-12 2.5v15.5h12v-18ZM16 10h4v11h-4"
|
|
11147
11235
|
}
|
|
11148
11236
|
)
|
|
11149
11237
|
);
|
|
@@ -11295,12 +11383,19 @@ const IconPaintBucket = forwardRef(
|
|
|
11295
11383
|
fill: "none",
|
|
11296
11384
|
ref: forwardRef2
|
|
11297
11385
|
},
|
|
11386
|
+
/* @__PURE__ */ jsx(
|
|
11387
|
+
"path",
|
|
11388
|
+
{
|
|
11389
|
+
fill: "currentColor",
|
|
11390
|
+
d: "m11 4 .7071-.7071-.7071-.7071-.7071.707.7071.7072Zm7 7 .7071.7071v-1.4142l-.7071.7071Zm-7.7071-7.7071-7.5858 7.5858 1.4142 1.4142 7.5858-7.5858-1.4142-1.4142Zm-7.5858 11.8284 4.1716 4.1716 1.4142-1.4142-4.1716-4.1716-1.4142 1.4142Zm8.4142 4.1716 7.5858-7.5858-1.4142-1.4142-7.5858 7.5858 1.4142 1.4142Zm7.5858-9-7-7-1.4142 1.4142 7 7 1.4142-1.4142Zm-11.8284 9c1.1715 1.1716 3.071 1.1716 4.2426 0l-1.4142-1.4142c-.3905.3905-1.0237.3905-1.4142 0l-1.4142 1.4142Zm-4.1716-8.4142c-1.1716 1.1716-1.1716 3.071 0 4.2426l1.4142-1.4142c-.3905-.3905-.3905-1.0237 0-1.4142l-1.4142-1.4142Z"
|
|
11391
|
+
}
|
|
11392
|
+
),
|
|
11298
11393
|
/* @__PURE__ */ jsx(
|
|
11299
11394
|
"path",
|
|
11300
11395
|
{
|
|
11301
11396
|
stroke: "currentColor",
|
|
11302
11397
|
strokeWidth: "var(--svg-stroke-width)",
|
|
11303
|
-
d: "
|
|
11398
|
+
d: "m12 10-6-6"
|
|
11304
11399
|
}
|
|
11305
11400
|
),
|
|
11306
11401
|
/* @__PURE__ */ jsx(
|
|
@@ -11827,6 +11922,50 @@ const IconPhoneFilled = forwardRef(
|
|
|
11827
11922
|
);
|
|
11828
11923
|
IconPhoneFilled[iconSymbol] = true;
|
|
11829
11924
|
|
|
11925
|
+
const IconPixelEraser = forwardRef(
|
|
11926
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
11927
|
+
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
11928
|
+
return createElement(
|
|
11929
|
+
StyledIcon,
|
|
11930
|
+
{
|
|
11931
|
+
...props,
|
|
11932
|
+
weight,
|
|
11933
|
+
debug,
|
|
11934
|
+
"aria-hidden": true,
|
|
11935
|
+
size,
|
|
11936
|
+
viewBox: "0 0 24 24",
|
|
11937
|
+
fill: "none",
|
|
11938
|
+
ref: forwardRef2
|
|
11939
|
+
},
|
|
11940
|
+
/* @__PURE__ */ jsx(
|
|
11941
|
+
"path",
|
|
11942
|
+
{
|
|
11943
|
+
stroke: "currentColor",
|
|
11944
|
+
strokeLinejoin: "bevel",
|
|
11945
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11946
|
+
d: "m12.9608 4.6642-8.9216 8.9216c-.781.781-.781 2.0474 0 2.8284l3.5858 3.5858h3.1716a2 2 0 0 0 1.4142-.5858l7.75-7.75c.781-.781.781-2.0474 0-2.8284l-4.1716-4.1716c-.781-.781-2.0474-.781-2.8284 0Z"
|
|
11947
|
+
}
|
|
11948
|
+
),
|
|
11949
|
+
/* @__PURE__ */ jsx(
|
|
11950
|
+
"path",
|
|
11951
|
+
{
|
|
11952
|
+
stroke: "currentColor",
|
|
11953
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11954
|
+
d: "m8.625 9 7 7"
|
|
11955
|
+
}
|
|
11956
|
+
),
|
|
11957
|
+
/* @__PURE__ */ jsx(
|
|
11958
|
+
"path",
|
|
11959
|
+
{
|
|
11960
|
+
fill: "currentColor",
|
|
11961
|
+
d: "M20 15h2v2h-2zM16 19h2v2h-2zM20 19h2v2h-2z"
|
|
11962
|
+
}
|
|
11963
|
+
)
|
|
11964
|
+
);
|
|
11965
|
+
}
|
|
11966
|
+
);
|
|
11967
|
+
IconPixelEraser[iconSymbol] = true;
|
|
11968
|
+
|
|
11830
11969
|
const IconPlaceholder = forwardRef(
|
|
11831
11970
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
11832
11971
|
const [debug] = useLocalStorage("DEBUG_ICON", false);
|
|
@@ -11946,7 +12085,7 @@ const IconPlay = forwardRef(
|
|
|
11946
12085
|
fill: "currentColor",
|
|
11947
12086
|
stroke: "currentColor",
|
|
11948
12087
|
strokeWidth: "var(--svg-stroke-width)",
|
|
11949
|
-
d: "
|
|
12088
|
+
d: "M18 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z"
|
|
11950
12089
|
}
|
|
11951
12090
|
)
|
|
11952
12091
|
);
|
|
@@ -12110,7 +12249,7 @@ const IconPlusText = forwardRef(
|
|
|
12110
12249
|
stroke: "currentColor",
|
|
12111
12250
|
strokeLinejoin: "bevel",
|
|
12112
12251
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12113
|
-
d: "
|
|
12252
|
+
d: "M19 8v-4h-8m-8 4v-4h8m0 0 .0007 16m0 0h3.9993m-3.9993 0h-4.0007"
|
|
12114
12253
|
}
|
|
12115
12254
|
),
|
|
12116
12255
|
/* @__PURE__ */ jsx(
|
|
@@ -12118,7 +12257,7 @@ const IconPlusText = forwardRef(
|
|
|
12118
12257
|
{
|
|
12119
12258
|
stroke: "currentColor",
|
|
12120
12259
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12121
|
-
d: "
|
|
12260
|
+
d: "M19 10v4m0 4v-4m-4 0h4m4 0h-4"
|
|
12122
12261
|
}
|
|
12123
12262
|
)
|
|
12124
12263
|
);
|
|
@@ -12505,7 +12644,7 @@ const IconPrevious = forwardRef(
|
|
|
12505
12644
|
{
|
|
12506
12645
|
stroke: "currentColor",
|
|
12507
12646
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12508
|
-
d: "
|
|
12647
|
+
d: "M9 11.5654v.8682l9.0439 5.4258.9561-.4776v-10.7636l-.9561-.4786-9.0439 5.4258Z"
|
|
12509
12648
|
}
|
|
12510
12649
|
)
|
|
12511
12650
|
);
|
|
@@ -14425,7 +14564,7 @@ const IconSentiment = forwardRef(
|
|
|
14425
14564
|
fill: "currentColor",
|
|
14426
14565
|
stroke: "currentColor",
|
|
14427
14566
|
strokeWidth: "var(--svg-stroke-width)",
|
|
14428
|
-
d: "
|
|
14567
|
+
d: "M11.667 6.333v1.334h-1.334v-1.334h1.334ZM17.667 12.333v1.334h-1.334v-1.334h1.334Z"
|
|
14429
14568
|
}
|
|
14430
14569
|
),
|
|
14431
14570
|
/* @__PURE__ */ jsx(
|
|
@@ -14444,7 +14583,7 @@ const IconSentiment = forwardRef(
|
|
|
14444
14583
|
fill: "currentColor",
|
|
14445
14584
|
stroke: "currentColor",
|
|
14446
14585
|
strokeWidth: "var(--svg-stroke-width)",
|
|
14447
|
-
d: "
|
|
14586
|
+
d: "M7.667 6.333v1.334h-1.334v-1.334h1.334Z"
|
|
14448
14587
|
}
|
|
14449
14588
|
),
|
|
14450
14589
|
/* @__PURE__ */ jsx(
|
|
@@ -15167,7 +15306,7 @@ const IconSmileyChat = forwardRef(
|
|
|
15167
15306
|
{
|
|
15168
15307
|
fill: "currentColor",
|
|
15169
15308
|
stroke: "currentColor",
|
|
15170
|
-
d: "
|
|
15309
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15171
15310
|
}
|
|
15172
15311
|
),
|
|
15173
15312
|
/* @__PURE__ */ jsx(
|
|
@@ -15214,7 +15353,7 @@ const IconSmileyPlus = forwardRef(
|
|
|
15214
15353
|
{
|
|
15215
15354
|
fill: "currentColor",
|
|
15216
15355
|
stroke: "currentColor",
|
|
15217
|
-
d: "
|
|
15356
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15218
15357
|
}
|
|
15219
15358
|
),
|
|
15220
15359
|
/* @__PURE__ */ jsx(
|
|
@@ -15290,7 +15429,7 @@ const IconSmiley = forwardRef(
|
|
|
15290
15429
|
{
|
|
15291
15430
|
fill: "currentColor",
|
|
15292
15431
|
stroke: "currentColor",
|
|
15293
|
-
d: "
|
|
15432
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15294
15433
|
}
|
|
15295
15434
|
),
|
|
15296
15435
|
/* @__PURE__ */ jsx(
|
|
@@ -17882,11 +18021,29 @@ const IconTextAa = forwardRef(
|
|
|
17882
18021
|
fill: "none",
|
|
17883
18022
|
ref: forwardRef2
|
|
17884
18023
|
},
|
|
18024
|
+
/* @__PURE__ */ jsx(
|
|
18025
|
+
"path",
|
|
18026
|
+
{
|
|
18027
|
+
stroke: "currentColor",
|
|
18028
|
+
strokeLinecap: "square",
|
|
18029
|
+
strokeLinejoin: "bevel",
|
|
18030
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18031
|
+
d: "m2 19 5.5-14.75 5.5 14.75"
|
|
18032
|
+
}
|
|
18033
|
+
),
|
|
17885
18034
|
/* @__PURE__ */ jsx(
|
|
17886
18035
|
"path",
|
|
17887
18036
|
{
|
|
17888
18037
|
fill: "currentColor",
|
|
17889
|
-
d: "
|
|
18038
|
+
d: "M22 17h-1 1Zm0-3h1v-1h-1v1Zm0 5v1l1-1h-1Zm-3-9c.451 0 .9204.1609 1.2832.5536.3625.3924.7168 1.1241.7168 2.4464h2c0-1.6777-.4554-2.946-1.2477-3.8036-.792-.8573-1.8226-1.1964-2.7523-1.1964v2Zm2 3v4h2v-4h-2Zm0 1v3h2v-3h-2Zm-2.5 1h3.5v-2h-3.5v2Zm2.5 2v2h2v-2h-2Zm1 1h-3.5v2h3.5v-2Zm-5.1427-6.4852c.643-1.0708 1.3613-1.5148 2.1427-1.5148v-2c-1.7335 0-3.0032 1.0628-3.8573 2.4852l1.7146 1.0296Zm1.6427 1.4852c-1.933 0-3.5 1.567-3.5 3.5h2c0-.8284.6716-1.5 1.5-1.5v-2Zm0 5c-.8284 0-1.5-.6716-1.5-1.5h-2c0 1.933 1.567 3.5 3.5 3.5v-2Z"
|
|
18039
|
+
}
|
|
18040
|
+
),
|
|
18041
|
+
/* @__PURE__ */ jsx(
|
|
18042
|
+
"path",
|
|
18043
|
+
{
|
|
18044
|
+
stroke: "currentColor",
|
|
18045
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18046
|
+
d: "M11 14h-7"
|
|
17890
18047
|
}
|
|
17891
18048
|
)
|
|
17892
18049
|
);
|
|
@@ -17999,16 +18156,16 @@ const IconTextBBoldItalicUnderlined = forwardRef(
|
|
|
17999
18156
|
/* @__PURE__ */ jsx(
|
|
18000
18157
|
"path",
|
|
18001
18158
|
{
|
|
18002
|
-
|
|
18003
|
-
|
|
18159
|
+
stroke: "currentColor",
|
|
18160
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18161
|
+
d: "M2 21h20"
|
|
18004
18162
|
}
|
|
18005
18163
|
),
|
|
18006
18164
|
/* @__PURE__ */ jsx(
|
|
18007
18165
|
"path",
|
|
18008
18166
|
{
|
|
18009
|
-
|
|
18010
|
-
|
|
18011
|
-
d: "M3 20h18"
|
|
18167
|
+
fill: "currentColor",
|
|
18168
|
+
d: "m16.935 7.25-.9902-.14.9902.14Zm-7.5974-3.25v-1l-.9842.823.9842.177Zm-2.3376 13-.9842-.177.9842 1.177v-1Zm9.935-3.25.9788.2047-.9788-.2047Zm-.9902-6.64c-.2047 1.4472-1.5244 2.39-3.1007 2.39v2c2.2968 0 4.7013-1.4257 5.081-4.11l-1.9803-.28Zm-2.5163-2.11c1.0731 0 1.7304.311 2.0877.6665.3449.3432.5155.8296.4286 1.4434l1.9803.2802c.1649-1.1659-.1573-2.3045-.9982-3.1413-.8287-.8246-2.0505-1.2488-3.4984-1.2488v2Zm0-2h-4.0909v2h4.0909v-2Zm-5.075.823-1.1689 6.5 1.9684.354 1.1689-6.5-1.9685-.354Zm-1.1689 6.5-1.1688 6.5 1.9684.354 1.1688-6.5-1.9684-.354Zm8.7716 3.2223c-.2141 1.0235-.7208 1.5942-1.3302 1.9391-.6504.3682-1.4893.5156-2.3663.5156v2c1.0595 0 2.2851-.1714 3.3516-.7751 1.1075-.627 1.9702-1.6813 2.3025-3.2702l-1.9576-.4094Zm-2.5277-2.0453c.9521 0 1.6774.2641 2.0962.624.372.3196.5694.7619.4315 1.4213l1.9576.4094c.2857-1.3661-.1558-2.5487-1.0857-3.3477-.8832-.7588-2.1229-1.107-3.3996-1.107v2Zm-1.1688 4.5h-5.2597v2h5.2597v-2Zm.5844-6.5h-.5844v2h.5844v-2Zm-.5844 0h-4.0909v2h4.0909v-2Zm1.1688 0h-1.1688v2h1.1688v-2Z"
|
|
18012
18169
|
}
|
|
18013
18170
|
)
|
|
18014
18171
|
);
|
|
@@ -18035,7 +18192,14 @@ const IconTextBBold = forwardRef(
|
|
|
18035
18192
|
"path",
|
|
18036
18193
|
{
|
|
18037
18194
|
fill: "currentColor",
|
|
18038
|
-
d: "
|
|
18195
|
+
d: "M6 4v-1l-1 1h1Zm0 7.5h-1v1h1v-1Zm6.25-8.5h-6.25v2h6.25v-2Zm-7.25 1v7.5h2v-7.5h-2Zm1 8.5h6.25v-2h-6.25v2Zm6.25-7.5c1.5188 0 2.75 1.2312 2.75 2.75h2c0-2.6234-2.1266-4.75-4.75-4.75v2Zm0 7.5c2.6234 0 4.75-2.1266 4.75-4.75h-2c0 1.5188-1.2312 2.75-2.75 2.75v2Z"
|
|
18196
|
+
}
|
|
18197
|
+
),
|
|
18198
|
+
/* @__PURE__ */ jsx(
|
|
18199
|
+
"path",
|
|
18200
|
+
{
|
|
18201
|
+
fill: "currentColor",
|
|
18202
|
+
d: "M6 20h-1l1 1v-1Zm0-8.5v-1h-1v1h1Zm7.75 7.5h-7.75v2h7.75v-2Zm-6.75 1v-8.5h-2v8.5h2Zm-1-7.5h7.75v-2h-7.75v2Zm7.75 0c1.7949 0 3.25 1.4551 3.25 3.25h2c0-2.8995-2.3505-5.25-5.25-5.25v2Zm0 8.5c2.8995 0 5.25-2.3505 5.25-5.25h-2c0 1.7949-1.4551 3.25-3.25 3.25v2Z"
|
|
18039
18203
|
}
|
|
18040
18204
|
)
|
|
18041
18205
|
);
|
|
@@ -18101,7 +18265,7 @@ const IconTextHOne = forwardRef(
|
|
|
18101
18265
|
stroke: "currentColor",
|
|
18102
18266
|
strokeLinejoin: "bevel",
|
|
18103
18267
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18104
|
-
d: "
|
|
18268
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8m3.5-13 4.5-2.25v14.25m0 0h-4m4 0h4"
|
|
18105
18269
|
}
|
|
18106
18270
|
)
|
|
18107
18271
|
);
|
|
@@ -18127,8 +18291,18 @@ const IconTextHThree = forwardRef(
|
|
|
18127
18291
|
/* @__PURE__ */ jsx(
|
|
18128
18292
|
"path",
|
|
18129
18293
|
{
|
|
18130
|
-
|
|
18131
|
-
|
|
18294
|
+
stroke: "currentColor",
|
|
18295
|
+
strokeLinejoin: "round",
|
|
18296
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18297
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8"
|
|
18298
|
+
}
|
|
18299
|
+
),
|
|
18300
|
+
/* @__PURE__ */ jsx(
|
|
18301
|
+
"path",
|
|
18302
|
+
{
|
|
18303
|
+
stroke: "currentColor",
|
|
18304
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18305
|
+
d: "M14 12h4.5c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-4.5M14 5h4.5c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5h-4.5"
|
|
18132
18306
|
}
|
|
18133
18307
|
)
|
|
18134
18308
|
);
|
|
@@ -18151,13 +18325,22 @@ const IconTextHTwo = forwardRef(
|
|
|
18151
18325
|
fill: "none",
|
|
18152
18326
|
ref: forwardRef2
|
|
18153
18327
|
},
|
|
18328
|
+
/* @__PURE__ */ jsx(
|
|
18329
|
+
"path",
|
|
18330
|
+
{
|
|
18331
|
+
stroke: "currentColor",
|
|
18332
|
+
strokeLinejoin: "round",
|
|
18333
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18334
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8"
|
|
18335
|
+
}
|
|
18336
|
+
),
|
|
18154
18337
|
/* @__PURE__ */ jsx(
|
|
18155
18338
|
"path",
|
|
18156
18339
|
{
|
|
18157
18340
|
stroke: "currentColor",
|
|
18158
18341
|
strokeLinejoin: "bevel",
|
|
18159
18342
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18160
|
-
d: "
|
|
18343
|
+
d: "M23 19h-8c0-3.4038 2.2528-5.3594 4.2024-6.4144 1.544-.8356 2.7976-2.3398 2.7976-4.0953 0-1.9276-1.5675-3.4903-3.4951-3.4903-1.933 0-3.5049 1.567-3.5049 3.5v.5"
|
|
18161
18344
|
}
|
|
18162
18345
|
)
|
|
18163
18346
|
);
|
|
@@ -18185,7 +18368,7 @@ const IconTextIItalic = forwardRef(
|
|
|
18185
18368
|
{
|
|
18186
18369
|
stroke: "currentColor",
|
|
18187
18370
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18188
|
-
d: "
|
|
18371
|
+
d: "M10 4h5m5 0h-5m0 0-6 16m0 0h-5m5 0h5"
|
|
18189
18372
|
}
|
|
18190
18373
|
)
|
|
18191
18374
|
);
|
|
@@ -18345,26 +18528,10 @@ const IconTextSStrikethrough = forwardRef(
|
|
|
18345
18528
|
/* @__PURE__ */ jsx(
|
|
18346
18529
|
"path",
|
|
18347
18530
|
{
|
|
18348
|
-
|
|
18349
|
-
|
|
18350
|
-
d: "
|
|
18351
|
-
|
|
18352
|
-
),
|
|
18353
|
-
/* @__PURE__ */ jsx(
|
|
18354
|
-
"path",
|
|
18355
|
-
{
|
|
18356
|
-
stroke: "currentColor",
|
|
18357
|
-
strokeLinejoin: "round",
|
|
18358
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
18359
|
-
d: "M3 12h18"
|
|
18360
|
-
}
|
|
18361
|
-
),
|
|
18362
|
-
/* @__PURE__ */ jsx(
|
|
18363
|
-
"path",
|
|
18364
|
-
{
|
|
18365
|
-
stroke: "currentColor",
|
|
18366
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
18367
|
-
d: "M12 11.9999v.0001"
|
|
18531
|
+
fill: "currentColor",
|
|
18532
|
+
fillRule: "evenodd",
|
|
18533
|
+
d: "M8.1129 5.628c-.6386.3983-1.047.9552-1.1171 1.714-.0904.9783.4218 1.7271 1.3487 2.3714.8862.6161 1.9899 1.0132 2.8158 1.2866h10.8397v2h-20v-2h4.734c-1.0336-.8571-1.89-2.108-1.7298-3.842.1383-1.496.9873-2.564 2.0502-3.227 1.0394-.6483 2.3044-.931 3.4456-.931 1.7016 0 3.3502.5613 4.5311 1.0862a16.2505 16.2505 0 0 1 1.4494.733c.1759.1005.3155.1851.413.2458.0488.0303.0871.0548.1142.0722l.0322.021.0096.0063.0031.002.0012.0009.0005.0003c.0002.0001.0004.0003-.5543.8323-.5547.832-.5545.8322-.5544.8323l-.0029-.002-.0192-.0125a6.433 6.433 0 0 0-.0866-.0547 10.8041 10.8041 0 0 0-.3487-.2074 14.2762 14.2762 0 0 0-1.2693-.6419c-1.0691-.4751-2.4205-.9138-3.7189-.9138-.844 0-1.7249.215-2.3871.628Zm6.3487 9.372h2.3082c.0245.0649.0474.1307.0686.1975.1652.5206.2206 1.077.1555 1.6629-.155 1.3949-.8019 2.479-1.8443 3.1861-1.0061.6825-2.2896.9535-3.6496.9535-1.7016 0-3.3502-.5613-4.5311-1.0862a16.2582 16.2582 0 0 1-1.4494-.7331 12.8897 12.8897 0 0 1-.413-.2457 9.916 9.916 0 0 1-.1142-.0722l-.0322-.021-.0096-.0063-.0031-.0021-.0012-.0008-.0005-.0003c-.0002-.0001-.0004-.0003.5543-.8323.5547-.832.5545-.8322.5544-.8323l.0029.0019.0193.0126c.0183.0118.0474.0303.0865.0547.0782.0487.1964.1204.3487.2074.3052.1744.7436.4082 1.2693.6419 1.069.4751 2.4205.9138 3.7189.9138 1.1253 0 1.9668-.2287 2.5268-.6086.5238-.3553.8842-.8961.9793-1.7518.0353-.3178.0037-.5923-.074-.8371a1.9686 1.9686 0 0 0-.1405-.3317 2.4111 2.4111 0 0 0-.2323-.353 2.9413 2.9413 0 0 0-.0977-.1178Z",
|
|
18534
|
+
clipRule: "evenodd"
|
|
18368
18535
|
}
|
|
18369
18536
|
)
|
|
18370
18537
|
);
|
|
@@ -18390,16 +18557,18 @@ const IconTextStyles = forwardRef(
|
|
|
18390
18557
|
/* @__PURE__ */ jsx(
|
|
18391
18558
|
"path",
|
|
18392
18559
|
{
|
|
18393
|
-
|
|
18394
|
-
|
|
18560
|
+
stroke: "currentColor",
|
|
18561
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18562
|
+
d: "M22 20s-1.2215 1.4218-2.5 1c-1.4266-.4706-1.1666-3-1-4.5.1969-1.7719 1-3 1-3m-1.5 5c-.8564 1.8366-2.7635 3.0766-4 2.5-1.2366-.5766-1.6064-2.6634-.75-4.5.8563-1.8366 2.7634-3.0766 4-2.5 1.2365.5766 1.6063 2.6634.75 4.5Z"
|
|
18395
18563
|
}
|
|
18396
18564
|
),
|
|
18397
18565
|
/* @__PURE__ */ jsx(
|
|
18398
18566
|
"path",
|
|
18399
18567
|
{
|
|
18400
|
-
|
|
18401
|
-
|
|
18402
|
-
d: "
|
|
18568
|
+
fill: "currentColor",
|
|
18569
|
+
fillRule: "evenodd",
|
|
18570
|
+
d: "m3.9363 16.3511 1.2567-3.3511h5.5862l.2721.8162.2842.8528a9.159 9.159 0 0 1 1.5096-1.796l-.3964-1.1892a1.0582 1.0582 0 0 0-.0167-.0462l-3.5-9h-1.864l-3.5 9-.0001-.0001-.0042.0114-1.5 4-.3512.9363 1.8727.7023.3511-.9364Zm4.0637-10.592-2.0382 5.2409h4.0763l-2.0381-5.241Z",
|
|
18571
|
+
clipRule: "evenodd"
|
|
18403
18572
|
}
|
|
18404
18573
|
)
|
|
18405
18574
|
);
|
|
@@ -18428,7 +18597,7 @@ const IconTextT = forwardRef(
|
|
|
18428
18597
|
stroke: "currentColor",
|
|
18429
18598
|
strokeLinejoin: "bevel",
|
|
18430
18599
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18431
|
-
d: "
|
|
18600
|
+
d: "M20 8v-4h-8m-8 4v-4h8m0 0 .0008 16m0 0h3.9992m-3.9992 0h-4.0008"
|
|
18432
18601
|
}
|
|
18433
18602
|
)
|
|
18434
18603
|
);
|
|
@@ -18457,7 +18626,15 @@ const IconTextUUnderlined = forwardRef(
|
|
|
18457
18626
|
stroke: "currentColor",
|
|
18458
18627
|
strokeLinejoin: "round",
|
|
18459
18628
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18460
|
-
d: "
|
|
18629
|
+
d: "M2 21h20"
|
|
18630
|
+
}
|
|
18631
|
+
),
|
|
18632
|
+
/* @__PURE__ */ jsx(
|
|
18633
|
+
"path",
|
|
18634
|
+
{
|
|
18635
|
+
stroke: "currentColor",
|
|
18636
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18637
|
+
d: "M7 3v9c0 2.7614 2.2386 5 5 5s5-2.2386 5-5v-9"
|
|
18461
18638
|
}
|
|
18462
18639
|
)
|
|
18463
18640
|
);
|
|
@@ -19997,7 +20174,7 @@ const IconWallet = forwardRef(
|
|
|
19997
20174
|
stroke: "currentColor",
|
|
19998
20175
|
strokeLinejoin: "bevel",
|
|
19999
20176
|
strokeWidth: "var(--svg-stroke-width)",
|
|
20000
|
-
d: "M19
|
|
20177
|
+
d: "M19 15v2c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-10c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v2"
|
|
20001
20178
|
}
|
|
20002
20179
|
),
|
|
20003
20180
|
/* @__PURE__ */ jsx(
|
|
@@ -20186,5 +20363,5 @@ const IconWifi = forwardRef(
|
|
|
20186
20363
|
);
|
|
20187
20364
|
IconWifi[iconSymbol] = true;
|
|
20188
20365
|
|
|
20189
|
-
export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftRightDotted, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsCounterclockwiseRectangleTilt, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsHorizontalLinesTopBottomIn, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArrowsTimeBackward, IconArrowsTimeForward, IconArticle, IconArticleEmpty, IconAt, IconAttachment, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClusterAi, IconClusterColor, IconClusterSentiment, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsFormat, IconColumnsThree, IconCommentGroup, IconCompass, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDiagramming, IconDiagrammingFormat, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFlipCard, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGithub, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconInsights, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneDocument, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, IconMonitorEyeClosed, IconMonitorEyeOpen, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconNumber, IconOctagon, IconOffice, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPersonInCircle, IconPhoneFilled, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRaisedHand, IconRatio169, IconRatio43, IconRatioSquare, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLarge, IconRectangleDotLinePen, IconRectangleDotMedium, IconRectangleDotSmall, IconRectangleFrame2Lines, IconRectangleLine, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesSquares, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconSelect, IconSentiment, IconShadow, IconShapes, IconShapesLines, IconShapesLinesStacked, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlideFormat, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialAsana, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, IconSocialMonday, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSpinner, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStackedCircles, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTable, IconTableFormat, IconTablet, IconTag, IconTasks, IconTextAColorSelection, IconTextAHorizontal, IconTextAUnderline, IconTextAVertical, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextPosition, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimelineFormat, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet, IconWand, IconWarning, IconWifi, IconWifiExclamation };
|
|
20366
|
+
export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftRightDotted, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsCounterclockwiseRectangleTilt, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsHorizontalLinesTopBottomIn, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArrowsTimeBackward, IconArrowsTimeForward, IconArticle, IconArticleEmpty, IconAt, IconAttachment, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClusterAi, IconClusterColor, IconClusterSentiment, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsFormat, IconColumnsThree, IconCommentGroup, IconCompass, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDiagramming, IconDiagrammingFormat, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFlip, IconFlipCard, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGithub, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHouse, IconIconsFormula, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconInsights, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneDocument, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, IconMonitorEyeClosed, IconMonitorEyeOpen, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconNumber, IconOctagon, IconOffice, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPersonInCircle, IconPhoneFilled, IconPixelEraser, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRaisedHand, IconRatio169, IconRatio43, IconRatioSquare, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLarge, IconRectangleDotLinePen, IconRectangleDotMedium, IconRectangleDotSmall, IconRectangleFrame2Lines, IconRectangleLine, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesSquares, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconSelect, IconSentiment, IconShadow, IconShapes, IconShapesLines, IconShapesLinesStacked, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlideFormat, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialAsana, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, IconSocialMonday, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSpinner, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStackedCircles, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTable, IconTableFormat, IconTablet, IconTag, IconTasks, IconTextAColorSelection, IconTextAHorizontal, IconTextAUnderline, IconTextAVertical, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextPosition, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimelineFormat, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet, IconWand, IconWarning, IconWifi, IconWifiExclamation };
|
|
20190
20367
|
//# sourceMappingURL=module.js.map
|