@mirohq/design-system-icons 0.47.2 → 0.48.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 CHANGED
@@ -46,25 +46,20 @@ const IconActivity = react.forwardRef(
46
46
  /* @__PURE__ */ jsxRuntime.jsx(
47
47
  "path",
48
48
  {
49
- stroke: "currentColor",
50
- strokeLinejoin: "round",
51
- strokeWidth: "var(--svg-stroke-width)",
52
- d: "m15 18-2.9293 2.9293a.1.1 0 0 1-.1414 0l-2.9293-2.9293h-5c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v12c0 .5523-.4477 1-1 1h-5Z"
49
+ fill: "currentColor",
50
+ fillRule: "evenodd",
51
+ d: "M2 6c0-1.1046.8954-2 2-2h16c1.1046 0 2 .8954 2 2v12c0 1.1046-.8954 2-2 2h-4.5858l-2.6364 2.6364c-.4296.4296-1.126.4296-1.5556 0l-2.6364-2.6364h-4.5858c-1.1046 0-2-.8954-2-2v-12Zm2 0v12h5c.2652 0 .5196.1054.7071.2929l2.2929 2.2929 2.2929-2.2929a1.0001 1.0001 0 0 1 .7071-.2929h5v-12h-16Z",
52
+ clipRule: "evenodd"
53
53
  }
54
54
  ),
55
55
  /* @__PURE__ */ jsxRuntime.jsx(
56
56
  "path",
57
57
  {
58
58
  stroke: "currentColor",
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round",
59
61
  strokeWidth: "var(--svg-stroke-width)",
60
- d: "M12 13v.0001"
61
- }
62
- ),
63
- /* @__PURE__ */ jsxRuntime.jsx(
64
- "path",
65
- {
66
- fill: "currentColor",
67
- d: "M7.1425 10.9855c-.2841.4736-.1306 1.0878.343 1.372.4736.2841 1.0878.1306 1.372-.343l-1.715-1.029Zm2.3575-1.9855.8742-.4856a1 1 0 0 0-1.7317-.0289l.8575.5145Zm2.5 4.5-.8742.4856a1 1 0 0 0 1.6551.1391l-.7809-.6247Zm2-2.5v-1h-.4806l-.3003.3753.7809.6247Zm2 1c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-7.1425.0145 1.5-2.5-1.715-1.029-1.5 2.5 1.715 1.029Zm-.2317-2.5289 2.5 4.5 1.7484-.9712-2.5-4.5-1.7484.9712Zm4.1551 4.6391 2-2.5-1.5618-1.2494-2 2.5 1.5618 1.2494Zm1.2191-2.1247h2v-2h-2v2Z"
62
+ d: "m8 12.5 1.5-2.5 2.5 4.5 1.9249-2.4062a.2502.2502 0 0 1 .1953-.0938h1.8798"
68
63
  }
69
64
  )
70
65
  );
@@ -2521,11 +2516,10 @@ const IconChatPlus = react.forwardRef(
2521
2516
  /* @__PURE__ */ jsxRuntime.jsx(
2522
2517
  "path",
2523
2518
  {
2524
- stroke: "currentColor",
2525
- strokeLinecap: "round",
2526
- strokeLinejoin: "round",
2527
- strokeWidth: "var(--svg-stroke-width)",
2528
- d: "M9 11h6m-3-3v6m.0707 6.9293 2.9293-2.9293h5c.5523 0 1-.4477 1-1v-12c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0Z"
2519
+ fill: "currentColor",
2520
+ fillRule: "evenodd",
2521
+ d: "M2 5c0-1.1046.8954-2 2-2h16c1.1046 0 2 .8954 2 2v12c0 1.1046-.8954 2-2 2h-4.5858l-2.6364 2.6364c-.4296.4296-1.126.4296-1.5556 0l-2.6364-2.6364h-4.5858c-1.1046 0-2-.8954-2-2v-12Zm18 0h-16v12h5c.2652 0 .5196.1054.7071.2929l2.2929 2.2929 2.2929-2.2929a1.0001 1.0001 0 0 1 .7071-.2929h5v-12Zm-8 2c.5523 0 1 .4477 1 1v2h2c.5523 0 1 .4477 1 1s-.4477 1-1 1h-2v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2h-2c-.5523 0-1-.4477-1-1s.4477-1 1-1h2v-2c0-.5523.4477-1 1-1Z",
2522
+ clipRule: "evenodd"
2529
2523
  }
2530
2524
  )
2531
2525
  );
