@mirohq/design-system-icons 0.69.0 → 0.71.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.
Files changed (47) hide show
  1. package/dist/main.js +503 -24
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +496 -25
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +17 -1
  6. package/package.json +3 -3
  7. package/react/alt-text.tsx +42 -0
  8. package/react/arrow-left-right-dotted.tsx +52 -0
  9. package/react/clustered.tsx +1 -1
  10. package/react/hand-filled.tsx +1 -1
  11. package/react/hand-raised-filled.tsx +37 -0
  12. package/react/highlighter-color-selection.tsx +96 -0
  13. package/react/highlighter-underline.tsx +2 -8
  14. package/react/index.ts +8 -0
  15. package/react/lightning.tsx +1 -1
  16. package/react/pen-color-selection.tsx +89 -0
  17. package/react/rectangle-portrait-dash-square-top-center.tsx +2 -2
  18. package/react/rectangle-portrait-dash-square-top-left.tsx +2 -2
  19. package/react/rectangle-portrait-dash.tsx +1 -1
  20. package/react/rectangle-portrait-square-top-left.tsx +5 -5
  21. package/react/sentiment.tsx +2 -2
  22. package/react/square-line-square-dashed.tsx +2 -2
  23. package/react/text-a-color-selection.tsx +84 -0
  24. package/react/text-a-horizontal.tsx +48 -0
  25. package/react/text-a-vertical.tsx +48 -0
  26. package/svg/24/alt-text.svg +2 -0
  27. package/svg/24/arrow-left-right-dotted.svg +2 -0
  28. package/svg/24/clustered-new.svg +1 -1
  29. package/svg/24/hand-filled-new.svg +1 -1
  30. package/svg/24/hand-raised-filled.svg +2 -0
  31. package/svg/24/highlighter-color-selection-new.svg +2 -0
  32. package/svg/24/highlighter-color-selection.svg +2 -0
  33. package/svg/24/highlighter-underline-new.svg +1 -1
  34. package/svg/24/lightning-new.svg +1 -1
  35. package/svg/24/pen-color-selection-new.svg +2 -0
  36. package/svg/24/pen-color-selection.svg +2 -0
  37. package/svg/24/rectangle-portrait-dash-new.svg +1 -1
  38. package/svg/24/rectangle-portrait-dash-square-top-center-new.svg +1 -1
  39. package/svg/24/rectangle-portrait-dash-square-top-left-new.svg +1 -1
  40. package/svg/24/rectangle-portrait-square-top-left-new.svg +1 -1
  41. package/svg/24/sentiment-new.svg +1 -1
  42. package/svg/24/square-line-square-dashed-new.svg +1 -1
  43. package/svg/24/text-a-color-selection-new.svg +2 -0
  44. package/svg/24/text-a-color-selection.svg +2 -0
  45. package/svg/24/text-a-horizontal.svg +2 -0
  46. package/svg/24/text-a-vertical.svg +2 -0
  47. package/svg/meta.json +32 -0
package/dist/module.js CHANGED
@@ -1136,6 +1136,43 @@ const IconAlignmentScale = forwardRef(
1136
1136
  );
1137
1137
  IconAlignmentScale[iconSymbol] = true;
1138
1138
 
