@mirohq/design-system-icons 0.72.0 → 0.73.1

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
@@ -15769,7 +15769,7 @@ const IconFramePlayNew = react.forwardRef(
15769
15769
  fill: "none",
15770
15770
  ref: forwardRef2
15771
15771
  },
15772
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 9 4 3v1l-4 2-1-.5v-5l1-.5Z" }),
15772
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 9 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" }),
15773
15773
  /* @__PURE__ */ jsxRuntime.jsx(
15774
15774
  "path",
15775
15775
  {
@@ -21285,6 +21285,80 @@ const IconMonitorArrow = react.forwardRef(
21285
21285
  );
21286
21286
  IconMonitorArrow[designSystemBaseIcon.iconSymbol] = true;
21287
21287
 
21288
+ const IconMonitorEyeClosed = react.forwardRef(
21289
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
21290
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
21291
+ return react.createElement(
21292
+ StyledIcon,
21293
+ {
21294
+ ...props,
21295
+ weight,
21296
+ debug,
21297
+ "aria-hidden": true,
21298
+ size,
21299
+ viewBox: "0 0 24 24",
21300
+ fill: "none",
21301
+ ref: forwardRef2
21302
+ },
21303
+ /* @__PURE__ */ jsxRuntime.jsx(
21304
+ "path",
21305
+ {
21306
+ stroke: "currentColor",
21307
+ strokeWidth: "var(--svg-stroke-width)",
21308
+ d: "M6 4h-1c-1.1046 0-2 .8954-2 2v10c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-7M8 21h8"
21309
+ }
21310
+ ),
21311
+ /* @__PURE__ */ jsxRuntime.jsx(
21312
+ "path",
21313
+ {
21314
+ stroke: "currentColor",
21315
+ strokeLinecap: "square",
21316
+ strokeLinejoin: "round",
21317
+ strokeWidth: "var(--svg-stroke-width)",
21318
+ d: "m10 5-1.5 1.5m4-.5-.5 2m3.5-2 .5 2m2.5-2.5 1 1m.5-3.5s-2.2 3-5.5 3-5.5-3-5.5-3"
21319
+ }
21320
+ )
21321
+ );
21322
+ }
21323
+ );
21324
+ IconMonitorEyeClosed[designSystemBaseIcon.iconSymbol] = true;
21325
+
21326
+ const IconMonitorEyeOpen = react.forwardRef(
21327
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
21328
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
21329
+ return react.createElement(
21330
+ StyledIcon,
21331
+ {
21332
+ ...props,
21333
+ weight,
21334
+ debug,
21335
+ "aria-hidden": true,
21336
+ size,
21337
+ viewBox: "0 0 24 24",
21338
+ fill: "none",
21339
+ ref: forwardRef2
21340
+ },
21341
+ /* @__PURE__ */ jsxRuntime.jsx(
21342
+ "path",
21343
+ {
21344
+ fill: "currentColor",
21345
+ d: "m21 5.5.8466.5322v-1.0644l-.8466.5322Zm-11 0-.8466-.5322v1.0644l.8466-.5322Zm5.5-2.5c1.2918 0 2.435.6901 3.3148 1.49.4304.3912.7711.785 1.0036 1.081.1156.1472.203.2682.2598.3498.0284.0408.049.0716.0617.0907l.0129.0198.0018.0029-.0002-.0004-.0004-.0007-.0003-.0004c-.0002-.0003-.0003-.0005.8463-.5327s.8465-.5325.8463-.5328l-.0005-.0007-.001-.0016-.0026-.0041a1.0903 1.0903 0 0 1-.0078-.0122l-.0253-.0388a6.2297 6.2297 0 0 0-.0893-.1314 9.6277 9.6277 0 0 0-.3288-.4431c-.2831-.3603-.6987-.8415-1.2308-1.3252-1.0452-.9502-2.652-2.0101-4.6602-2.0101v2Zm0 7c2.0082 0 3.615-1.0599 4.6602-2.01.5321-.4838.9477-.965 1.2308-1.3253a9.6277 9.6277 0 0 0 .3288-.4431 6.2297 6.2297 0 0 0 .0893-.1314c.0106-.0161.019-.0291.0253-.0389a1.0903 1.0903 0 0 1 .0078-.012l.0026-.0042.001-.0016.0005-.0007c.0002-.0003.0003-.0006-.8463-.5328s-.8465-.5324-.8463-.5327l.0003-.0004.0004-.0007.0002-.0004-.0018.003-.0129.0197a4.6782 4.6782 0 0 1-.0617.0907 7.6225 7.6225 0 0 1-.2598.3498c-.2325.296-.5732.6898-1.0036 1.081-.8798.7999-2.023 1.49-3.3148 1.49v2Zm0-9c-2.0082 0-3.615 1.0599-4.6602 2.01-.5321.4838-.9477.965-1.2308 1.3253a9.5935 9.5935 0 0 0-.3288.4431 6.5326 6.5326 0 0 0-.1146.1702l-.0078.0122-.0026.0041-.001.0016-.0005.0007c-.0002.0003-.0003.0006.8463.5328s.8465.5324.8463.5327l-.0003.0004-.0004.0007-.0002.0004.0018-.003.0129-.0197c.0127-.0191.0333-.05.0617-.0907a7.6225 7.6225 0 0 1 .2598-.3498c.2325-.296.5732-.6898 1.0036-1.081.8798-.7999 2.023-1.49 3.3148-1.49v-2Zm0 7c-1.2918 0-2.435-.6901-3.3148-1.49-.4304-.3912-.7711-.785-1.0036-1.081a7.6225 7.6225 0 0 1-.2598-.3498 4.6782 4.6782 0 0 1-.0617-.0907l-.0129-.0198-.0018-.0029.0002.0004.0004.0007.0003.0004c.0002.0003.0003.0005-.8463.5327s-.8465.5325-.8463.5328l.0005.0007.001.0016.0026.0041.0078.0122a6.5326 6.5326 0 0 0 .1146.1702c.0764.1098.1867.2622.3288.4431.2831.3603.6987.8415 1.2308 1.3252 1.0452.9502 2.652 2.0101 4.6602 2.0101v-2Z"
21346
+ }
21347
+ ),
21348
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 15.5, cy: 5.5, r: 1.5, fill: "currentColor" }),
21349
+ /* @__PURE__ */ jsxRuntime.jsx(
21350
+ "path",
21351
+ {
21352
+ stroke: "currentColor",
21353
+ strokeWidth: "var(--svg-stroke-width)",
21354
+ d: "M7 4h-2c-1.1046 0-2 .8954-2 2v10c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-6M8 21h8"
21355
+ }
21356
+ )
21357
+ );
21358
+ }
21359
+ );
21360
+ IconMonitorEyeOpen[designSystemBaseIcon.iconSymbol] = true;
21361
+
21288
21362
  const IconMonitorPauseNew = react.forwardRef(
21289
21363
  (props, forwardRef2) => {
21290
21364
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -21388,7 +21462,7 @@ const IconMonitorPlayNew = react.forwardRef(
21388
21462
  d: "M3 6c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v10c0 1.1046-.8954 2-2 2h-14c-1.1046 0-2-.8954-2-2v-10Z"
21389
21463
  }
21390
21464
  ),
21391
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8 4 3v1l-4 2-1-.5v-5l1-.5Z" }),
21465
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" }),
21392
21466
  /* @__PURE__ */ jsxRuntime.jsx(
21393
21467
  "path",
21394
21468
  {
@@ -22198,7 +22272,7 @@ const IconNextNew = react.forwardRef(
22198
22272
  {
22199
22273
  stroke: "currentColor",
22200
22274
  strokeWidth: "var(--svg-stroke-width)",
22201
- d: "m5 7.4142 1.155-1.155 8.845 5.307v.8676l-8.845 5.307-1.155-1.155v-9.1716Z"
22275
+ d: "m5 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z"
22202
22276
  }
22203
22277
  )
22204
22278
  );
@@ -24854,7 +24928,7 @@ const IconPlayNew = react.forwardRef(
24854
24928
  fill: "currentColor",
24855
24929
  stroke: "currentColor",
24856
24930
  strokeWidth: "var(--svg-stroke-width)",
24857
- d: "m8 7.4142 1.155-1.155 8.845 5.307v.8676l-8.845 5.307-1.155-1.155v-9.1716Z"
24931
+ d: "m8 6.618.9562-.478 9.0438 5.4262v.8676l-9.0438 5.4263-.9562-.4781v-10.764Z"
24858
24932
  }
24859
24933
  )
24860
24934
  );
