@mirohq/design-system-icons 0.72.0 → 0.73.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
@@ -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);
@@ -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
  );
@@ -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;