@mirohq/design-system-icons 0.13.0 → 0.14.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
@@ -2272,7 +2272,7 @@ const IconClock = React.forwardRef(
2272
2272
  stroke: "currentColor",
2273
2273
  strokeLinecap: "round",
2274
2274
  strokeWidth: 2,
2275
- d: "M11 7.4v4.05l2.7 2.25m6.3-2.7c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
2275
+ d: "M12 8.4v4.05l2.7 2.25m6.3-2.7c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
2276
2276
  })),
2277
2277
  /* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
2278
2278
  id: "a"
@@ -5431,6 +5431,25 @@ const IconOctagon = React.forwardRef(
5431
5431
  )
5432
5432
  );
5433
5433
 
5434
+ const IconOffice = React.forwardRef(
5435
+ ({ size = "medium", ...props }, forwardRef2) => React.createElement(
5436
+ StyledIcon,
5437
+ {
5438
+ ...props,
5439
+ size,
5440
+ viewBox: "0 0 24 24",
5441
+ fill: "none",
5442
+ ref: forwardRef2
5443
+ },
5444
+ /* @__PURE__ */ React__default["default"].createElement("path", {
5445
+ stroke: "currentColor",
5446
+ strokeLinecap: "round",
5447
+ strokeWidth: 2,
5448
+ d: "M5 21v-17.75a.25.25 0 0 1 .25-.25h13.5a.25.25 0 0 1 .25.25v17.75m-14 0h-2m2 0h5m9 0h-5m5 0h2m-11 0v-5.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v5.75m-4 0h4m-5-14h1m4 0h1m-6 4h1m4 0h1"
5449
+ })
5450
+ )
5451
+ );
5452
+
5434
5453
  const IconPaintBucket = React.forwardRef(
5435
5454
  ({ size = "medium", ...props }, forwardRef2) => React.createElement(
5436
5455
  StyledIcon,
@@ -7751,6 +7770,26 @@ const IconStickyCorners = React.forwardRef(
7751
7770
  )
7752
7771
  );
7753
7772
 
7773
+ const IconStickyEyeClosed = React.forwardRef(
7774
+ ({ size = "medium", ...props }, forwardRef2) => React.createElement(
7775
+ StyledIcon,
7776
+ {
7777
+ ...props,
7778
+ size,
7779
+ viewBox: "0 0 24 24",
7780
+ fill: "none",
7781
+ ref: forwardRef2
7782
+ },
7783
+ /* @__PURE__ */ React__default["default"].createElement("path", {
7784
+ stroke: "currentColor",
7785
+ strokeLinecap: "round",
7786
+ strokeLinejoin: "round",
7787
+ strokeWidth: 2,
7788
+ d: "M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918"
7789
+ })
7790
+ )
7791
+ );
7792
+
7754
7793
  const IconStickyEyeOpen = React.forwardRef(
7755
7794
  ({ size = "medium", ...props }, forwardRef2) => React.createElement(
7756
7795
  StyledIcon,
@@ -9532,6 +9571,7 @@ exports.IconNodesConnected = IconNodesConnected;
9532
9571
  exports.IconNodesConnectionsThree = IconNodesConnectionsThree;
9533
9572
  exports.IconNoteMagnifyingGlass = IconNoteMagnifyingGlass;
9534
9573
  exports.IconOctagon = IconOctagon;
9574
+ exports.IconOffice = IconOffice;
9535
9575
  exports.IconPaintBucket = IconPaintBucket;
9536
9576
  exports.IconPaperPlaneFilledRight = IconPaperPlaneFilledRight;
9537
9577
  exports.IconPaperPlaneTilt = IconPaperPlaneTilt;
@@ -9622,6 +9662,7 @@ exports.IconStack = IconStack;
9622
9662
  exports.IconStar = IconStar;
9623
9663
  exports.IconStarFilled = IconStarFilled;
9624
9664
  exports.IconStickyCorners = IconStickyCorners;
9665
+ exports.IconStickyEyeClosed = IconStickyEyeClosed;
9625
9666
  exports.IconStickyEyeOpen = IconStickyEyeOpen;
9626
9667
  exports.IconStickyNote = IconStickyNote;
9627
9668
  exports.IconStickyNoteStack = IconStickyNoteStack;