@@ -24922,7 +24996,7 @@ const IconPlaybackSpeedCircleNew = react.forwardRef(
24922
24996
  fill: "none",
24923
24997
  ref: forwardRef2
24924
24998
  },
24925
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8 5 3.5v1l-5 3.5-1-1v-6l1-1Z" }),
24999
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z" }),
24926
25000
  /* @__PURE__ */ jsxRuntime.jsx(
24927
25001
  "path",
24928
25002
  {
@@ -26044,7 +26118,7 @@ const IconPresentationPlayNew = react.forwardRef(
26044
26118
  clipRule: "evenodd"
26045
26119
  }
26046
26120
  ),
26047
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8 4 3v1l-4 2-1-.5v-5l1-.5Z" })
26121
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 8 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" })
26048
26122
  );
26049
26123
  }
26050
26124
  );
@@ -26232,7 +26306,7 @@ const IconPreviousNew = react.forwardRef(
26232
26306
  {
26233
26307
  stroke: "currentColor",
26234
26308
  strokeWidth: "var(--svg-stroke-width)",
26235
- d: "m19 7.4142-1.155-1.155-8.845 5.307v.8676l8.845 5.307 1.155-1.155v-9.1716Z"
26309
+ d: "m19 6.618-.9562-.478-9.0438 5.4262v.8676l9.0438 5.4263.9562-.4781v-10.764Z"
26236
26310
  }
26237
26311
  )
