@mirohq/design-system-icons 1.0.0-pdl-removing-ffs.2 → 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 +6 -10
- 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/main.js
CHANGED
|
@@ -582,7 +582,7 @@ const IconAlignmentScale = react.forwardRef(
|
|
|
582
582
|
{
|
|
583
583
|
stroke: "currentColor",
|
|
584
584
|
strokeWidth: "var(--svg-stroke-width)",
|
|
585
|
-
d: "
|
|
585
|
+
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"
|
|
586
586
|
}
|
|
587
587
|
),
|
|
588
588
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4706,7 +4706,7 @@ const IconClusterSentiment = react.forwardRef(
|
|
|
4706
4706
|
fill: "currentColor",
|
|
4707
4707
|
stroke: "currentColor",
|
|
4708
4708
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4709
|
-
d: "M18.
|
|
4709
|
+
d: "M18.667 15.333v.334h-.334v-.334h.334Z"
|
|
4710
4710
|
}
|
|
4711
4711
|
),
|
|
4712
4712
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -4725,7 +4725,7 @@ const IconClusterSentiment = react.forwardRef(
|
|
|
4725
4725
|
fill: "currentColor",
|
|
4726
4726
|
stroke: "currentColor",
|
|
4727
4727
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4728
|
-
d: "M15.
|
|
4728
|
+
d: "M15.667 15.333v.334h-.334v-.334h.334Z"
|
|
4729
4729
|
}
|
|
4730
4730
|
),
|
|
4731
4731
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5593,7 +5593,7 @@ const IconCursorLines = react.forwardRef(
|
|
|
5593
5593
|
{
|
|
5594
5594
|
stroke: "currentColor",
|
|
5595
5595
|
strokeWidth: "var(--svg-stroke-width)",
|
|
5596
|
-
d: "M10 4h12m-8 4h4M12 12v.
|
|
5596
|
+
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"
|
|
5597
5597
|
}
|
|
5598
5598
|
)
|
|
5599
5599
|
);
|
|
@@ -7296,7 +7296,7 @@ const IconFactoryHouse = react.forwardRef(
|
|
|
7296
7296
|
strokeLinecap: "square",
|
|
7297
7297
|
strokeLinejoin: "bevel",
|
|
7298
7298
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7299
|
-
d: "M4
|
|
7299
|
+
d: "M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z"
|
|
7300
7300
|
}
|
|
7301
7301
|
),
|
|
7302
7302
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M9 11h2v2h-2zM13 11h2v2h-2z" }),
|
|
@@ -7328,12 +7328,19 @@ const IconFactory = react.forwardRef(
|
|
|
7328
7328
|
fill: "none",
|
|
7329
7329
|
ref: forwardRef2
|
|
7330
7330
|
},
|
|
7331
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7332
|
+
"path",
|
|
7333
|
+
{
|
|
7334
|
+
fill: "currentColor",
|
|
7335
|
+
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"
|
|
7336
|
+
}
|
|
7337
|
+
),
|
|
7331
7338
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7332
7339
|
"path",
|
|
7333
7340
|
{
|
|
7334
7341
|
stroke: "currentColor",
|
|
7335
7342
|
strokeWidth: "var(--svg-stroke-width)",
|
|
7336
|
-
d: "
|
|
7343
|
+
d: "M12 14v.0001"
|
|
7337
7344
|
}
|
|
7338
7345
|
)
|
|
7339
7346
|
);
|
|
@@ -7443,6 +7450,42 @@ const IconFlipCard = react.forwardRef(
|
|
|
7443
7450
|
);
|
|
7444
7451
|
IconFlipCard[designSystemBaseIcon.iconSymbol] = true;
|
|
7445
7452
|
|
|
7453
|
+
const IconFlip = react.forwardRef(
|
|
7454
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
7455
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
7456
|
+
return react.createElement(
|
|
7457
|
+
StyledIcon,
|
|
7458
|
+
{
|
|
7459
|
+
...props,
|
|
7460
|
+
weight,
|
|
7461
|
+
debug,
|
|
7462
|
+
"aria-hidden": true,
|
|
7463
|
+
size,
|
|
7464
|
+
viewBox: "0 0 24 24",
|
|
7465
|
+
fill: "none",
|
|
7466
|
+
ref: forwardRef2
|
|
7467
|
+
},
|
|
7468
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7469
|
+
"path",
|
|
7470
|
+
{
|
|
7471
|
+
stroke: "currentColor",
|
|
7472
|
+
strokeLinejoin: "round",
|
|
7473
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
7474
|
+
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"
|
|
7475
|
+
}
|
|
7476
|
+
),
|
|
7477
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7478
|
+
"path",
|
|
7479
|
+
{
|
|
7480
|
+
fill: "currentColor",
|
|
7481
|
+
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"
|
|
7482
|
+
}
|
|
7483
|
+
)
|
|
7484
|
+
);
|
|
7485
|
+
}
|
|
7486
|
+
);
|
|
7487
|
+
IconFlip[designSystemBaseIcon.iconSymbol] = true;
|
|
7488
|
+
|
|
7446
7489
|
const IconFolder = react.forwardRef(
|
|
7447
7490
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
7448
7491
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -8433,7 +8476,7 @@ const IconHouse = react.forwardRef(
|
|
|
8433
8476
|
strokeLinecap: "square",
|
|
8434
8477
|
strokeLinejoin: "bevel",
|
|
8435
8478
|
strokeWidth: "var(--svg-stroke-width)",
|
|
8436
|
-
d: "M4
|
|
8479
|
+
d: "M4 8v13h5.5v-5h5v5h5.5v-13l-8-5-8 5Z"
|
|
8437
8480
|
}
|
|
8438
8481
|
)
|
|
8439
8482
|
);
|
|
@@ -8441,6 +8484,36 @@ const IconHouse = react.forwardRef(
|
|
|
8441
8484
|
);
|
|
8442
8485
|
IconHouse[designSystemBaseIcon.iconSymbol] = true;
|
|
8443
8486
|
|
|
8487
|
+
const IconIconsFormula = react.forwardRef(
|
|
8488
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
8489
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
8490
|
+
return react.createElement(
|
|
8491
|
+
StyledIcon,
|
|
8492
|
+
{
|
|
8493
|
+
...props,
|
|
8494
|
+
weight,
|
|
8495
|
+
debug,
|
|
8496
|
+
"aria-hidden": true,
|
|
8497
|
+
size,
|
|
8498
|
+
viewBox: "0 0 24 24",
|
|
8499
|
+
fill: "none",
|
|
8500
|
+
ref: forwardRef2
|
|
8501
|
+
},
|
|
8502
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8503
|
+
"path",
|
|
8504
|
+
{
|
|
8505
|
+
stroke: "currentColor",
|
|
8506
|
+
strokeLinejoin: "bevel",
|
|
8507
|
+
strokeMiterlimit: 6.765,
|
|
8508
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8509
|
+
d: "M18 8v-4h-13l7 8-7 8h13v-4"
|
|
8510
|
+
}
|
|
8511
|
+
)
|
|
8512
|
+
);
|
|
8513
|
+
}
|
|
8514
|
+
);
|
|
8515
|
+
IconIconsFormula[designSystemBaseIcon.iconSymbol] = true;
|
|
8516
|
+
|
|
8444
8517
|
const IconImage = react.forwardRef(
|
|
8445
8518
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
8446
8519
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -9915,7 +9988,7 @@ const IconMegaphone = react.forwardRef(
|
|
|
9915
9988
|
fill: "currentColor",
|
|
9916
9989
|
stroke: "currentColor",
|
|
9917
9990
|
strokeWidth: "var(--svg-stroke-width)",
|
|
9918
|
-
d: "M3.75
|
|
9991
|
+
d: "M3.75 12.75h-.6465l-.8535-.8535v-1.793l.8535-.8535h.6465v3.5Z"
|
|
9919
9992
|
}
|
|
9920
9993
|
),
|
|
9921
9994
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -9997,16 +10070,22 @@ const IconMicrophoneDocument = react.forwardRef(
|
|
|
9997
10070
|
stroke: "currentColor",
|
|
9998
10071
|
strokeLinejoin: "round",
|
|
9999
10072
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10000
|
-
d: "
|
|
10073
|
+
d: "M15 4h-10c-1.1046 0-2 .8954-2 2v13c0 1.1046.8954 2 2 2h13c1.1046 0 2-.8954 2-2v-4"
|
|
10001
10074
|
}
|
|
10002
10075
|
),
|
|
10003
10076
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10004
10077
|
"path",
|
|
10005
10078
|
{
|
|
10006
10079
|
stroke: "currentColor",
|
|
10007
|
-
strokeLinecap: "round",
|
|
10008
10080
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10009
|
-
d: "
|
|
10081
|
+
d: "M6 13h6M6 17h11"
|
|
10082
|
+
}
|
|
10083
|
+
),
|
|
10084
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10085
|
+
"path",
|
|
10086
|
+
{
|
|
10087
|
+
fill: "currentColor",
|
|
10088
|
+
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"
|
|
10010
10089
|
}
|
|
10011
10090
|
),
|
|
10012
10091
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -10014,7 +10093,7 @@ const IconMicrophoneDocument = react.forwardRef(
|
|
|
10014
10093
|
{
|
|
10015
10094
|
stroke: "currentColor",
|
|
10016
10095
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10017
|
-
d: "
|
|
10096
|
+
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"
|
|
10018
10097
|
}
|
|
10019
10098
|
)
|
|
10020
10099
|
);
|
|
@@ -10702,7 +10781,7 @@ const IconNext = react.forwardRef(
|
|
|
10702
10781
|
{
|
|
10703
10782
|
stroke: "currentColor",
|
|
10704
10783
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10705
|
-
d: "
|
|
10784
|
+
d: "M15 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z"
|
|
10706
10785
|
}
|
|
10707
10786
|
)
|
|
10708
10787
|
);
|
|
@@ -11147,7 +11226,16 @@ const IconOffice = react.forwardRef(
|
|
|
11147
11226
|
"path",
|
|
11148
11227
|
{
|
|
11149
11228
|
fill: "currentColor",
|
|
11150
|
-
d: "
|
|
11229
|
+
d: "M7 8h2v2h-2zM11 8h2v2h-2zM7 12h2v2h-2zM11 12h2v2h-2zM7 16h2v2h-2zM11 16h2v2h-2z"
|
|
11230
|
+
}
|
|
11231
|
+
),
|
|
11232
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11233
|
+
"path",
|
|
11234
|
+
{
|
|
11235
|
+
stroke: "currentColor",
|
|
11236
|
+
strokeLinejoin: "bevel",
|
|
11237
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11238
|
+
d: "m16 3-12 2.5v15.5h12v-18ZM16 10h4v11h-4"
|
|
11151
11239
|
}
|
|
11152
11240
|
)
|
|
11153
11241
|
);
|
|
@@ -11299,12 +11387,19 @@ const IconPaintBucket = react.forwardRef(
|
|
|
11299
11387
|
fill: "none",
|
|
11300
11388
|
ref: forwardRef2
|
|
11301
11389
|
},
|
|
11390
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11391
|
+
"path",
|
|
11392
|
+
{
|
|
11393
|
+
fill: "currentColor",
|
|
11394
|
+
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"
|
|
11395
|
+
}
|
|
11396
|
+
),
|
|
11302
11397
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11303
11398
|
"path",
|
|
11304
11399
|
{
|
|
11305
11400
|
stroke: "currentColor",
|
|
11306
11401
|
strokeWidth: "var(--svg-stroke-width)",
|
|
11307
|
-
d: "
|
|
11402
|
+
d: "m12 10-6-6"
|
|
11308
11403
|
}
|
|
11309
11404
|
),
|
|
11310
11405
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -11831,6 +11926,50 @@ const IconPhoneFilled = react.forwardRef(
|
|
|
11831
11926
|
);
|
|
11832
11927
|
IconPhoneFilled[designSystemBaseIcon.iconSymbol] = true;
|
|
11833
11928
|
|
|
11929
|
+
const IconPixelEraser = react.forwardRef(
|
|
11930
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
11931
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
11932
|
+
return react.createElement(
|
|
11933
|
+
StyledIcon,
|
|
11934
|
+
{
|
|
11935
|
+
...props,
|
|
11936
|
+
weight,
|
|
11937
|
+
debug,
|
|
11938
|
+
"aria-hidden": true,
|
|
11939
|
+
size,
|
|
11940
|
+
viewBox: "0 0 24 24",
|
|
11941
|
+
fill: "none",
|
|
11942
|
+
ref: forwardRef2
|
|
11943
|
+
},
|
|
11944
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11945
|
+
"path",
|
|
11946
|
+
{
|
|
11947
|
+
stroke: "currentColor",
|
|
11948
|
+
strokeLinejoin: "bevel",
|
|
11949
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11950
|
+
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"
|
|
11951
|
+
}
|
|
11952
|
+
),
|
|
11953
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11954
|
+
"path",
|
|
11955
|
+
{
|
|
11956
|
+
stroke: "currentColor",
|
|
11957
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
11958
|
+
d: "m8.625 9 7 7"
|
|
11959
|
+
}
|
|
11960
|
+
),
|
|
11961
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11962
|
+
"path",
|
|
11963
|
+
{
|
|
11964
|
+
fill: "currentColor",
|
|
11965
|
+
d: "M20 15h2v2h-2zM16 19h2v2h-2zM20 19h2v2h-2z"
|
|
11966
|
+
}
|
|
11967
|
+
)
|
|
11968
|
+
);
|
|
11969
|
+
}
|
|
11970
|
+
);
|
|
11971
|
+
IconPixelEraser[designSystemBaseIcon.iconSymbol] = true;
|
|
11972
|
+
|
|
11834
11973
|
const IconPlaceholder = react.forwardRef(
|
|
11835
11974
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
11836
11975
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -11950,7 +12089,7 @@ const IconPlay = react.forwardRef(
|
|
|
11950
12089
|
fill: "currentColor",
|
|
11951
12090
|
stroke: "currentColor",
|
|
11952
12091
|
strokeWidth: "var(--svg-stroke-width)",
|
|
11953
|
-
d: "
|
|
12092
|
+
d: "M18 11.5654v.8682l-9.044 5.4258-.956-.4776v-10.7636l.956-.4786 9.044 5.4258Z"
|
|
11954
12093
|
}
|
|
11955
12094
|
)
|
|
11956
12095
|
);
|
|
@@ -12114,7 +12253,7 @@ const IconPlusText = react.forwardRef(
|
|
|
12114
12253
|
stroke: "currentColor",
|
|
12115
12254
|
strokeLinejoin: "bevel",
|
|
12116
12255
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12117
|
-
d: "
|
|
12256
|
+
d: "M19 8v-4h-8m-8 4v-4h8m0 0 .0007 16m0 0h3.9993m-3.9993 0h-4.0007"
|
|
12118
12257
|
}
|
|
12119
12258
|
),
|
|
12120
12259
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -12122,7 +12261,7 @@ const IconPlusText = react.forwardRef(
|
|
|
12122
12261
|
{
|
|
12123
12262
|
stroke: "currentColor",
|
|
12124
12263
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12125
|
-
d: "
|
|
12264
|
+
d: "M19 10v4m0 4v-4m-4 0h4m4 0h-4"
|
|
12126
12265
|
}
|
|
12127
12266
|
)
|
|
12128
12267
|
);
|
|
@@ -12509,7 +12648,7 @@ const IconPrevious = react.forwardRef(
|
|
|
12509
12648
|
{
|
|
12510
12649
|
stroke: "currentColor",
|
|
12511
12650
|
strokeWidth: "var(--svg-stroke-width)",
|
|
12512
|
-
d: "
|
|
12651
|
+
d: "M9 11.5654v.8682l9.0439 5.4258.9561-.4776v-10.7636l-.9561-.4786-9.0439 5.4258Z"
|
|
12513
12652
|
}
|
|
12514
12653
|
)
|
|
12515
12654
|
);
|
|
@@ -14429,7 +14568,7 @@ const IconSentiment = react.forwardRef(
|
|
|
14429
14568
|
fill: "currentColor",
|
|
14430
14569
|
stroke: "currentColor",
|
|
14431
14570
|
strokeWidth: "var(--svg-stroke-width)",
|
|
14432
|
-
d: "
|
|
14571
|
+
d: "M11.667 6.333v1.334h-1.334v-1.334h1.334ZM17.667 12.333v1.334h-1.334v-1.334h1.334Z"
|
|
14433
14572
|
}
|
|
14434
14573
|
),
|
|
14435
14574
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -14448,7 +14587,7 @@ const IconSentiment = react.forwardRef(
|
|
|
14448
14587
|
fill: "currentColor",
|
|
14449
14588
|
stroke: "currentColor",
|
|
14450
14589
|
strokeWidth: "var(--svg-stroke-width)",
|
|
14451
|
-
d: "
|
|
14590
|
+
d: "M7.667 6.333v1.334h-1.334v-1.334h1.334Z"
|
|
14452
14591
|
}
|
|
14453
14592
|
),
|
|
14454
14593
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -15171,7 +15310,7 @@ const IconSmileyChat = react.forwardRef(
|
|
|
15171
15310
|
{
|
|
15172
15311
|
fill: "currentColor",
|
|
15173
15312
|
stroke: "currentColor",
|
|
15174
|
-
d: "
|
|
15313
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15175
15314
|
}
|
|
15176
15315
|
),
|
|
15177
15316
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -15218,7 +15357,7 @@ const IconSmileyPlus = react.forwardRef(
|
|
|
15218
15357
|
{
|
|
15219
15358
|
fill: "currentColor",
|
|
15220
15359
|
stroke: "currentColor",
|
|
15221
|
-
d: "
|
|
15360
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15222
15361
|
}
|
|
15223
15362
|
),
|
|
15224
15363
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -15294,7 +15433,7 @@ const IconSmiley = react.forwardRef(
|
|
|
15294
15433
|
{
|
|
15295
15434
|
fill: "currentColor",
|
|
15296
15435
|
stroke: "currentColor",
|
|
15297
|
-
d: "
|
|
15436
|
+
d: "M9.4507 8.5v1h-1v-1h1ZM15.4507 8.5v1h-1v-1h1Z"
|
|
15298
15437
|
}
|
|
15299
15438
|
),
|
|
15300
15439
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -17886,11 +18025,29 @@ const IconTextAa = react.forwardRef(
|
|
|
17886
18025
|
fill: "none",
|
|
17887
18026
|
ref: forwardRef2
|
|
17888
18027
|
},
|
|
18028
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18029
|
+
"path",
|
|
18030
|
+
{
|
|
18031
|
+
stroke: "currentColor",
|
|
18032
|
+
strokeLinecap: "square",
|
|
18033
|
+
strokeLinejoin: "bevel",
|
|
18034
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18035
|
+
d: "m2 19 5.5-14.75 5.5 14.75"
|
|
18036
|
+
}
|
|
18037
|
+
),
|
|
17889
18038
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
17890
18039
|
"path",
|
|
17891
18040
|
{
|
|
17892
18041
|
fill: "currentColor",
|
|
17893
|
-
d: "
|
|
18042
|
+
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"
|
|
18043
|
+
}
|
|
18044
|
+
),
|
|
18045
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18046
|
+
"path",
|
|
18047
|
+
{
|
|
18048
|
+
stroke: "currentColor",
|
|
18049
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18050
|
+
d: "M11 14h-7"
|
|
17894
18051
|
}
|
|
17895
18052
|
)
|
|
17896
18053
|
);
|
|
@@ -18003,16 +18160,16 @@ const IconTextBBoldItalicUnderlined = react.forwardRef(
|
|
|
18003
18160
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18004
18161
|
"path",
|
|
18005
18162
|
{
|
|
18006
|
-
|
|
18007
|
-
|
|
18163
|
+
stroke: "currentColor",
|
|
18164
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18165
|
+
d: "M2 21h20"
|
|
18008
18166
|
}
|
|
18009
18167
|
),
|
|
18010
18168
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18011
18169
|
"path",
|
|
18012
18170
|
{
|
|
18013
|
-
|
|
18014
|
-
|
|
18015
|
-
d: "M3 20h18"
|
|
18171
|
+
fill: "currentColor",
|
|
18172
|
+
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"
|
|
18016
18173
|
}
|
|
18017
18174
|
)
|
|
18018
18175
|
);
|
|
@@ -18039,7 +18196,14 @@ const IconTextBBold = react.forwardRef(
|
|
|
18039
18196
|
"path",
|
|
18040
18197
|
{
|
|
18041
18198
|
fill: "currentColor",
|
|
18042
|
-
d: "
|
|
18199
|
+
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"
|
|
18200
|
+
}
|
|
18201
|
+
),
|
|
18202
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18203
|
+
"path",
|
|
18204
|
+
{
|
|
18205
|
+
fill: "currentColor",
|
|
18206
|
+
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"
|
|
18043
18207
|
}
|
|
18044
18208
|
)
|
|
18045
18209
|
);
|
|
@@ -18105,7 +18269,7 @@ const IconTextHOne = react.forwardRef(
|
|
|
18105
18269
|
stroke: "currentColor",
|
|
18106
18270
|
strokeLinejoin: "bevel",
|
|
18107
18271
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18108
|
-
d: "
|
|
18272
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8m3.5-13 4.5-2.25v14.25m0 0h-4m4 0h4"
|
|
18109
18273
|
}
|
|
18110
18274
|
)
|
|
18111
18275
|
);
|
|
@@ -18131,8 +18295,18 @@ const IconTextHThree = react.forwardRef(
|
|
|
18131
18295
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18132
18296
|
"path",
|
|
18133
18297
|
{
|
|
18134
|
-
|
|
18135
|
-
|
|
18298
|
+
stroke: "currentColor",
|
|
18299
|
+
strokeLinejoin: "round",
|
|
18300
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18301
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8"
|
|
18302
|
+
}
|
|
18303
|
+
),
|
|
18304
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18305
|
+
"path",
|
|
18306
|
+
{
|
|
18307
|
+
stroke: "currentColor",
|
|
18308
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18309
|
+
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"
|
|
18136
18310
|
}
|
|
18137
18311
|
)
|
|
18138
18312
|
);
|
|
@@ -18155,13 +18329,22 @@ const IconTextHTwo = react.forwardRef(
|
|
|
18155
18329
|
fill: "none",
|
|
18156
18330
|
ref: forwardRef2
|
|
18157
18331
|
},
|
|
18332
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18333
|
+
"path",
|
|
18334
|
+
{
|
|
18335
|
+
stroke: "currentColor",
|
|
18336
|
+
strokeLinejoin: "round",
|
|
18337
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18338
|
+
d: "M2 4v8m0 8v-8m0 0h9m0 0v-8m0 8v8"
|
|
18339
|
+
}
|
|
18340
|
+
),
|
|
18158
18341
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18159
18342
|
"path",
|
|
18160
18343
|
{
|
|
18161
18344
|
stroke: "currentColor",
|
|
18162
18345
|
strokeLinejoin: "bevel",
|
|
18163
18346
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18164
|
-
d: "
|
|
18347
|
+
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"
|
|
18165
18348
|
}
|
|
18166
18349
|
)
|
|
18167
18350
|
);
|
|
@@ -18189,7 +18372,7 @@ const IconTextIItalic = react.forwardRef(
|
|
|
18189
18372
|
{
|
|
18190
18373
|
stroke: "currentColor",
|
|
18191
18374
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18192
|
-
d: "
|
|
18375
|
+
d: "M10 4h5m5 0h-5m0 0-6 16m0 0h-5m5 0h5"
|
|
18193
18376
|
}
|
|
18194
18377
|
)
|
|
18195
18378
|
);
|
|
@@ -18349,26 +18532,10 @@ const IconTextSStrikethrough = react.forwardRef(
|
|
|
18349
18532
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18350
18533
|
"path",
|
|
18351
18534
|
{
|
|
18352
|
-
|
|
18353
|
-
|
|
18354
|
-
d: "
|
|
18355
|
-
|
|
18356
|
-
),
|
|
18357
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18358
|
-
"path",
|
|
18359
|
-
{
|
|
18360
|
-
stroke: "currentColor",
|
|
18361
|
-
strokeLinejoin: "round",
|
|
18362
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
18363
|
-
d: "M3 12h18"
|
|
18364
|
-
}
|
|
18365
|
-
),
|
|
18366
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18367
|
-
"path",
|
|
18368
|
-
{
|
|
18369
|
-
stroke: "currentColor",
|
|
18370
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
18371
|
-
d: "M12 11.9999v.0001"
|
|
18535
|
+
fill: "currentColor",
|
|
18536
|
+
fillRule: "evenodd",
|
|
18537
|
+
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",
|
|
18538
|
+
clipRule: "evenodd"
|
|
18372
18539
|
}
|
|
18373
18540
|
)
|
|
18374
18541
|
);
|
|
@@ -18394,16 +18561,18 @@ const IconTextStyles = react.forwardRef(
|
|
|
18394
18561
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18395
18562
|
"path",
|
|
18396
18563
|
{
|
|
18397
|
-
|
|
18398
|
-
|
|
18564
|
+
stroke: "currentColor",
|
|
18565
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18566
|
+
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"
|
|
18399
18567
|
}
|
|
18400
18568
|
),
|
|
18401
18569
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18402
18570
|
"path",
|
|
18403
18571
|
{
|
|
18404
|
-
|
|
18405
|
-
|
|
18406
|
-
d: "
|
|
18572
|
+
fill: "currentColor",
|
|
18573
|
+
fillRule: "evenodd",
|
|
18574
|
+
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",
|
|
18575
|
+
clipRule: "evenodd"
|
|
18407
18576
|
}
|
|
18408
18577
|
)
|
|
18409
18578
|
);
|
|
@@ -18432,7 +18601,7 @@ const IconTextT = react.forwardRef(
|
|
|
18432
18601
|
stroke: "currentColor",
|
|
18433
18602
|
strokeLinejoin: "bevel",
|
|
18434
18603
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18435
|
-
d: "
|
|
18604
|
+
d: "M20 8v-4h-8m-8 4v-4h8m0 0 .0008 16m0 0h3.9992m-3.9992 0h-4.0008"
|
|
18436
18605
|
}
|
|
18437
18606
|
)
|
|
18438
18607
|
);
|
|
@@ -18461,7 +18630,15 @@ const IconTextUUnderlined = react.forwardRef(
|
|
|
18461
18630
|
stroke: "currentColor",
|
|
18462
18631
|
strokeLinejoin: "round",
|
|
18463
18632
|
strokeWidth: "var(--svg-stroke-width)",
|
|
18464
|
-
d: "
|
|
18633
|
+
d: "M2 21h20"
|
|
18634
|
+
}
|
|
18635
|
+
),
|
|
18636
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
18637
|
+
"path",
|
|
18638
|
+
{
|
|
18639
|
+
stroke: "currentColor",
|
|
18640
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
18641
|
+
d: "M7 3v9c0 2.7614 2.2386 5 5 5s5-2.2386 5-5v-9"
|
|
18465
18642
|
}
|
|
18466
18643
|
)
|
|
18467
18644
|
);
|
|
@@ -20001,7 +20178,7 @@ const IconWallet = react.forwardRef(
|
|
|
20001
20178
|
stroke: "currentColor",
|
|
20002
20179
|
strokeLinejoin: "bevel",
|
|
20003
20180
|
strokeWidth: "var(--svg-stroke-width)",
|
|
20004
|
-
d: "M19
|
|
20181
|
+
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"
|
|
20005
20182
|
}
|
|
20006
20183
|
),
|
|
20007
20184
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -20387,6 +20564,7 @@ exports.IconFactory = IconFactory;
|
|
|
20387
20564
|
exports.IconFactoryHouse = IconFactoryHouse;
|
|
20388
20565
|
exports.IconFileSpreadsheet = IconFileSpreadsheet;
|
|
20389
20566
|
exports.IconFlag = IconFlag;
|
|
20567
|
+
exports.IconFlip = IconFlip;
|
|
20390
20568
|
exports.IconFlipCard = IconFlipCard;
|
|
20391
20569
|
exports.IconFolder = IconFolder;
|
|
20392
20570
|
exports.IconFrame = IconFrame;
|
|
@@ -20417,6 +20595,7 @@ exports.IconHighlighter = IconHighlighter;
|
|
|
20417
20595
|
exports.IconHighlighterColorSelection = IconHighlighterColorSelection;
|
|
20418
20596
|
exports.IconHighlighterUnderline = IconHighlighterUnderline;
|
|
20419
20597
|
exports.IconHouse = IconHouse;
|
|
20598
|
+
exports.IconIconsFormula = IconIconsFormula;
|
|
20420
20599
|
exports.IconImage = IconImage;
|
|
20421
20600
|
exports.IconIndentLeft = IconIndentLeft;
|
|
20422
20601
|
exports.IconIndentRight = IconIndentRight;
|
|
@@ -20511,6 +20690,7 @@ exports.IconPentagon = IconPentagon;
|
|
|
20511
20690
|
exports.IconPeopleList = IconPeopleList;
|
|
20512
20691
|
exports.IconPersonInCircle = IconPersonInCircle;
|
|
20513
20692
|
exports.IconPhoneFilled = IconPhoneFilled;
|
|
20693
|
+
exports.IconPixelEraser = IconPixelEraser;
|
|
20514
20694
|
exports.IconPlaceholder = IconPlaceholder;
|
|
20515
20695
|
exports.IconPlanet = IconPlanet;
|
|
20516
20696
|
exports.IconPlay = IconPlay;
|