@mirohq/design-system-icons 0.28.1-themes.2 → 0.28.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 +186 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +180 -4
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +15 -1
- package/package.json +5 -5
- package/react/heart-filled.tsx +3 -3
- package/react/index.ts +7 -0
- package/react/rectangle-portrait-dash-square-top-center.tsx +32 -0
- package/react/rectangle-portrait-dash-square-top-left.tsx +32 -0
- package/react/rectangle-portrait-dash.tsx +32 -0
- package/react/rectangle-portrait-filled.tsx +33 -0
- package/react/rectangle-portrait-square-top-left.tsx +32 -0
- package/react/rectangle-portrait.tsx +32 -0
- package/react/social-drawio.tsx +36 -0
- package/svg/24/heart-filled.svg +1 -1
- package/svg/24/rectangle-portrait-dash-square-top-center.svg +2 -0
- package/svg/24/rectangle-portrait-dash-square-top-left.svg +2 -0
- package/svg/24/rectangle-portrait-dash.svg +2 -0
- package/svg/24/rectangle-portrait-filled.svg +2 -0
- package/svg/24/rectangle-portrait-square-top-left.svg +2 -0
- package/svg/24/rectangle-portrait.svg +2 -0
- package/svg/24/social-drawio.svg +2 -0
- package/svg/meta.json +115 -23
package/dist/main.js
CHANGED
|
@@ -5152,15 +5152,15 @@ const IconHeartFilled = react.forwardRef(
|
|
|
5152
5152
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5153
5153
|
"path",
|
|
5154
5154
|
{
|
|
5155
|
-
|
|
5156
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
5155
|
+
fill: "currentColor",
|
|
5157
5156
|
d: "m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"
|
|
5158
5157
|
}
|
|
5159
5158
|
),
|
|
5160
5159
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5161
5160
|
"path",
|
|
5162
5161
|
{
|
|
5163
|
-
|
|
5162
|
+
stroke: "currentColor",
|
|
5163
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
5164
5164
|
d: "m11.1585 6.5291.8415 1.3105.8415-1.3105c1.5981-2.489 3.8242-2.5291 4.7146-2.5291.4494 0 1.6982.1906 2.7446 1.0014.9742.755 1.8974 2.1398 1.6625 4.8164-.1809 2.0604-1.643 4.2847-3.6841 6.3364-2.0102 2.0206-4.4298 3.7219-6.2213 4.7399a.1155.1155 0 0 1-.0578.016.1155.1155 0 0 1-.0578-.016c-1.7915-1.018-4.2111-2.7193-6.2214-4.7399-2.041-2.0517-3.5031-4.276-3.684-6.3364-.235-2.6766.6883-4.0614 1.6625-4.8164 1.0463-.8108 2.2952-1.0014 2.7445-1.0014.8905 0 3.1166.0402 4.7147 2.5291Z"
|
|
5165
5165
|
}
|
|
5166
5166
|
)
|
|
@@ -8416,6 +8416,151 @@ const IconRectanglePlayStack = react.forwardRef(
|
|
|
8416
8416
|
);
|
|
8417
8417
|
IconRectanglePlayStack[designSystemBaseIcon.iconSymbol] = true;
|
|
8418
8418
|
|
|
8419
|
+
const IconRectanglePortraitDashSquareTopCenter = react.forwardRef(
|
|
8420
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8421
|
+
StyledIcon,
|
|
8422
|
+
{
|
|
8423
|
+
...props,
|
|
8424
|
+
weight,
|
|
8425
|
+
size,
|
|
8426
|
+
viewBox: "0 0 24 24",
|
|
8427
|
+
fill: "none",
|
|
8428
|
+
ref: forwardRef2
|
|
8429
|
+
},
|
|
8430
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M9 3h6v6h-6v-6Z" }),
|
|
8431
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8432
|
+
"path",
|
|
8433
|
+
{
|
|
8434
|
+
stroke: "currentColor",
|
|
8435
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8436
|
+
d: "M3 6v-2c0-.5523.4477-1 1-1h2m12 0h2c.5523 0 1 .4477 1 1v2m0 4v4m0 4v2c0 .5523-.4477 1-1 1h-2m-4 0h-4m-4 0h-2c-.5523 0-1-.4477-1-1v-2m0-4v-4m6-7h6v6h-6v-6Z"
|
|
8437
|
+
}
|
|
8438
|
+
)
|
|
8439
|
+
)
|
|
8440
|
+
);
|
|
8441
|
+
IconRectanglePortraitDashSquareTopCenter[designSystemBaseIcon.iconSymbol] = true;
|
|
8442
|
+
|
|
8443
|
+
const IconRectanglePortraitDashSquareTopLeft = react.forwardRef(
|
|
8444
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8445
|
+
StyledIcon,
|
|
8446
|
+
{
|
|
8447
|
+
...props,
|
|
8448
|
+
weight,
|
|
8449
|
+
size,
|
|
8450
|
+
viewBox: "0 0 24 24",
|
|
8451
|
+
fill: "none",
|
|
8452
|
+
ref: forwardRef2
|
|
8453
|
+
},
|
|
8454
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 3h6v6h-6v-6Z" }),
|
|
8455
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8456
|
+
"path",
|
|
8457
|
+
{
|
|
8458
|
+
stroke: "currentColor",
|
|
8459
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8460
|
+
d: "M13 3h3m2 0h2c.5523 0 1 .4477 1 1v2m0 2v3m0 2v3m0 2v2c0 .5523-.4477 1-1 1h-2m-15-3v2c0 .5523.4477 1 1 1h2m10 0h-3m-5 0h3m-8-5v-3m0-4h6v-6h-5c-.5523 0-1 .4477-1 1v5Z"
|
|
8461
|
+
}
|
|
8462
|
+
)
|
|
8463
|
+
)
|
|
8464
|
+
);
|
|
8465
|
+
IconRectanglePortraitDashSquareTopLeft[designSystemBaseIcon.iconSymbol] = true;
|
|
8466
|
+
|
|
8467
|
+
const IconRectanglePortraitDash = react.forwardRef(
|
|
8468
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8469
|
+
StyledIcon,
|
|
8470
|
+
{
|
|
8471
|
+
...props,
|
|
8472
|
+
weight,
|
|
8473
|
+
size,
|
|
8474
|
+
viewBox: "0 0 24 24",
|
|
8475
|
+
fill: "none",
|
|
8476
|
+
ref: forwardRef2
|
|
8477
|
+
},
|
|
8478
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8479
|
+
"path",
|
|
8480
|
+
{
|
|
8481
|
+
stroke: "currentColor",
|
|
8482
|
+
strokeLinejoin: "round",
|
|
8483
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8484
|
+
d: "M3 6v-2c0-.5523.4477-1 1-1h2m4 0h4m4 0h2c.5523 0 1 .4477 1 1v2m0 4v4m0 4v2c0 .5523-.4477 1-1 1h-2m-4 0h-4m-4 0h-2c-.5523 0-1-.4477-1-1v-2m0-4v-4"
|
|
8485
|
+
}
|
|
8486
|
+
)
|
|
8487
|
+
)
|
|
8488
|
+
);
|
|
8489
|
+
IconRectanglePortraitDash[designSystemBaseIcon.iconSymbol] = true;
|
|
8490
|
+
|
|
8491
|
+
const IconRectanglePortraitFilled = react.forwardRef(
|
|
8492
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8493
|
+
StyledIcon,
|
|
8494
|
+
{
|
|
8495
|
+
...props,
|
|
8496
|
+
weight,
|
|
8497
|
+
size,
|
|
8498
|
+
viewBox: "0 0 24 24",
|
|
8499
|
+
fill: "none",
|
|
8500
|
+
ref: forwardRef2
|
|
8501
|
+
},
|
|
8502
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 3h18v18h-18v-18Z" }),
|
|
8503
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8504
|
+
"path",
|
|
8505
|
+
{
|
|
8506
|
+
stroke: "currentColor",
|
|
8507
|
+
strokeLinejoin: "round",
|
|
8508
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8509
|
+
d: "M3 4c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-16Z"
|
|
8510
|
+
}
|
|
8511
|
+
)
|
|
8512
|
+
)
|
|
8513
|
+
);
|
|
8514
|
+
IconRectanglePortraitFilled[designSystemBaseIcon.iconSymbol] = true;
|
|
8515
|
+
|
|
8516
|
+
const IconRectanglePortraitSquareTopLeft = react.forwardRef(
|
|
8517
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8518
|
+
StyledIcon,
|
|
8519
|
+
{
|
|
8520
|
+
...props,
|
|
8521
|
+
weight,
|
|
8522
|
+
size,
|
|
8523
|
+
viewBox: "0 0 24 24",
|
|
8524
|
+
fill: "none",
|
|
8525
|
+
ref: forwardRef2
|
|
8526
|
+
},
|
|
8527
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M3 3h6v6h-6v-6Z" }),
|
|
8528
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8529
|
+
"path",
|
|
8530
|
+
{
|
|
8531
|
+
stroke: "currentColor",
|
|
8532
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8533
|
+
d: "M3 9v-5c0-.5523.4477-1 1-1h5m-6 6v11c0 .5523.4477 1 1 1h16c.5523 0 1-.4477 1-1v-16c0-.5523-.4477-1-1-1h-11m-6 6h6v-6"
|
|
8534
|
+
}
|
|
8535
|
+
)
|
|
8536
|
+
)
|
|
8537
|
+
);
|
|
8538
|
+
IconRectanglePortraitSquareTopLeft[designSystemBaseIcon.iconSymbol] = true;
|
|
8539
|
+
|
|
8540
|
+
const IconRectanglePortrait = react.forwardRef(
|
|
8541
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8542
|
+
StyledIcon,
|
|
8543
|
+
{
|
|
8544
|
+
...props,
|
|
8545
|
+
weight,
|
|
8546
|
+
size,
|
|
8547
|
+
viewBox: "0 0 24 24",
|
|
8548
|
+
fill: "none",
|
|
8549
|
+
ref: forwardRef2
|
|
8550
|
+
},
|
|
8551
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8552
|
+
"path",
|
|
8553
|
+
{
|
|
8554
|
+
stroke: "currentColor",
|
|
8555
|
+
strokeLinejoin: "round",
|
|
8556
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
8557
|
+
d: "M3 4c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v16c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-16Z"
|
|
8558
|
+
}
|
|
8559
|
+
)
|
|
8560
|
+
)
|
|
8561
|
+
);
|
|
8562
|
+
IconRectanglePortrait[designSystemBaseIcon.iconSymbol] = true;
|
|
8563
|
+
|
|
8419
8564
|
const IconRectangleTick = react.forwardRef(
|
|
8420
8565
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
8421
8566
|
StyledIcon,
|
|
@@ -9310,6 +9455,37 @@ const IconSmiley = react.forwardRef(
|
|
|
9310
9455
|
);
|
|
9311
9456
|
IconSmiley[designSystemBaseIcon.iconSymbol] = true;
|
|
9312
9457
|
|
|
9458
|
+
const IconSocialDrawio = react.forwardRef(
|
|
9459
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
9460
|
+
StyledIcon,
|
|
9461
|
+
{
|
|
9462
|
+
...props,
|
|
9463
|
+
weight,
|
|
9464
|
+
size,
|
|
9465
|
+
viewBox: "0 0 24 24",
|
|
9466
|
+
fill: "none",
|
|
9467
|
+
ref: forwardRef2
|
|
9468
|
+
},
|
|
9469
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9470
|
+
"path",
|
|
9471
|
+
{
|
|
9472
|
+
fill: "currentColor",
|
|
9473
|
+
d: "M4 15h5v4h-5v-4ZM15 15h5v4h-5v-4ZM9.5 5h5v4h-5v-4Z"
|
|
9474
|
+
}
|
|
9475
|
+
),
|
|
9476
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9477
|
+
"path",
|
|
9478
|
+
{
|
|
9479
|
+
stroke: "currentColor",
|
|
9480
|
+
strokeLinejoin: "round",
|
|
9481
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9482
|
+
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"
|
|
9483
|
+
}
|
|
9484
|
+
)
|
|
9485
|
+
)
|
|
9486
|
+
);
|
|
9487
|
+
IconSocialDrawio[designSystemBaseIcon.iconSymbol] = true;
|
|
9488
|
+
|
|
9313
9489
|
const IconSocialFacebook = react.forwardRef(
|
|
9314
9490
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
9315
9491
|
StyledIcon,
|
|
@@ -12692,6 +12868,12 @@ exports.IconRectangleArrowUpCenter = IconRectangleArrowUpCenter;
|
|
|
12692
12868
|
exports.IconRectangleDashLines = IconRectangleDashLines;
|
|
12693
12869
|
exports.IconRectangleDotLinePen = IconRectangleDotLinePen;
|
|
12694
12870
|
exports.IconRectanglePlayStack = IconRectanglePlayStack;
|
|
12871
|
+
exports.IconRectanglePortrait = IconRectanglePortrait;
|
|
12872
|
+
exports.IconRectanglePortraitDash = IconRectanglePortraitDash;
|
|
12873
|
+
exports.IconRectanglePortraitDashSquareTopCenter = IconRectanglePortraitDashSquareTopCenter;
|
|
12874
|
+
exports.IconRectanglePortraitDashSquareTopLeft = IconRectanglePortraitDashSquareTopLeft;
|
|
12875
|
+
exports.IconRectanglePortraitFilled = IconRectanglePortraitFilled;
|
|
12876
|
+
exports.IconRectanglePortraitSquareTopLeft = IconRectanglePortraitSquareTopLeft;
|
|
12695
12877
|
exports.IconRectangleTick = IconRectangleTick;
|
|
12696
12878
|
exports.IconRectangleTriangleBottomCenter = IconRectangleTriangleBottomCenter;
|
|
12697
12879
|
exports.IconRectanglesThreeAligned = IconRectanglesThreeAligned;
|
|
@@ -12720,6 +12902,7 @@ exports.IconSmiley = IconSmiley;
|
|
|
12720
12902
|
exports.IconSmileyChat = IconSmileyChat;
|
|
12721
12903
|
exports.IconSmileyPlus = IconSmileyPlus;
|
|
12722
12904
|
exports.IconSmileySticker = IconSmileySticker;
|
|
12905
|
+
exports.IconSocialDrawio = IconSocialDrawio;
|
|
12723
12906
|
exports.IconSocialFacebook = IconSocialFacebook;
|
|
12724
12907
|
exports.IconSocialInstagram = IconSocialInstagram;
|
|
12725
12908
|
exports.IconSocialJira = IconSocialJira;
|