26238
26312
  );
@@ -27138,7 +27212,7 @@ const IconRaisedHand = react.forwardRef(
27138
27212
  stroke: "currentColor",
27139
27213
  strokeLinejoin: "bevel",
27140
27214
  strokeWidth: "var(--svg-stroke-width)",
27141
- d: "M10.088 12v-5.25c0-.9665-.5336-1.75-1.5001-1.75s-1.5.7835-1.5 1.75v5.25-3c0-1-.5-2-1.5-2s-1.5 1-1.5 2v4c0 4.4183 1.7499 8 5.75 8h1.5c2 0 3.619-.8689 5.1661-2.4161l4.0032-4.0031c.6138-.6138.6595-1.592.1075-2.2619-.5638-.6841-1.5612-.8145-2.2819-.2983l-2.2448 1.6081v-6.8787c0-.9665-.5336-1.75-1.5001-1.75s-1.5.7835-1.5 1.75v5.25m-2.9999-2v-5.25c0-.9665.5334-1.75 1.4999-1.75s1.5.7835 1.5 1.75v5"
27215
+ d: "m16.088 13.6287 2.2448-1.6081c.7207-.5162 1.7181-.3858 2.2819.2983.552.6699.5063 1.6481-.1075 2.2619l-4.0032 4.0031c-1.5471 1.5472-3.1661 2.4161-5.1661 2.4161h-1.5c-4.0001 0-5.75-3.5817-5.75-8v-4c0-1 .5-2 1.5-2s1.5 1 1.5 2v3-5.25c0-.9665.5335-1.75 1.5-1.75s1.5001.7835 1.5001 1.75v5.25m6 1.6287v-6.8787c0-.9665-.5336-1.75-1.5001-1.75s-1.5.7835-1.5 1.75v5.25m3.0001 1.6287-1.588 1.3713m-4.412-5v-5.25c0-.9665.5334-1.75 1.4999-1.75s1.5.7835 1.5 1.75v5"
27142
27216
  }
27143
27217
  )
27144
27218
  );
@@ -27853,7 +27927,7 @@ const IconRectanglePlayStackNew = react.forwardRef(
27853
27927
  rx: 2
27854
27928
  }
27855
27929
  ),
27856
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m13 11 4 3v1l-4 2-1-.5v-5l1-.5Z" })
27930
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m13 11 4 2.5v1l-4 2.5-1-.5v-5l1-.5Z" })
27857
27931
  );
27858
27932
  }
27859
27933
  );
@@ -31160,7 +31234,7 @@ const IconSlideFormatNew = react.forwardRef(
31160
31234
  rx: 2
31161
31235
  }
31162
31236
  ),
31163
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m11 9 4 3v1l-4 2-1-.5v-5l1-.5Z" })
31237
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m10 8.5 5 3v1l-5 3-1-.5v-6l1-.5Z" })
31164
31238
  );
31165
31239
  }
31166
31240
  );
@@ -32171,6 +32245,33 @@ const IconSocialLooker = react.forwardRef(
32171
32245
  );
32172
32246
  IconSocialLooker[designSystemBaseIcon.iconSymbol] = true;
32173
32247
 