1139
+ const IconAltText = forwardRef(
1140
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
1141
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
1142
+ return createElement(
1143
+ StyledIcon,
1144
+ {
1145
+ ...props,
1146
+ weight,
1147
+ debug,
1148
+ "aria-hidden": true,
1149
+ size,
1150
+ viewBox: "0 0 24 24",
1151
+ fill: "none",
1152
+ ref: forwardRef2
1153
+ },
1154
+ /* @__PURE__ */ jsx(
1155
+ "path",
1156
+ {
1157
+ stroke: "currentColor",
1158
+ strokeWidth: "var(--svg-stroke-width)",
1159
+ d: "M12 8v7h4M16 9h6M19 9v7"
1160
+ }
1161
+ ),
1162
+ /* @__PURE__ */ jsx(
1163
+ "path",
1164
+ {
1165
+ fill: "currentColor",
1166
+ fillRule: "evenodd",
1167
+ d: "m4.077 16 .6-1.5h2.6459l.6 1.5h2.154l-3.1485-7.8714h-1.857l-3.1485 7.8714h2.154Zm2.4459-3.5h-1.046l.523-1.3074.523 1.3074Z",
1168
+ clipRule: "evenodd"
1169
+ }
1170
+ )
1171
+ );
1172
+ }
1173
+ );
1174
+ IconAltText[iconSymbol] = true;
1175
+
1139
1176
  const IconArrowArcLeftNew = forwardRef(
1140
1177
  (props, forwardRef2) => {
1141
1178
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -2512,6 +2549,59 @@ const IconArrowFatUpRight = forwardRef(
2512
2549
  );
2513
2550
  IconArrowFatUpRight[iconSymbol] = true;
2514
2551
 
2552
+ const IconArrowLeftRightDotted = forwardRef(
2553
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
2554
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
2555
+ return createElement(
2556
+ StyledIcon,
2557
+ {
2558
+ ...props,
2559
+ weight,
2560
+ debug,
2561
+ "aria-hidden": true,
2562
+ size,
2563
+ viewBox: "0 0 24 24",
2564
+ fill: "none",
2565
+ ref: forwardRef2
2566
+ },
2567
+ /* @__PURE__ */ jsx(
2568
+ "path",
2569
+ {
2570
+ fill: "currentColor",
2571
+ d: "m18.25 12 .7328.6805v-1.361l-.7328.6805Zm-.7328-.6805-3.25 3.5 1.4656 1.361 3.25-3.5-1.4656-1.361Zm1.4656 0-3.25-3.5-1.4656 1.361 3.25 3.5 1.4656-1.361Zm-5.9828 1.6805h2v-2h-2v2Zm2 0h3.25v-2h-3.25v2Z"
2572
+ }
2573
+ ),
2574
+ /* @__PURE__ */ jsx(
2575
+ "path",
2576
+ {
2577
+ stroke: "currentColor",
2578
+ strokeLinejoin: "bevel",
2579
+ strokeWidth: "var(--svg-stroke-width)",
2580
+ d: "m9 15.5-3.25-3.5 3.25-3.5"
2581
+ }
2582
+ ),
2583
+ /* @__PURE__ */ jsx(
2584
+ "path",
2585
+ {
2586
+ stroke: "currentColor",
2587
+ strokeWidth: "var(--svg-stroke-width)",
2588
+ d: "M11 12h-4.5"
2589
+ }
2590
+ ),
2591
+ /* @__PURE__ */ jsx(
2592
+ "path",
2593
+ {
2594
+ fill: "currentColor",
2595
+ fillRule: "evenodd",
2596
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
2597
+ clipRule: "evenodd"
2598
+ }
2599
+ )
2600
+ );
2601
+ }
2602
+ );
2603
+ IconArrowLeftRightDotted[iconSymbol] = true;
2604
+
2515
2605
  const IconArrowLeftNew = forwardRef(
2516
2606
  (props, forwardRef2) => {
2517
2607
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -9558,7 +9648,7 @@ const IconClusteredNew = forwardRef(
9558
9648
  {
9559
9649
  fill: "currentColor",
9560
9650
  fillRule: "evenodd",
9561
- d: "M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z",
9651
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
9562
9652
  clipRule: "evenodd"
9563
9653
  }
9564
9654
  ),
@@ -16538,7 +16628,7 @@ const IconHandFilledNew = forwardRef(
16538
16628
  {
16539
16629
  fill: "currentColor",
16540
16630
  fillRule: "evenodd",
16541
- d: "M11.5 2c.8284 0 1.5.6716 1.5 1.5v7.5h1.5v-6c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v6h1.5v-3c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v6c0 4.4183-3.5817 8-8 8h-1.497a8.7501 8.7501 0 0 1-6.1871-2.5628l-4.8766-4.8765c-.5857-.5858-.5857-1.5356 0-2.1214.5858-.5857 1.432-.5606 2.1214 0 .268.2181 1.0652.8528 1.9393 1.5472v-8.9865c0-.8284.6716-1.5 1.5-1.5s1.5.6716 1.5 1.5v6h1.5v-7.5c0-.8284.6716-1.5 1.5-1.5Z",
16631
+ d: "M13.857 3.5c0-.8284-.6076-1.5-1.3571-1.5-.7495 0-1.3571.6716-1.3571 1.5v7.5h-1.0239v-5.1875c0-.5-.1904-1.5-1.1904-1.5-1 0-1.5.6716-1.5 1.5v8.5499c-.9369-.686-2.0209-1.4959-2.4285-1.8624-.7757-.6973-2.0726-.6464-2.6026-.0607-.53.5858-.3974 1.5607 0 2.1214l4.6025 4.9393c1.4286 1.25 3.5 2.5 5.4075 2.5h1.3544c2.4514 0 3.3706-.5607 4.2381-1.25.4542-.3609 1.0803-.9807 1.55-1.75.8501-1.3926 1.2001-4 1.2001-5l-.0001-.0292v-5.9708c0-.8284-.6077-1.5-1.3572-1.5-.7495 0-1.1428.6716-1.1428 1.5v3h-.8939v-5.3103c0-.8284-.4647-1.5-1.2143-1.5-.7495 0-1.2857.6716-1.2857 1.5v5.3103h-.999v-7.5Z",
16542
16632
  clipRule: "evenodd"
16543
16633
  }
16544
16634
  )
@@ -16694,6 +16784,35 @@ const IconHandPointing = forwardRef(
16694
16784
  );
16695
16785
  IconHandPointing[iconSymbol] = true;
16696
16786
 
16787
+ const IconHandRaisedFilled = forwardRef(
16788
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
16789
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
16790
+ return createElement(
16791
+ StyledIcon,
16792
+ {
16793
+ ...props,
16794
+ weight,
16795
+ debug,
16796
+ "aria-hidden": true,
16797
+ size,
16798
+ viewBox: "0 0 24 24",
16799
+ fill: "none",
16800
+ ref: forwardRef2
16801
+ },
16802
+ /* @__PURE__ */ jsx(
16803
+ "path",
16804
+ {
16805
+ fill: "currentColor",
16806
+ fillRule: "evenodd",
16807
+ d: "M10.1908 3.5c0-.8284.6076-1.5 1.3572-1.5.7495 0 1.3571.6716 1.3571 1.5v7.5h1.0238v-5.1875c0-.5.1905-1.5 1.1905-1.5 1 0 1.5.6716 1.5 1.5v8.5499c.9368-.686 2.0208-1.4959 2.4285-1.8624.7756-.6973 2.0726-.6464 2.6026-.0607.53.5858.3974 1.5607 0 2.1214l-4.6025 4.9393c-1.4286 1.25-3.5 2.5-5.4076 2.5h-1.3543c-2.4514 0-3.3706-.5607-4.2381-1.25-.4543-.3609-1.0804-.9807-1.55-1.75-.8502-1.3926-1.2002-4-1.2002-5l.0002-.0292v-5.9708c0-.8284.6076-1.5 1.3571-1.5.7496 0 1.1428.6716 1.1428 1.5v3h.894v-5.3103c0-.8284.4647-1.5 1.2142-1.5.7496 0 1.2857.6716 1.2857 1.5v5.3103h.999v-7.5Z",
16808
+ clipRule: "evenodd"
16809
+ }
16810
+ )
16811
+ );
16812
+ }
16813
+ );
16814
+ IconHandRaisedFilled[iconSymbol] = true;
16815
+
16697
16816
  const IconHandNew = forwardRef(
16698
16817
  (props, forwardRef2) => {
16699
16818
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -17153,7 +17272,38 @@ const IconHexagon = forwardRef(
17153
17272
  );
17154
17273
  IconHexagon[iconSymbol] = true;
17155
17274
 
17156
- const IconHighlighterUnderlineNew = forwardRef(
17275
+ const IconHighlighterColorSelectionNew = forwardRef(
17276
+ (props, forwardRef2) => {
17277
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
17278
+ return createElement(
17279
+ StyledIcon,
17280
+ {
17281
+ ...props,
17282
+ debug,
17283
+ "aria-hidden": true,
17284
+ viewBox: "0 0 24 24",
17285
+ fill: "none",
17286
+ ref: forwardRef2
17287
+ },
17288
+ /* @__PURE__ */ jsx(
17289
+ "path",
17290
+ {
17291
+ fill: "currentColor",
17292
+ d: "m3.8909 17.0704-.6573-.6573.475 1.5688.1823-.9115Zm4.6479.9296-.1823.9115.8396-.2542-.6573-.6573Zm-1.8592-6.507-.646-.6684-.421.4069.1851.5554.8819-.2939Zm9.8204-9.493.6573-.6573-1.3034-.011.6461.6683Zm5.5 5.5.6514.6632.0059-1.3205-.6573.6573Zm-9.7429 9.5704-.294.8819.5396.1799.4058-.3986-.6514-.6632Zm-5.6928-2.6734-.6573-.6573.6573.6573Zm.4491-1.9026-.8818.294.8818-.294Zm-3.3048 5.4875 4.6479.9296.3646-1.823-4.648-.9296-.3645 1.823Zm.8396-.2542 2.6734-2.6734-1.3146-1.3146-2.6734 2.6734 1.3146 1.3146Zm3.3471-5.5272-.3338-1.0015-1.7638.5879.3339 1.0015 1.7637-.5879Zm-.5696-.0392 9.8204-9.493-1.2922-1.3367-9.8204 9.493 1.2922 1.3367Zm8.517-9.504 5.5 5.5 1.3146-1.3146-5.5-5.5-1.3146 1.3146Zm5.5059 4.1795-9.7429 9.5705 1.3028 1.3263 9.7429-9.5704-1.3028-1.3264Zm-8.7976 9.3517-1.0015-.3338-.5879 1.7638 1.0015.3338.5879-1.7638Zm-3.8553.3399-.8143.8143 1.3147 1.3146.8142-.8143-1.3146-1.3146Zm2.8538-.6737a2.7888 2.7888 0 0 0-2.8538.6737l1.3146 1.3146a.9297.9297 0 0 1 .9513-.2245l.5879-1.7638Zm-4.3279-.8004a2.7887 2.7887 0 0 0 .6737-2.8538l-1.7637.5879a.9297.9297 0 0 1-.2246.9513l1.3146 1.3146Z"
17293
+ }
17294
+ ),
17295
+ /* @__PURE__ */ jsx(
17296
+ "path",
17297
+ {
17298
+ stroke: "currentColor",
17299
+ strokeWidth: "var(--svg-stroke-width)",
17300
+ d: "m13 6 5 5"
17301
+ }
17302
+ )
17303
+ );
17304
+ }
17305
+ );
17306
+ const IconHighlighterColorSelectionOld = forwardRef(
17157
17307
  (props, forwardRef2) => {
17158
17308
  const [debug] = useLocalStorage("DEBUG_ICON", false);
17159
17309
  return createElement(
@@ -17166,29 +17316,88 @@ const IconHighlighterUnderlineNew = forwardRef(
17166
17316
  fill: "none",
17167
17317
  ref: forwardRef2
17168
17318
  },
17319
+ /* @__PURE__ */ jsx("rect", { width: 18, height: 2, x: 3, y: 20, fill: "currentColor", rx: 0.5 }),
17169
17320
  /* @__PURE__ */ jsx(
17170
17321
  "path",
17171
17322
  {
17172
17323
  stroke: "currentColor",
17173
- strokeLinejoin: "bevel",
17324
+ strokeLinecap: "round",
17325
+ strokeLinejoin: "round",
17174
17326
  strokeWidth: "var(--svg-stroke-width)",
17175
- d: "M2.8389 21h18"
17327
+ d: "m18 9.8571 3-2.8571-4.5-4.5-3 3"
17176
17328
  }
17177
17329
  ),
17178
17330
  /* @__PURE__ */ jsx(
17179
17331
  "path",
17180
17332
  {
17181
- fill: "currentColor",
17182
- d: "m10 16.5-.7071.7071.5625.5625.6746-.4216-.53-.848Zm4-.5-.3162.9487 1.1011-.3291-.7849-.6196Zm-7-2.5-.9398-.3417-.2176.5985.4503.4503.7071-.7071Zm0-4-.6-.8-.3487 1.1162.9487-.3162Zm8.7129-6.5347-.6-.8.6.8Zm4.7649 4.8295-.7849-.6197.7849.6197Zm-10.4778 8.7052c.53.848.5297.8482.5294.8484l-.0006.0003-.001.0006-.0014.001-.0011.0006.0057-.0034a1.603 1.603 0 0 1 .041-.0234 3.5563 3.5563 0 0 1 .1905-.0977 4.7675 4.7675 0 0 1 .7305-.276c.6198-.1777 1.4012-.2649 2.1908-.0017l.6324-1.8974c-1.2974-.4324-2.516-.2696-3.3745-.0234a6.7583 6.7583 0 0 0-1.0411.3938 5.491 5.491 0 0 0-.3.1542 3.8872 3.8872 0 0 0-.0876.0501l-.0272.0163a3.4367 3.4367 0 0 1-.0094.0057l-.0036.0022-.0015.001a.0038.0038 0 0 0-.0007.0004c-.0003.0002-.0006.0004.5294.8484Zm4.7849.1196 6.4778-8.2052-1.5698-1.2393-6.4778 8.2053 1.5698 1.2392Zm-7.7849-3.1196c.9398.3417.94.3414.94.3411a.0207.0207 0 0 0 .0008-.0022l.0013-.0035a3.8862 3.8862 0 0 0 .0407-.1227 5.9034 5.9034 0 0 0 .0837-.2958 7.7923 7.7923 0 0 0 .1875-1.0174c.0984-.8362.1023-1.9928-.3053-3.2157l-1.8974.6324c.288.8641.292 1.7075.2164 2.3496a5.7923 5.7923 0 0 1-.1385.7543 3.915 3.915 0 0 1-.055.1947 1.7896 1.7896 0 0 1-.0136.042l-.002.006.0003-.001.0005-.0014.0004-.001a.0207.0207 0 0 0 .0002-.0006c.0001-.0002.0002-.0005.94.3412Zm.6-3.2 8.7129-6.5347-1.2-1.6-8.7129 6.5347 1.2 1.6Zm-1.3071 3.9071 3 3 1.4142-1.4142-3-3-1.4142 1.4142Zm14.7477-9.5807-2.1958-2.1958-1.4142 1.4142 2.1958 2.1958 1.4142-1.4142Zm-4.7277-.861a.8551.8551 0 0 1 1.1177.0794l1.4142-1.4142c-1.0047-1.0047-2.5953-1.1178-3.7319-.2653l1.2 1.6Zm4.9498 4.649c.8971-1.1363.8017-2.7642-.2221-3.788l-1.4142 1.4142a.855.855 0 0 1 .0665 1.1345l1.5698 1.2393Z"
17333
+ stroke: "currentColor",
17334
+ strokeLinecap: "round",
17335
+ strokeWidth: "var(--svg-stroke-width)",
17336
+ d: "M11 17h-2l-1 1h-4v-1l1-1 1-1 .5-2.5 2.75-2.75 2.75-2.75 1.5-1.5 4.5 4.3571-7 7.1429Z"
17183
17337
  }
17184
17338
  ),
17339
+ /* @__PURE__ */ jsx(
17340
+ "path",
17341
+ {
17342
+ stroke: "currentColor",
17343
+ strokeWidth: "var(--svg-stroke-width)",
17344
+ d: "M12 21v.0001"
17345
+ }
17346
+ )
17347
+ );
17348
+ }
17349
+ );
17350
+ const IconHighlighterColorSelection = forwardRef(
17351
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
17352
+ const [v1] = useNewDesignLanguageIcons();
17353
+ return v1 ? /* @__PURE__ */ jsx(
17354
+ IconHighlighterColorSelectionNew,
17355
+ {
17356
+ ...props,
17357
+ size,
17358
+ weight,
17359
+ ref: forwardRef2
17360
+ }
17361
+ ) : /* @__PURE__ */ jsx(
17362
+ IconHighlighterColorSelectionOld,
17363
+ {
17364
+ ...props,
17365
+ size,
17366
+ weight,
17367
+ ref: forwardRef2
17368
+ }
17369
+ );
17370
+ }
17371
+ );
17372
+ IconHighlighterColorSelection[iconSymbol] = true;
17373
+
17374
+ const IconHighlighterUnderlineNew = forwardRef(
17375
+ (props, forwardRef2) => {
17376
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
17377
+ return createElement(
17378
+ StyledIcon,
17379
+ {
17380
+ ...props,
17381
+ debug,
17382
+ "aria-hidden": true,
17383
+ viewBox: "0 0 24 24",
17384
+ fill: "none",
17385
+ ref: forwardRef2
17386
+ },
17185
17387
  /* @__PURE__ */ jsx(
17186
17388
  "path",
17187
17389
  {
17188
17390
  stroke: "currentColor",
17189
17391
  strokeLinejoin: "bevel",
17190
17392
  strokeWidth: "var(--svg-stroke-width)",
17191
- d: "m7 13.5-3 4 4.5.5 1.5-1.5"
17393
+ d: "M2.8389 21h18"
17394
+ }
17395
+ ),
17396
+ /* @__PURE__ */ jsx(
17397
+ "path",
17398
+ {
17399
+ fill: "currentColor",
17400
+ d: "m3.8909 17.0704-.6573-.6573.475 1.5688.1823-.9115Zm4.6479.9296-.1823.9115.8396-.2542-.6573-.6573Zm-1.8592-6.507-.646-.6684-.421.4069.1851.5554.8819-.2939Zm9.8204-9.493.6573-.6573-1.3034-.011.6461.6683Zm5.5 5.5.6514.6632.0059-1.3205-.6573.6573Zm-9.7429 9.5704-.294.8819.5396.1799.4058-.3986-.6514-.6632Zm-5.6928-2.6734-.6573-.6573.6573.6573Zm.4491-1.9026-.8818.294.8818-.294Zm-3.3048 5.4875 4.6479.9296.3646-1.823-4.648-.9296-.3645 1.823Zm.8396-.2542 2.6734-2.6734-1.3146-1.3146-2.6734 2.6734 1.3146 1.3146Zm3.3471-5.5272-.3338-1.0015-1.7638.5879.3339 1.0015 1.7637-.5879Zm-.5696-.0392 9.8204-9.493-1.2922-1.3367-9.8204 9.493 1.2922 1.3367Zm8.517-9.504 5.5 5.5 1.3146-1.3146-5.5-5.5-1.3146 1.3146Zm5.5059 4.1795-9.7429 9.5705 1.3028 1.3263 9.7429-9.5704-1.3028-1.3264Zm-8.7976 9.3517-1.0015-.3338-.5879 1.7638 1.0015.3338.5879-1.7638Zm-3.8553.3399-.8143.8143 1.3147 1.3146.8142-.8143-1.3146-1.3146Zm2.8538-.6737a2.7888 2.7888 0 0 0-2.8538.6737l1.3146 1.3146a.9297.9297 0 0 1 .9513-.2245l.5879-1.7638Zm-4.3279-.8004a2.7887 2.7887 0 0 0 .6737-2.8538l-1.7637.5879a.9297.9297 0 0 1-.2246.9513l1.3146 1.3146Z"
17192
17401
  }
17193
17402
  ),
17194
17403
  /* @__PURE__ */ jsx(
@@ -17196,7 +17405,7 @@ const IconHighlighterUnderlineNew = forwardRef(
17196
17405
  {
17197
17406
  stroke: "currentColor",
17198
17407
  strokeWidth: "var(--svg-stroke-width)",
17199
- d: "m9.5 7.5 6 6"
17408
+ d: "m13 6 5 5"
17200
17409
  }
17201
17410
  )
17202
17411
  );
@@ -18485,7 +18694,7 @@ const IconLightningNew = forwardRef(
18485
18694
  stroke: "currentColor",
18486
18695
  strokeLinejoin: "bevel",
18487
18696
  strokeWidth: "var(--svg-stroke-width)",
18488
- d: "m4.5345 9.8114 7.5837-7.1098c.7572-.7098 1.9609.0612 1.6327 1.0458l-1.7509 5.2526h5.0657c2.7639 0 4.0574 3.4208 1.9849 5.2495l-8.2659 7.2934c-.7662.6761-1.9334-.0967-1.6103-1.066l1.8256-5.4769h-4.4137c-2.7196 0-4.0358-3.3286-2.0518-5.1886Z"
18697
+ d: "m4 15 8-14v8h8l-8.5 14v-8h-7.5Z"
18489
18698
  }
18490
18699
  )
18491
18700
  );
@@ -23695,6 +23904,95 @@ const IconPdf = forwardRef(
23695
23904
  );
23696
23905
  IconPdf[iconSymbol] = true;
23697
23906
 
23907
+ const IconPenColorSelectionNew = forwardRef(
23908
+ (props, forwardRef2) => {
23909
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
23910
+ return createElement(
23911
+ StyledIcon,
23912
+ {
23913
+ ...props,
23914
+ debug,
23915
+ "aria-hidden": true,
23916
+ viewBox: "0 0 24 24",
23917
+ fill: "none",
23918
+ ref: forwardRef2
23919
+ },
23920
+ /* @__PURE__ */ jsx(
23921
+ "path",
23922
+ {
23923
+ fill: "currentColor",
23924
+ d: "m5 13-.7071-.7071-.2141.2141-.0594.2969.9806.1961Zm-1 5-.9806-.1961 1.1767 1.1767-.1961-.9806Zm5-1 .1961.9806.297-.0594.214-.2141-.7071-.7071Zm9.5858-12.4142-.7071.707.7071-.707Zm-1.1716-1.1716-.7071.7071.7071-.707Zm-3.5355-.707-9.5858 9.5857 1.4142 1.4142 9.5858-9.5858-1.4142-1.4142Zm-9.8593 10.0967-1 5 1.9612.3922 1-5-1.9612-.3922Zm.1767 6.1767 5-1-.3922-1.9612-5 1 .3922 1.9612Zm5.511-1.2735 9.5858-9.5858-1.4142-1.4142-9.5858 9.5858 1.4142 1.4142Zm9.5858-13.8284-1.1716-1.1716-1.4142 1.4142 1.1716 1.1716 1.4142-1.4142Zm0 4.2426c1.1716-1.1715 1.1716-3.071 0-4.2426l-1.4142 1.4142c.3905.3905.3905 1.0237 0 1.4142l1.4142 1.4142Zm-4-4c.3905-.3905 1.0237-.3905 1.4142 0l1.4142-1.4142c-1.1716-1.1716-3.071-1.1716-4.2426 0l1.4142 1.4142Z"
23925
+ }
23926
+ ),
23927
+ /* @__PURE__ */ jsx(
23928
+ "path",
23929
+ {
23930
+ stroke: "currentColor",
23931
+ strokeWidth: "var(--svg-stroke-width)",
23932
+ d: "m12.5 5.5 4 4"
23933
+ }
23934
+ )
23935
+ );
23936
+ }
23937
+ );
23938
+ const IconPenColorSelectionOld = forwardRef(
23939
+ (props, forwardRef2) => {
23940
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
23941
+ return createElement(
23942
+ StyledIcon,
23943
+ {
23944
+ ...props,
23945
+ debug,
23946
+ "aria-hidden": true,
23947
+ viewBox: "0 0 24 24",
23948
+ fill: "none",
23949
+ ref: forwardRef2
23950
+ },
23951
+ /* @__PURE__ */ jsx(
23952
+ "path",
23953
+ {
23954
+ stroke: "currentColor",
23955
+ strokeLinecap: "round",
23956
+ strokeLinejoin: "round",
23957
+ strokeWidth: "var(--svg-stroke-width)",
23958
+ d: "m13.8889 5.5556-7.5718 7.5718a2.0001 2.0001 0 0 0-.547 1.0219l-.6966 3.483c-.035.1749.1193.3291.2942.2942l3.483-.6966a2.0005 2.0005 0 0 0 1.022-.547l7.5717-7.5718m-3.5555-3.5555 2.1413-2.1414c.7811-.781 2.0474-.781 2.8285 0l.7271.7271c.781.781.781 2.0474 0 2.8285l-2.1414 2.1413m-3.5555-3.5555 3.5555 3.5555"
23959
+ }
23960
+ ),
23961
+ /* @__PURE__ */ jsx(
23962
+ "path",
23963
+ {
23964
+ stroke: "currentColor",
23965
+ strokeWidth: "var(--svg-stroke-width)",
23966
+ d: "M12 15v.0001"
23967
+ }
23968
+ )
23969
+ );
23970
+ }
23971
+ );
23972
+ const IconPenColorSelection = forwardRef(
23973
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
23974
+ const [v1] = useNewDesignLanguageIcons();
23975
+ return v1 ? /* @__PURE__ */ jsx(
23976
+ IconPenColorSelectionNew,
23977
+ {
23978
+ ...props,
23979
+ size,
23980
+ weight,
23981
+ ref: forwardRef2
23982
+ }
23983
+ ) : /* @__PURE__ */ jsx(
23984
+ IconPenColorSelectionOld,
23985
+ {
23986
+ ...props,
23987
+ size,
23988
+ weight,
23989
+ ref: forwardRef2
23990
+ }
23991
+ );
23992
+ }
23993
+ );
23994
+ IconPenColorSelection[iconSymbol] = true;
23995
+
23698
23996
  const IconPenTipNew = forwardRef(
23699
23997
  (props, forwardRef2) => {
23700
23998
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -27465,11 +27763,11 @@ const IconRectanglePortraitDashSquareTopCenterNew = forwardRef((props, forwardRe
27465
27763
  {
27466
27764
  fill: "currentColor",
27467
27765
  fillRule: "evenodd",
27468
- d: "M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z",
27766
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
27469
27767
  clipRule: "evenodd"
27470
27768
  }
27471
27769
  ),
27472
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 3h8v7h-8v-7Z" })
27770
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8 2h8v8h-8v-8Z" })
27473
27771
  );
27474
27772
  });
27475
27773
  const IconRectanglePortraitDashSquareTopCenterOld = forwardRef((props, forwardRef2) => {
@@ -27534,7 +27832,7 @@ const IconRectanglePortraitDashSquareTopLeftNew = forwardRef((props, forwardRef2
27534
27832
  {
27535
27833
  fill: "currentColor",
27536
27834
  fillRule: "evenodd",
27537
- d: "M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z",
27835
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
27538
27836
  clipRule: "evenodd"
27539
27837
  }
27540
27838
  ),
@@ -27544,7 +27842,7 @@ const IconRectanglePortraitDashSquareTopLeftNew = forwardRef((props, forwardRef2
27544
27842
  fill: "currentColor",
27545
27843
  stroke: "currentColor",
27546
27844
  strokeWidth: "var(--svg-stroke-width)",
27547
- d: "M4 7c0-1.6569 1.3431-3 3-3h4v6h-7v-3Z"
27845
+ d: "M3 6c0-1.6569 1.3431-3 3-3h5v7h-8v-4Z"
27548
27846
  }
27549
27847
  )
27550
27848
  );
@@ -27612,7 +27910,7 @@ const IconRectanglePortraitDashNew = forwardRef(
27612
27910
  {
27613
27911
  fill: "currentColor",
27614
27912
  fillRule: "evenodd",
27615
- d: "M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z",
27913
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
27616
27914
  clipRule: "evenodd"
27617
27915
  }
27618
27916
  )
@@ -27729,10 +28027,10 @@ const IconRectanglePortraitSquareTopLeftNew = forwardRef((props, forwardRef2) =>
27729
28027
  /* @__PURE__ */ jsx(
27730
28028
  "rect",
27731
28029
  {
27732
- width: 16,
27733
- height: 16,
27734
- x: 4,
27735
- y: 4,
28030
+ width: 18,
28031
+ height: 18,
28032
+ x: 3,
28033
+ y: 3,
27736
28034
  stroke: "currentColor",
27737
28035
  strokeWidth: "var(--svg-stroke-width)",
27738
28036
  rx: 2
@@ -27744,7 +28042,7 @@ const IconRectanglePortraitSquareTopLeftNew = forwardRef((props, forwardRef2) =>
27744
28042
  fill: "currentColor",
27745
28043
  stroke: "currentColor",
27746
28044
  strokeWidth: "var(--svg-stroke-width)",
27747
- d: "M4 7c0-1.6569 1.3431-3 3-3h4v6h-7v-3Z"
28045
+ d: "M3 6c0-1.6569 1.3431-3 3-3h5v7h-8v-4Z"
27748
28046
  }
27749
28047
  )
27750
28048
  );
@@ -29342,7 +29640,7 @@ const IconSentimentNew = forwardRef(
29342
29640
  fill: "currentColor",
29343
29641
  stroke: "currentColor",
29344
29642
  strokeWidth: "var(--svg-stroke-width)",
29345
- d: "M10.3333 6.8333h.8334v.8334h-.8334v-.8334ZM16.3333 12.8333h.8334v.8334h-.8334v-.8334Z"
29643
+ d: "M10.3333 6.3333h1.3334v1.3334h-1.3334v-1.3334ZM16.3333 12.3333h1.3334v1.3334h-1.3334v-1.3334Z"
29346
29644
  }
29347
29645
  ),
29348
29646
  /* @__PURE__ */ jsx(
@@ -29361,7 +29659,7 @@ const IconSentimentNew = forwardRef(
29361
29659
  fill: "currentColor",
29362
29660
  stroke: "currentColor",
29363
29661
  strokeWidth: "var(--svg-stroke-width)",
29364
- d: "M6.8333 6.8333h.8334v.8334h-.8334v-.8334Z"
29662
+ d: "M6.3333 6.3333h1.3334v1.3334h-1.3334v-1.3334Z"
29365
29663
  }
29366
29664
  ),
29367
29665
  /* @__PURE__ */ jsx(
@@ -32891,7 +33189,7 @@ const IconSquareLineSquareDashedNew = forwardRef(
32891
33189
  {
32892
33190
  fill: "currentColor",
32893
33191
  fillRule: "evenodd",
32894
- d: "M6 5c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3431-3 3-3h2v2h-2Zm8 0h-4v-2h4v2Zm4 0h-2v-2h2c1.6569 0 3 1.3431 3 3v2h-2v-2c0-.5523-.4477-1-1-1Zm-13 5v4h-2v-4h2Zm14 4v-4h2v4h-2Zm-14 2v2c0 .5523.4477 1 1 1h2v2h-2c-1.6569 0-3-1.3431-3-3v-2h2Zm14 2v-2h2v2c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1Zm-9 1h4v2h-4v-2Z",
33192
+ d: "M5.3333 4c-.6136 0-1.3333.7197-1.3333 1.3333v2.6667h-2v-2.6667c0-1.841 1.4924-3.3333 3.3333-3.3333h2.6667v2h-2.6667Zm8.6667 0h-4v-2h4v2Zm4.6667 0h-2.6667v-2h2.6667c1.8409 0 3.3333 1.4924 3.3333 3.3333v2.6667h-2v-2.6667c0-.6136-.7197-1.3333-1.3333-1.3333Zm-14.6667 6v4h-2v-4h2Zm16 4v-4h2v4h-2Zm-16 2v2.6667c0 .6136.8864 1.3333 1.5 1.3333h2.5v2h-2.6667c-1.841 0-3.3333-1.4924-3.3333-3.3333v-2.6667h2Zm16 2.6667v-2.6667h2v2.6667c0 1.8409-1.4924 3.3333-3.3333 3.3333h-2.6667v-2h2.6667c.6136 0 1.3333-.7197 1.3333-1.3333Zm-10 1.3333h4v2h-4v-2Z",
32895
33193
  clipRule: "evenodd"
32896
33194
  }
32897
33195
  ),
@@ -32900,7 +33198,7 @@ const IconSquareLineSquareDashedNew = forwardRef(
32900
33198
  {
32901
33199
  stroke: "currentColor",
32902
33200
  strokeWidth: "var(--svg-stroke-width)",
32903
- d: "M4 6c0-1.1046.8954-2 2-2h7v9h-9v-7Z"
33201
+ d: "M3 5c0-1.1046.8954-2 2-2h8v10h-10v-8Z"
32904
33202
  }
32905
33203
  )
32906
33204
  );
@@ -35736,6 +36034,133 @@ const IconTasks = forwardRef(
35736
36034
  );
35737
36035
  IconTasks[iconSymbol] = true;
35738
36036
 
36037
+ const IconTextAColorSelectionNew = forwardRef(
36038
+ (props, forwardRef2) => {
36039
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
36040
+ return createElement(
36041
+ StyledIcon,
36042
+ {
36043
+ ...props,
36044
+ debug,
36045
+ "aria-hidden": true,
36046
+ viewBox: "0 0 24 24",
36047
+ fill: "none",
36048
+ ref: forwardRef2
36049
+ },
36050
+ /* @__PURE__ */ jsx(
36051
+ "path",
36052
+ {
36053
+ fill: "currentColor",
36054
+ d: "m6.077 15.6154-.3847.9231 1.8462.7692.3846-.9231-1.8462-.7692Zm5.923-11.6154.9231-.3846h-1.8462l.9231.3846Zm4.0769 12.3846.3846.9231 1.8462-.7692-.3846-.9231-1.8462.7692Zm-5-12 3.75 9 1.8462-.7692-3.75-9-1.8462.7692Zm3.75 9 1.25 3 1.8462-.7692-1.25-3-1.8462.7692Zm-6.9038 3 1.25-3-1.8462-.7692-1.25 3 1.8462.7692Zm1.25-3 3.75-9-1.8462-.7692-3.75 9 1.8462.7692Zm6.5769-1.3846h-7.5v2h7.5v-2Z"
36055
+ }
36056
+ )
36057
+ );
36058
+ }
36059
+ );
36060
+ const IconTextAColorSelectionOld = forwardRef(
36061
+ (props, forwardRef2) => {
36062
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
36063
+ return createElement(
36064
+ StyledIcon,
36065
+ {
36066
+ ...props,
36067
+ debug,
36068
+ "aria-hidden": true,
36069
+ viewBox: "0 0 24 24",
36070
+ fill: "none",
36071
+ ref: forwardRef2
36072
+ },
36073
+ /* @__PURE__ */ jsx(
36074
+ "path",
36075
+ {
36076
+ stroke: "currentColor",
36077
+ strokeLinecap: "round",
36078
+ strokeLinejoin: "round",
36079
+ strokeWidth: "var(--svg-stroke-width)",
36080
+ d: "m7 16 1.25-3m8.75 3-1.25-3m0 0-3.75-9-3.75 9m7.5 0h-7.5"
36081
+ }
36082
+ ),
36083
+ /* @__PURE__ */ jsx(
36084
+ "path",
36085
+ {
36086
+ stroke: "currentColor",
36087
+ strokeWidth: "var(--svg-stroke-width)",
36088
+ d: "M12 13v.0001"
36089
+ }
36090
+ )
36091
+ );
36092
+ }
36093
+ );
36094
+ const IconTextAColorSelection = forwardRef(
36095
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
36096
+ const [v1] = useNewDesignLanguageIcons();
36097
+ return v1 ? /* @__PURE__ */ jsx(
36098
+ IconTextAColorSelectionNew,
36099
+ {
36100
+ ...props,
36101
+ size,
36102
+ weight,
36103
+ ref: forwardRef2
36104
+ }
36105
+ ) : /* @__PURE__ */ jsx(
36106
+ IconTextAColorSelectionOld,
36107
+ {
36108
+ ...props,
36109
+ size,
36110
+ weight,
36111
+ ref: forwardRef2
36112
+ }
36113
+ );
36114
+ }
36115
+ );
36116
+ IconTextAColorSelection[iconSymbol] = true;
36117
+
36118
+ const IconTextAHorizontal = forwardRef(
36119
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
36120
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
36121
+ return createElement(
36122
+ StyledIcon,
36123
+ {
36124
+ ...props,
36125
+ weight,
36126
+ debug,
36127
+ "aria-hidden": true,
36128
+ size,
36129
+ viewBox: "0 0 24 24",
36130
+ fill: "none",
36131
+ ref: forwardRef2
36132
+ },
36133
+ /* @__PURE__ */ jsx(
36134
+ "path",
36135
+ {
36136
+ fill: "currentColor",
36137
+ d: "m7.0715 11.6286-.3714.9285 1.857.7428.3714-.9285-1.857-.7428Zm4.9285-9.6286.9285-.3714h-1.857l.9285.3714Zm3.0715 10.3714.3714.9285 1.857-.7428-.3714-.9285-1.857.7428Zm-4-10 3 7.5 1.857-.7428-3-7.5-1.857.7428Zm3 7.5 1 2.5 1.857-.7428-1-2.5-1.857.7428Zm-5.143 2.5 1-2.5-1.857-.7428-1 2.5 1.857.7428Zm1-2.5 3-7.5-1.857-.7428-3 7.5 1.857.7428Zm5.0715-1.3714h-6v2h6v-2Z"
36138
+ }
36139
+ ),
36140
+ /* @__PURE__ */ jsx(
36141
+ "path",
36142
+ {
36143
+ stroke: "currentColor",
36144
+ strokeLinecap: "square",
36145
+ strokeWidth: "var(--svg-stroke-width)",
36146
+ d: "M4 18h17"
36147
+ }
36148
+ ),
36149
+ /* @__PURE__ */ jsx(
36150
+ "path",
36151
+ {
36152
+ stroke: "currentColor",
36153
+ strokeLinecap: "square",
36154
+ strokeLinejoin: "bevel",
36155
+ strokeWidth: "var(--svg-stroke-width)",
36156
+ d: "m19 21 2.5-3-2.5-3"
36157
+ }
36158
+ )
36159
+ );
36160
+ }
36161
+ );
36162
+ IconTextAHorizontal[iconSymbol] = true;
36163
+
35739
36164
  const IconTextAUnderlineNew = forwardRef(
35740
36165
  (props, forwardRef2) => {
35741
36166
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -35826,6 +36251,52 @@ const IconTextAUnderline = forwardRef(
35826
36251
  );
35827
36252
  IconTextAUnderline[iconSymbol] = true;
35828
36253
 
36254
+ const IconTextAVertical = forwardRef(
36255
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
36256
+ const [debug] = useLocalStorage("DEBUG_ICON", false);
36257
+ return createElement(
36258
+ StyledIcon,
36259
+ {
36260
+ ...props,
36261
+ weight,
36262
+ debug,
36263
+ "aria-hidden": true,
36264
+ size,
36265
+ viewBox: "0 0 24 24",
36266
+ fill: "none",
36267
+ ref: forwardRef2
36268
+ },
36269
+ /* @__PURE__ */ jsx(
36270
+ "path",
36271
+ {
36272
+ fill: "currentColor",
36273
+ d: "m11.6286 18.9285.9285.3714.7428-1.857-.9285-.3714-.7428 1.857Zm-9.6286-4.9285-.3714-.9285v1.857l.3714-.9285Zm10.3714-3.0715.9285-.3714-.7428-1.857-.9285.3714.7428 1.857Zm-10 4 7.5-3-.7428-1.857-7.5 3 .7428 1.857Zm7.5-3 2.5-1-.7428-1.857-2.5 1 .7428 1.857Zm2.5 5.143-2.5-1-.7428 1.857 2.5 1 .7428-1.857Zm-2.5-1-7.5-3-.7428 1.857 7.5 3 .7428-1.857Zm-1.3714-5.0715v6h2v-6h-2Z"
36274
+ }
36275
+ ),
36276
+ /* @__PURE__ */ jsx(
36277
+ "path",
36278
+ {
36279
+ stroke: "currentColor",
36280
+ strokeLinecap: "square",
36281
+ strokeWidth: "var(--svg-stroke-width)",
36282
+ d: "M18 20v-16"
36283
+ }
36284
+ ),
36285
+ /* @__PURE__ */ jsx(
36286
+ "path",
36287
+ {
36288
+ stroke: "currentColor",
36289
+ strokeLinecap: "square",
36290
+ strokeLinejoin: "bevel",
36291
+ strokeWidth: "var(--svg-stroke-width)",
36292
+ d: "m21 6-3-2.5-3 2.5"
36293
+ }
36294
+ )
36295
+ );
36296
+ }
36297
+ );
36298
+ IconTextAVertical[iconSymbol] = true;
36299
+
35829
36300
  const IconTextAaNew = forwardRef(
35830
36301
  (props, forwardRef2) => {
35831
36302
  const [debug] = useLocalStorage("DEBUG_ICON", false);
@@ -40899,5 +41370,5 @@ const IconWifi = forwardRef(
40899
41370
  );
40900
41371
  IconWifi[iconSymbol] = true;
40901
41372
 
40902
- export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, 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, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, 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, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, 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, 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, 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, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, 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, IconTextAUnderline, 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 };
41373
+ export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftRightDotted, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, 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, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, 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, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, 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, 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, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, 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 };
40903
41374
  //# sourceMappingURL=module.js.map