@mirohq/design-system-icons 0.29.5 → 0.30.1-link.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
@@ -8305,6 +8305,31 @@ const IconRectangleDotLinePen = react.forwardRef(
8305
8305
  );
8306
8306
  IconRectangleDotLinePen[designSystemBaseIcon.iconSymbol] = true;
8307
8307
 
8308
+ const IconRectangleFrame2Lines = react.forwardRef(
8309
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8310
+ StyledIcon,
8311
+ {
8312
+ ...props,
8313
+ weight,
8314
+ size,
8315
+ viewBox: "0 0 24 24",
8316
+ fill: "none",
8317
+ ref: forwardRef2
8318
+ },
8319
+ /* @__PURE__ */ jsxRuntime.jsx(
8320
+ "path",
8321
+ {
8322
+ stroke: "currentColor",
8323
+ strokeLinecap: "round",
8324
+ strokeLinejoin: "round",
8325
+ strokeWidth: "var(--svg-stroke-width)",
8326
+ d: "M9 10h6m-8 4h10m-13 4h16c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1Z"
8327
+ }
8328
+ )
8329
+ )
8330
+ );
8331
+ IconRectangleFrame2Lines[designSystemBaseIcon.iconSymbol] = true;
8332
+
8308
8333
  const IconRectanglePlayStack = react.forwardRef(
8309
8334
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8310
8335
  StyledIcon,
@@ -9387,16 +9412,9 @@ const IconSocialDrawio = react.forwardRef(
9387
9412
  "path",
9388
9413
  {
9389
9414
  fill: "currentColor",
9390
- d: "M4 15h5v4h-5v-4ZM15 15h5v4h-5v-4ZM9.5 5h5v4h-5v-4Z"
9391
- }
9392
- ),
9393
- /* @__PURE__ */ jsxRuntime.jsx(
9394
- "path",
9395
- {
9396
- stroke: "currentColor",
9397
- strokeLinejoin: "round",
9398
- strokeWidth: "var(--svg-stroke-width)",
9399
- d: "M14.5 9v-4h-5v4m5 0h-1.5m1.5 0h-3.5m-1.5 0h3.5m-3.5 0h1.5m-4 6h-3v4h5v-4h-2Zm0 0 4-6m2 0 4 6m0 0h-2v4h5v-4h-3Z"
9415
+ fillRule: "evenodd",
9416
+ d: "M4 2c-1.1046 0-2 .8954-2 2v16c0 1.1046.8954 2 2 2h16c1.1046 0 2-.8954 2-2v-16c0-1.1046-.8954-2-2-2h-16Zm5.0637 3.0075a.75.75 0 0 1 .75-.75h4.376a.75.75 0 0 1 .75.75v3.9957a.75.75 0 0 1-.75.75h-.0061l2.6247 4.4936h2.1951a.75.75 0 0 1 .75.75v3.9957a.75.75 0 0 1-.75.75h-4.376a.75.75 0 0 1-.75-.75v-3.9957a.75.75 0 0 1 .75-.75h.4437l-2.6247-4.4936h-.8894l-2.6247 4.4936h.4438a.75.75 0 0 1 .75.75v3.9957a.75.75 0 0 1-.75.75h-4.3761a.75.75 0 0 1-.75-.75v-3.9957a.75.75 0 0 1 .75-.75h2.1951l2.6248-4.4936h-.0062a.75.75 0 0 1-.75-.75v-3.9957Z",
9417
+ clipRule: "evenodd"
9400
9418
  }
9401
9419
  )
9402
9420
  )
@@ -10010,6 +10028,32 @@ const IconSquareCirclesTwo = react.forwardRef(
10010
10028
  );
10011
10029
  IconSquareCirclesTwo[designSystemBaseIcon.iconSymbol] = true;
10012
10030
 
10031
+ const IconSquareFrame2LinesCircle = react.forwardRef(
10032
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
10033
+ StyledIcon,
10034
+ {
10035
+ ...props,
10036
+ weight,
10037
+ size,
10038
+ viewBox: "0 0 24 24",
10039
+ fill: "none",
10040
+ ref: forwardRef2
10041
+ },
10042
+ /* @__PURE__ */ jsxRuntime.jsx(
10043
+ "path",
10044
+ {
10045
+ stroke: "currentColor",
10046
+ strokeLinecap: "round",
10047
+ strokeLinejoin: "round",
10048
+ strokeWidth: "var(--svg-stroke-width)",
10049
+ d: "M9 13h6m-8 4h10m-13 4h16c.5523 0 1-.4477 1-1v-16c0-.5523-.4477-1-1-1h-16c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1Z"
10050
+ }
10051
+ ),
10052
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 12, cy: 8, r: 2, fill: "currentColor" })
10053
+ )
10054
+ );
10055
+ IconSquareFrame2LinesCircle[designSystemBaseIcon.iconSymbol] = true;
10056
+
10013
10057
  const IconSquareLineSquareDashed = react.forwardRef(
10014
10058
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
10015
10059
  StyledIcon,
@@ -12826,6 +12870,7 @@ exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
12826
12870
  exports.IconRectangleArrowUpCenter = IconRectangleArrowUpCenter;
12827
12871
  exports.IconRectangleDashLines = IconRectangleDashLines;
12828
12872
  exports.IconRectangleDotLinePen = IconRectangleDotLinePen;
12873
+ exports.IconRectangleFrame2Lines = IconRectangleFrame2Lines;
12829
12874
  exports.IconRectanglePlayStack = IconRectanglePlayStack;
12830
12875
  exports.IconRectanglePortrait = IconRectanglePortrait;
12831
12876
  exports.IconRectanglePortraitDash = IconRectanglePortraitDash;
@@ -12882,6 +12927,7 @@ exports.IconSquare = IconSquare;
12882
12927
  exports.IconSquareArrowIn = IconSquareArrowIn;
12883
12928
  exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
12884
12929
  exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
12930
+ exports.IconSquareFrame2LinesCircle = IconSquareFrame2LinesCircle;
12885
12931
  exports.IconSquareLineSquareDashed = IconSquareLineSquareDashed;
12886
12932
  exports.IconSquareRounded = IconSquareRounded;
12887
12933
  exports.IconSquareStarScribble = IconSquareStarScribble;