32248
+ const IconSocialMonday = react.forwardRef(
32249
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
32250
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
32251
+ return react.createElement(
32252
+ StyledIcon,
32253
+ {
32254
+ ...props,
32255
+ weight,
32256
+ debug,
32257
+ "aria-hidden": true,
32258
+ size,
32259
+ viewBox: "0 0 24 24",
32260
+ fill: "none",
32261
+ ref: forwardRef2
32262
+ },
32263
+ /* @__PURE__ */ jsxRuntime.jsx(
32264
+ "path",
32265
+ {
32266
+ fill: "currentColor",
32267
+ d: "M4.488 18.1579a2.4982 2.4982 0 0 1-2.1766-1.263 2.415 2.415 0 0 1 .0684-2.4861l4.4822-7.0387a2.4993 2.4993 0 0 1 2.2126-1.2022 2.4948 2.4948 0 0 1 2.1414 1.32c.4179.79.3656 1.7406-.1348 2.4823l-4.4794 7.0386a2.4987 2.4987 0 0 1-2.1139 1.1491ZM12.1758 18.1578c-.9041 0-1.7359-.4833-2.1728-1.2601a2.408 2.408 0 0 1 .0684-2.4795l4.4737-7.0225a2.4955 2.4955 0 0 1 2.2145-1.2279c.9117.02 1.7378.53 2.1557 1.3276a2.4071 2.4071 0 0 1-.1615 2.4937l-4.4727 7.0225a2.4944 2.4944 0 0 1-2.1053 1.1462ZM19.6924 18.2166c1.2744 0 2.3076-1.0115 2.3076-2.2592 0-1.2477-1.0332-2.2592-2.3076-2.2592-1.2745 0-2.3076 1.0115-2.3076 2.2592 0 1.2477 1.0331 2.2592 2.3076 2.2592Z"
32268
+ }
32269
+ )
32270
+ );
32271
+ }
32272
+ );
32273
+ IconSocialMonday[designSystemBaseIcon.iconSymbol] = true;
32274
+
32174
32275
  const IconSocialSlack = react.forwardRef(
32175
32276
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
32176
32277
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -41036,10 +41137,11 @@ const IconViewCenterNew = react.forwardRef(
41036
41137
  /* @__PURE__ */ jsxRuntime.jsx(
41037
41138
  "path",
41038
41139
  {
41140
+ fill: "currentColor",
41039
41141
  stroke: "currentColor",
41040
41142
  strokeLinejoin: "round",
41041
41143
  strokeWidth: "var(--svg-stroke-width)",
41042
- d: "M8 12h8m-8-3v6h8v-6h-8Z"
41144
+ d: "M8 15v-6h8v6h-8Z"
41043
41145
  }
41044
41146
  )
41045
41147
  );
@@ -41127,13 +41229,12 @@ const IconViewSideLeftNew = react.forwardRef(
41127
41229
  d: "M19 4h-14c-1.1046 0-2 .8954-2 2v12c0 1.1046.8954 2 2 2h14c1.1046 0 2-.8954 2-2v-12c0-1.1046-.8954-2-2-2Z"
41128
41230
  }
41129
41231
  ),
41232
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M7 16v-8h4v8h-4Z" }),
41130
41233
  /* @__PURE__ */ jsxRuntime.jsx(
41131
41234
  "path",
41132
41235
  {
41133
- stroke: "currentColor",
41134
- strokeLinejoin: "round",
41135
- strokeWidth: "var(--svg-stroke-width)",
41136
- d: "M7 12h4m-4-4v8h4v-8h-4Z"
41236
+ fill: "currentColor",
41237
+ d: "M7 8v-1c-.5523 0-1 .4477-1 1h1Zm0 8h-1c0 .5523.4477 1 1 1v-1Zm4 0v1c.5523 0 1-.4477 1-1h-1Zm0-8h1c0-.5523-.4477-1-1-1v1Zm-4 9h4v-2h-4v2Zm5-1v-8h-2v8h2Zm-1-9h-4v2h4v-2Zm-5 1v4h2v-4h-2Zm0 4v4h2v-4h-2Z"
41137
41238
  }
41138
41239
  )
41139
41240
  );
@@ -41848,6 +41949,8 @@ exports.IconMobile = IconMobile;
41848
41949
  exports.IconMonitor = IconMonitor;
41849
41950
  exports.IconMonitorArrow = IconMonitorArrow;
41850
41951
  exports.IconMonitorArrowUp = IconMonitorArrowUp;
41952
+ exports.IconMonitorEyeClosed = IconMonitorEyeClosed;
41953
+ exports.IconMonitorEyeOpen = IconMonitorEyeOpen;
41851
41954
  exports.IconMonitorPause = IconMonitorPause;
41852
41955
  exports.IconMonitorPlay = IconMonitorPlay;
41853
41956
  exports.IconMonitorStop = IconMonitorStop;
@@ -41990,6 +42093,7 @@ exports.IconSocialInstagram = IconSocialInstagram;
41990
42093
  exports.IconSocialJira = IconSocialJira;
41991
42094
  exports.IconSocialLinkedin = IconSocialLinkedin;
41992
42095
  exports.IconSocialLooker = IconSocialLooker;
42096
+ exports.IconSocialMonday = IconSocialMonday;
41993
42097
  exports.IconSocialSlack = IconSocialSlack;
41994
42098
  exports.IconSocialTwitter = IconSocialTwitter;
41995
42099
  exports.IconSocialX = IconSocialX;