@@ -7382,51 +7376,6 @@ const IconLineOrthogonal = react.forwardRef(
7382
7376
  );
7383
7377
  IconLineOrthogonal[designSystemBaseIcon.iconSymbol] = true;
7384
7378
 
7385
- const IconLineSpacing = react.forwardRef(
7386
- ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
7387
- const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
7388
- return react.createElement(
7389
- StyledIcon,
7390
- {
7391
- ...props,
7392
- weight,
7393
- debug,
7394
- size,
7395
- viewBox: "0 0 24 24",
7396
- fill: "none",
7397
- ref: forwardRef2
7398
- },
7399
- /* @__PURE__ */ jsxRuntime.jsx(
7400
- "path",
7401
- {
7402
- stroke: "currentColor",
7403
- strokeLinecap: "round",
7404
- strokeWidth: "var(--svg-stroke-width)",
7405
- d: "M2 6h9M2 10h9M2 14h9"
7406
- }
7407
- ),
7408
- /* @__PURE__ */ jsxRuntime.jsx(
7409
- "path",
7410
- {
7411
- stroke: "currentColor",
7412
- strokeWidth: "var(--svg-stroke-width)",
7413
- d: "M18.1024 5v14M14 9.2l3.6378-3.8198a.5.5 0 0 1 .7242 0l3.6378 3.8198M21.9996 14.8l-3.6378 3.8198a.5.5 0 0 1-.7242 0l-3.6378-3.8198"
7414
- }
7415
- ),
7416
- /* @__PURE__ */ jsxRuntime.jsx(
7417
- "path",
7418
- {
7419
- stroke: "currentColor",
7420
- strokeLinecap: "round",
7421
- strokeWidth: "var(--svg-stroke-width)",
7422
- d: "M2 18h9"
7423
- }
7424
- )
7425
- );
7426
- }
7427
- );
7428
- IconLineSpacing[designSystemBaseIcon.iconSymbol] = true;
7429
-
7430
7379
  const IconLineStraight = react.forwardRef(
7431
7380
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
7432
7381
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -11240,6 +11189,34 @@ const IconScrollbarXy = react.forwardRef(
11240
11189
  );
11241
11190
  IconScrollbarXy[designSystemBaseIcon.iconSymbol] = true;
11242
11191
 
11192
+ const IconShadow = react.forwardRef(
11193
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
11194
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
11195
+ return react.createElement(
11196
+ StyledIcon,
11197
+ {
11198
+ ...props,
11199
+ weight,
11200
+ debug,
11201
+ size,
11202
+ viewBox: "0 0 24 24",
11203
+ fill: "none",
11204
+ ref: forwardRef2
11205
+ },
11206
+ /* @__PURE__ */ jsxRuntime.jsx(
11207
+ "path",
11208
+ {
11209
+ fill: "currentColor",
11210
+ fillRule: "evenodd",
11211
+ d: "M4 4c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v13c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-13Zm2 1v11h12v-11h-12ZM5 20c0-.5523.4477-1 1-1h12c.5523 0 1 .4477 1 1s-.4477 1-1 1h-12c-.5523 0-1-.4477-1-1Z",
11212
+ clipRule: "evenodd"
11213
+ }
11214
+ )
11215
+ );
11216
+ }
11217
+ );
11218
+ IconShadow[designSystemBaseIcon.iconSymbol] = true;
11219
+
11243
11220
  const IconShapesLines = react.forwardRef(
11244
11221
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
11245
11222
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -12458,6 +12435,34 @@ const IconSpeakerHigh = react.forwardRef(
12458
12435
  );
12459
12436
  IconSpeakerHigh[designSystemBaseIcon.iconSymbol] = true;
12460
12437
 
12438
+ const IconSpinner = react.forwardRef(
12439
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
12440
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12441
+ return react.createElement(
12442
+ StyledIcon,
12443
+ {
12444
+ ...props,
12445
+ weight,
12446
+ debug,
12447
+ size,
12448
+ viewBox: "0 0 24 24",
12449
+ fill: "none",
12450
+ ref: forwardRef2
12451
+ },
12452
+ /* @__PURE__ */ jsxRuntime.jsx(
12453
+ "path",
12454
+ {
12455
+ fill: "currentColor",
12456
+ fillRule: "evenodd",
12457
+ d: "M15.8556 4.9898a7.9895 7.9895 0 0 0-3.8585-.9898 8.0002 8.0002 0 0 0-3.8611.995l3.8629 5.3048 3.8567-5.31Zm1.6179 1.1757-3.8555 5.3085 6.24 2.0264a8.0003 8.0003 0 0 0-2.3845-7.3349Zm1.7727 9.2391-6.2529-2.0306-.0321 6.5694c1.3464-.1616 2.6317-.6652 3.7413-1.4715 1.1126-.8083 1.9788-1.8497 2.5437-3.0673Zm-8.285 4.5277.0321-6.5582-6.2452 2.0082c.5637 1.2132 1.4257 2.2649 2.518 3.0668a7.9999 7.9999 0 0 0 3.6951 1.4832Zm-6.8235-6.4546 6.2402-2.0065-3.8617-5.303c-.9724.9072-1.6917 2.0426-2.116 3.3332a8 8 0 0 0-.2625 3.9763Zm-1.658 1.5826a10 10 0 0 1 .0206-6.1836c.658-2.0017 1.8974-3.7235 3.615-4.962a10 10 0 0 1 5.8811-1.9147 9.9856 9.9856 0 0 1 5.8806 1.9092 10.0001 10.0001 0 0 1 3.635 11.1764c-.6486 2.0375-1.9142 3.7548-3.6338 5.0043-1.7242 1.2528-3.7932 1.9229-5.9271 1.91m-9.4713-6.9396c.6434 2.013 1.9023 3.7528 3.6029 5.0011a10.0005 10.0005 0 0 0 5.8672 1.9385",
12458
+ clipRule: "evenodd"
12459
+ }
12460
+ )
12461
+ );
12462
+ }
12463
+ );
12464
+ IconSpinner[designSystemBaseIcon.iconSymbol] = true;
12465
+
12461
12466
  const IconSplitVertical = react.forwardRef(
12462
12467
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
12463
12468
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -14324,6 +14329,43 @@ const IconTextIndent = react.forwardRef(
14324
14329
  );
14325
14330
  IconTextIndent[designSystemBaseIcon.iconSymbol] = true;
14326
14331
 
14332
+ const IconTextLineHeight = react.forwardRef(
14333
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
14334
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
14335
+ return react.createElement(
14336
+ StyledIcon,
14337
+ {
14338
+ ...props,
14339
+ weight,
14340
+ debug,
14341
+ size,
14342
+ viewBox: "0 0 24 24",
14343
+ fill: "none",
14344
+ ref: forwardRef2
14345
+ },
14346
+ /* @__PURE__ */ jsxRuntime.jsx(
14347
+ "path",
14348
+ {
14349
+ fill: "currentColor",
14350
+ fillRule: "evenodd",
14351
+ d: "M1 6c0-.5522.4477-1 1-1h9c.5523 0 1 .4478 1 1 0 .5523-.4477 1-1 1h-9c-.5523 0-1-.4477-1-1ZM1 10c0-.5523.4477-1 1-1h9c.5523 0 1 .4477 1 1s-.4477 1-1 1h-9c-.5523 0-1-.4477-1-1ZM1 14c0-.5522.4477-1 1-1h9c.5523 0 1 .4478 1 1 0 .5523-.4477 1-1 1h-9c-.5523 0-1-.4477-1-1ZM17.3025 19v-14h1.6v14h-1.6Z",
14352
+ clipRule: "evenodd"
14353
+ }
14354
+ ),
14355
+ /* @__PURE__ */ jsxRuntime.jsx(
14356
+ "path",
14357
+ {
14358
+ fill: "currentColor",
14359
+ fillRule: "evenodd",
14360
+ d: "M17.0585 4.8285c.5123-.538 1.3705-.538 1.8828 0l3.6378 3.8198-1.1586 1.1035-3.4206-3.5917-3.4206 3.5917-1.1586-1.1035 3.6378-3.8198ZM18.9411 19.1716c-.5123.538-1.3705.538-1.8828 0l-3.6378-3.8198 1.1586-1.1034 3.4206 3.5917 3.4206-3.5917 1.1586 1.1034-3.6378 3.8198ZM1 18c0-.5522.4477-1 1-1h9c.5523 0 1 .4478 1 1 0 .5523-.4477 1-1 1h-9c-.5523 0-1-.4477-1-1Z",
14361
+ clipRule: "evenodd"
14362
+ }
14363
+ )
14364
+ );
14365
+ }
14366
+ );
14367
+ IconTextLineHeight[designSystemBaseIcon.iconSymbol] = true;
14368
+
14327
14369
  const IconTextLinesThree = react.forwardRef(
14328
14370
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
14329
14371
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -15010,6 +15052,34 @@ const IconTrophy = react.forwardRef(
15010
15052
  );
15011
15053
  IconTrophy[designSystemBaseIcon.iconSymbol] = true;
15012
15054
 
15055
+ const IconTshirt = react.forwardRef(
15056
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
15057
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
15058
+ return react.createElement(
15059
+ StyledIcon,
15060
+ {
15061
+ ...props,
15062
+ weight,
15063
+ debug,
15064
+ size,
15065
+ viewBox: "0 0 24 24",
15066
+ fill: "none",
15067
+ ref: forwardRef2
15068
+ },
15069
+ /* @__PURE__ */ jsxRuntime.jsx(
15070
+ "path",
15071
+ {
15072
+ fill: "currentColor",
15073
+ fillRule: "evenodd",
15074
+ d: "m14.8163 2 6.1288 1.9859c.7146.2315 1.1563.977 1.0355 1.7474l-.8545 5.4466c-.1266.8071-.7951 1.3997-1.579 1.3997h-1.0621l-.4246 7.9425c-.0443.8292-.7017 1.4779-1.4977 1.4779h-9.125c-.796 0-1.4534-.6487-1.4977-1.4779l-.4245-7.9425h-1.1472c-.7349 0-1.3615-.5555-1.4802-1.3122l-.8683-5.5341c-.1208-.7704.321-1.516 1.0355-1.7474l6.1288-1.9859.4205.6103c.5646.8193 1.4363 1.3228 2.3956 1.3228.9594 0 1.831-.5035 2.3956-1.3228l.4205-.6103Zm.7301 2.4216c-.9019.9795-2.152 1.5983-3.5462 1.5983-1.3942 0-2.6443-.6188-3.5462-1.5983l-4.3902 1.4225.7294 4.6488h2.6138l.5036 9.4204h8.1793l.5035-9.4204h2.6139l.7293-4.6488-4.3902-1.4225Z",
15075
+ clipRule: "evenodd"
15076
+ }
15077
+ )
15078
+ );
15079
+ }
15080
+ );
15081
+ IconTshirt[designSystemBaseIcon.iconSymbol] = true;
15082
+
15013
15083
  const IconUserAdd = react.forwardRef(
15014
15084
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
15015
15085
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -15584,11 +15654,10 @@ const IconVideoCameraSimple = react.forwardRef(
15584
15654
  /* @__PURE__ */ jsxRuntime.jsx(
15585
15655
  "path",
15586
15656
  {
15587
- stroke: "currentColor",
15588
- strokeLinecap: "round",
15589
- strokeLinejoin: "round",
15590
- strokeWidth: "var(--svg-stroke-width)",
15591
- d: "M17 9v-3c0-.5523-.4477-1-1-1h-13c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h13c.5523 0 1-.4477 1-1v-3m0-6 5-2v10l-5-2m0-6v6"
15657
+ fill: "currentColor",
15658
+ fillRule: "evenodd",
15659
+ d: "M1 6c0-1.1046.8954-2 2-2h13c1.1046 0 2 .8954 2 2v1.523l3.6286-1.4515a1 1 0 0 1 1.3714.9285v10a1.0001 1.0001 0 0 1-1.3714.9285l-3.6286-1.4515v1.523c0 1.1046-.8954 2-2 2h-13c-1.1046 0-2-.8954-2-2v-12Zm17 8.323 3 1.2v-7.046l-3 1.2v4.646Zm-2-8.323h-13v12h13v-12Z",
15660
+ clipRule: "evenodd"
15592
15661
  }
15593
15662
  )
15594
15663
  );
@@ -15953,7 +16022,6 @@ exports.IconLineDiagonal = IconLineDiagonal;
15953
16022
  exports.IconLineDotted = IconLineDotted;
15954
16023
  exports.IconLineHorizontal = IconLineHorizontal;
15955
16024
  exports.IconLineOrthogonal = IconLineOrthogonal;
15956
- exports.IconLineSpacing = IconLineSpacing;
15957
16025
  exports.IconLineStraight = IconLineStraight;
15958
16026
  exports.IconLineTwoDiagonalTopRightDouble = IconLineTwoDiagonalTopRightDouble;
15959
16027
  exports.IconLinesThreeHorizontal = IconLinesThreeHorizontal;
@@ -16069,6 +16137,7 @@ exports.IconRss = IconRss;
16069
16137
  exports.IconRssRectangle = IconRssRectangle;
16070
16138
  exports.IconScissors = IconScissors;
16071
16139
  exports.IconScrollbarXy = IconScrollbarXy;
16140
+ exports.IconShadow = IconShadow;
16072
16141
  exports.IconShapes = IconShapes;
16073
16142
  exports.IconShapesLines = IconShapesLines;
16074
16143
  exports.IconShieldCheck = IconShieldCheck;
@@ -16101,6 +16170,7 @@ exports.IconSparks = IconSparks;
16101
16170
  exports.IconSparksFilled = IconSparksFilled;
16102
16171
  exports.IconSpeakerCross = IconSpeakerCross;
16103
16172
  exports.IconSpeakerHigh = IconSpeakerHigh;
16173
+ exports.IconSpinner = IconSpinner;
16104
16174
  exports.IconSplitVertical = IconSplitVertical;
16105
16175
  exports.IconSquare = IconSquare;
16106
16176
  exports.IconSquareArrowIn = IconSquareArrowIn;
@@ -16155,6 +16225,7 @@ exports.IconTextHThree = IconTextHThree;
16155
16225
  exports.IconTextHTwo = IconTextHTwo;
16156
16226
  exports.IconTextIItalic = IconTextIItalic;
16157
16227
  exports.IconTextIndent = IconTextIndent;
16228
+ exports.IconTextLineHeight = IconTextLineHeight;
16158
16229
  exports.IconTextLinesThree = IconTextLinesThree;
16159
16230
  exports.IconTextSStrikethrough = IconTextSStrikethrough;
16160
16231
  exports.IconTextStyles = IconTextStyles;
@@ -16174,6 +16245,7 @@ exports.IconTriangle = IconTriangle;
16174
16245
  exports.IconTriangleSquareCircle = IconTriangleSquareCircle;
16175
16246
  exports.IconTrident = IconTrident;
16176
16247
  exports.IconTrophy = IconTrophy;
16248
+ exports.IconTshirt = IconTshirt;
16177
16249
  exports.IconUser = IconUser;
16178
16250
  exports.IconUserAdd = IconUserAdd;
16179
16251
  exports.IconUserArrowRightUp = IconUserArrowRightUp;