@mirohq/design-system-icons 0.55.0 → 0.56.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
@@ -987,14 +987,6 @@ const IconArrowElbowDownRight = react.forwardRef(
987
987
  fill: "currentColor",
988
988
  d: "M4 15h-1c0 .5523.4477 1 1 1v-1Zm17 0 .7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-3.2929-4.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm-1.4142 8c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm-11.2929-13.2929c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 11h17v-2h-17v2Zm17.7071-1.7071-4-4-1.4142 1.4142 4 4 1.4142-1.4142Zm-1.4142 0-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm-15.2929.7071v-10h-2v10h2Z"
989
989
  }
990
- ),
991
- /* @__PURE__ */ jsxRuntime.jsx(
992
- "path",
993
- {
994
- stroke: "currentColor",
995
- strokeWidth: "var(--svg-stroke-width)",
996
- d: "M12 15v.0001"
997
- }
998
990
  )
999
991
  );
1000
992
  }
@@ -6750,6 +6742,56 @@ const IconFlag = react.forwardRef(
6750
6742
  );
6751
6743
  IconFlag[designSystemBaseIcon.iconSymbol] = true;
6752
6744
 
6745
+ const IconFlipCard = react.forwardRef(
6746
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
6747
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
6748
+ return react.createElement(
6749
+ StyledIcon,
6750
+ {
6751
+ ...props,
6752
+ weight,
6753
+ debug,
6754
+ "aria-hidden": true,
6755
+ size,
6756
+ viewBox: "0 0 25 24",
6757
+ fill: "none",
6758
+ ref: forwardRef2
6759
+ },
6760
+ /* @__PURE__ */ jsxRuntime.jsx(
6761
+ "path",
6762
+ {
6763
+ stroke: "currentColor",
6764
+ strokeLinecap: "round",
6765
+ strokeLinejoin: "round",
6766
+ strokeWidth: "var(--svg-stroke-width)",
6767
+ d: "M8.1465 11v-6c0-1 1-2 2-2h10c1 0 2 1 2 2v14c0 1-1 2-2 2h-10c-1 0-2-1-2-2v-1"
6768
+ }
6769
+ ),
6770
+ /* @__PURE__ */ jsxRuntime.jsx(
6771
+ "path",
6772
+ {
6773
+ stroke: "currentColor",
6774
+ strokeLinecap: "round",
6775
+ strokeLinejoin: "round",
6776
+ strokeWidth: "var(--svg-stroke-width)",
6777
+ d: "M12.8683 14.5857c-.3903.0149-2.3235.0038-3.0315.005-4.8738.008-6.561-.2598-6.8368-2.0907a2.6115 2.6115 0 0 1-.0277-.5c.0515-1.214.9935-2.4352 3.5277-2.997.4488-.0996.9475-.1784 1.5-.2328"
6778
+ }
6779
+ ),
6780
+ /* @__PURE__ */ jsxRuntime.jsx(
6781
+ "path",
6782
+ {
6783
+ stroke: "currentColor",
6784
+ strokeLinecap: "round",
6785
+ strokeLinejoin: "round",
6786
+ strokeWidth: "var(--svg-stroke-width)",
6787
+ d: "m11.2783 11.9937 2.5053 2.2414-2.3141 2.9862"
6788
+ }
6789
+ )
6790
+ );
6791
+ }
6792
+ );
6793
+ IconFlipCard[designSystemBaseIcon.iconSymbol] = true;
6794
+
6753
6795
  const IconFolder = react.forwardRef(
6754
6796
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
6755
6797
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -10404,6 +10446,66 @@ const IconOrgChart = react.forwardRef(
10404
10446
  );
10405
10447
  IconOrgChart[designSystemBaseIcon.iconSymbol] = true;
10406
10448
 
10449
+ const IconOrientationHorizontal = react.forwardRef(
10450
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
10451
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
10452
+ return react.createElement(
10453
+ StyledIcon,
10454
+ {
10455
+ ...props,
10456
+ weight,
10457
+ debug,
10458
+ "aria-hidden": true,
10459
+ size,
10460
+ viewBox: "0 0 24 24",
10461
+ fill: "none",
10462
+ ref: forwardRef2
10463
+ },
10464
+ /* @__PURE__ */ jsxRuntime.jsx(
10465
+ "path",
10466
+ {
10467
+ stroke: "currentColor",
10468
+ strokeLinecap: "round",
10469
+ strokeLinejoin: "round",
10470
+ strokeWidth: "var(--svg-stroke-width)",
10471
+ d: "M4 3c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-16ZM3 18h18m0 0-3.375-3m3.375 3-3.375 3"
10472
+ }
10473
+ )
10474
+ );
10475
+ }
10476
+ );
10477
+ IconOrientationHorizontal[designSystemBaseIcon.iconSymbol] = true;
10478
+
10479
+ const IconOrientationVertical = react.forwardRef(
10480
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
10481
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
10482
+ return react.createElement(
10483
+ StyledIcon,
10484
+ {
10485
+ ...props,
10486
+ weight,
10487
+ debug,
10488
+ "aria-hidden": true,
10489
+ size,
10490
+ viewBox: "0 0 24 24",
10491
+ fill: "none",
10492
+ ref: forwardRef2
10493
+ },
10494
+ /* @__PURE__ */ jsxRuntime.jsx(
10495
+ "path",
10496
+ {
10497
+ stroke: "currentColor",
10498
+ strokeLinecap: "round",
10499
+ strokeLinejoin: "round",
10500
+ strokeWidth: "var(--svg-stroke-width)",
10501
+ d: "M3 20c0 .5523.4477 1 1 1h6c.5523 0 1-.4477 1-1v-16c0-.5523-.4477-1-1-1h-6c-.5523 0-1 .4477-1 1v16ZM18 3v18m0 0 3-3.375m-3 3.375-3-3.375"
10502
+ }
10503
+ )
10504
+ );
10505
+ }
10506
+ );
10507
+ IconOrientationVertical[designSystemBaseIcon.iconSymbol] = true;
10508
+
10407
10509
  const IconPaintBucket = react.forwardRef(
10408
10510
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
10409
10511
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -18784,20 +18886,11 @@ const IconWifiExclamation = react.forwardRef(
18784
18886
  ref: forwardRef2
18785
18887
  },
18786
18888
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 17.759, r: 1.5, fill: "currentColor" }),
18787
- /* @__PURE__ */ jsxRuntime.jsx(
18788
- "path",
18789
- {
18790
- stroke: "currentColor",
18791
- strokeLinecap: "round",
18792
- strokeWidth: "var(--svg-stroke-width)",
18793
- d: "M12 3.4999v10.0001"
18794
- }
18795
- ),
18796
18889
  /* @__PURE__ */ jsxRuntime.jsx(
18797
18890
  "path",
18798
18891
  {
18799
18892
  fill: "currentColor",
18800
- d: "M6.5282 13.194c-.3905.3905-.3905 1.0236 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm9.5294 1.4142c.3905.3905 1.0237.3905 1.4142 0 .3905-.3906.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-13.7647-5.6495c-.3905.3905-.3905 1.0236 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm18 1.4142c.3905.3905 1.0237.3905 1.4142 0 .3905-.3905.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-16.5858 0c1.6952-1.6952 3.6002-2.7903 5.552-3.314l-.5182-1.9316c-2.3174.6217-4.525 1.9084-6.448 3.8314l1.4142 1.4142Zm4.2353 4.2353c.4895-.4895 1.011-.8894 1.5491-1.1931l-.983-1.7418c-.7102.4009-1.3746.9149-1.9803 1.5207l1.4142 1.4142Zm6.7985-7.5492c1.9518.5236 3.8568 1.6187 5.552 3.3139l1.4142-1.4142c-1.9229-1.923-4.1306-3.2097-6.448-3.8314l-.5182 1.9317Zm-.2359 6.3425c.5142.2929 1.0353.6894 1.5526 1.2067l1.4142-1.4142c-.6309-.6309-1.2925-1.1405-1.9768-1.5303l-.99 1.7378Z"
18893
+ d: "M9.971 4.6943c-.1172-.898.5819-1.694 1.4874-1.694h1.0832c.9055 0 1.6046.796 1.4874 1.694l-1.182 9.0622a.8542.8542 0 0 1-1.694 0l-1.182-9.0623ZM6.5282 13.1942c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm9.5294 1.4142c.3905.3905 1.0237.3905 1.4142 0 .3905-.3905.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-13.7647-5.6495c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm18 1.4142c.3905.3905 1.0237.3905 1.4142 0 .3905-.3905.3905-1.0237 0-1.4142l-1.4142 1.4142Zm-16.5858 0c1.2227-1.2227 2.5542-2.1327 3.9322-2.7413l-.808-1.8295c-1.6182.7147-3.1524 1.7706-4.5384 3.1566l1.4142 1.4142Zm12.6536-2.7413c1.378.6086 2.7095 1.5186 3.9322 2.7413l1.4142-1.4142c-1.386-1.386-2.9202-2.442-4.5384-3.1566l-.808 1.8295Zm-8.4183 6.9766c.4895-.4895 1.011-.8894 1.5491-1.1931l-.983-1.7417c-.7102.4008-1.3746.9149-1.9803 1.5206l1.4142 1.4142Zm6.58-1.1967c.5086.2919 1.0238.6853 1.5352 1.1967l1.4142-1.4142c-.6237-.6238-1.2776-1.1289-1.9537-1.517l-.9957 1.7345Z"
18801
18894
  }
18802
18895
  )
18803
18896
  );
@@ -19012,6 +19105,7 @@ exports.IconFactory = IconFactory;
19012
19105
  exports.IconFactoryHouse = IconFactoryHouse;
19013
19106
  exports.IconFileSpreadsheet = IconFileSpreadsheet;
19014
19107
  exports.IconFlag = IconFlag;
19108
+ exports.IconFlipCard = IconFlipCard;
19015
19109
  exports.IconFolder = IconFolder;
19016
19110
  exports.IconFrame = IconFrame;
19017
19111
  exports.IconFrameLinesTwo = IconFrameLinesTwo;
@@ -19107,6 +19201,8 @@ exports.IconNotepad = IconNotepad;
19107
19201
  exports.IconOctagon = IconOctagon;
19108
19202
  exports.IconOffice = IconOffice;
19109
19203
  exports.IconOrgChart = IconOrgChart;
19204
+ exports.IconOrientationHorizontal = IconOrientationHorizontal;
19205
+ exports.IconOrientationVertical = IconOrientationVertical;
19110
19206
  exports.IconPaintBucket = IconPaintBucket;
19111
19207
  exports.IconPalette = IconPalette;
19112
19208
  exports.IconPaperPlaneFilledRight = IconPaperPlaneFilledRight;