@mirohq/design-system-icons 1.34.2 → 1.35.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 +135 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +131 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +11 -1
- package/package.json +6 -6
- package/react/height.tsx +34 -0
- package/react/index.ts +5 -0
- package/react/mermaid-alt.tsx +34 -0
- package/react/scale.tsx +34 -0
- package/react/three-columns-vertical.tsx +34 -0
- package/react/width.tsx +34 -0
- package/svg/24/height.svg +2 -0
- package/svg/24/mermaid-alt.svg +2 -0
- package/svg/24/scale.svg +2 -0
- package/svg/24/three-columns-vertical.svg +2 -0
- package/svg/24/width.svg +2 -0
- package/svg/meta.json +57 -7
package/dist/main.js
CHANGED
|
@@ -7222,6 +7222,32 @@ const IconHeart = react.forwardRef(
|
|
|
7222
7222
|
);
|
|
7223
7223
|
IconHeart[designSystemBaseIcon.iconSymbol] = true;
|
|
7224
7224
|
|
|
7225
|
+
const IconHeight = react.forwardRef(
|
|
7226
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
7227
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
7228
|
+
return react.createElement(
|
|
7229
|
+
StyledIcon,
|
|
7230
|
+
{
|
|
7231
|
+
...props,
|
|
7232
|
+
debug,
|
|
7233
|
+
"aria-hidden": true,
|
|
7234
|
+
size,
|
|
7235
|
+
viewBox: "0 0 24 24",
|
|
7236
|
+
fill: "none",
|
|
7237
|
+
ref: forwardRef2
|
|
7238
|
+
},
|
|
7239
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7240
|
+
"path",
|
|
7241
|
+
{
|
|
7242
|
+
fill: "currentColor",
|
|
7243
|
+
d: "M16.097 17h-2.114v-4.312h-3.962V17H7.907V7.004h2.114v3.92h3.962v-3.92h2.114V17Z"
|
|
7244
|
+
}
|
|
7245
|
+
)
|
|
7246
|
+
);
|
|
7247
|
+
}
|
|
7248
|
+
);
|
|
7249
|
+
IconHeight[designSystemBaseIcon.iconSymbol] = true;
|
|
7250
|
+
|
|
7225
7251
|
const IconHexagon = react.forwardRef(
|
|
7226
7252
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
7227
7253
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -8930,6 +8956,32 @@ const IconMegaphone = react.forwardRef(
|
|
|
8930
8956
|
);
|
|
8931
8957
|
IconMegaphone[designSystemBaseIcon.iconSymbol] = true;
|
|
8932
8958
|
|
|
8959
|
+
const IconMermaidAlt = react.forwardRef(
|
|
8960
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
8961
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
8962
|
+
return react.createElement(
|
|
8963
|
+
StyledIcon,
|
|
8964
|
+
{
|
|
8965
|
+
...props,
|
|
8966
|
+
debug,
|
|
8967
|
+
"aria-hidden": true,
|
|
8968
|
+
size,
|
|
8969
|
+
viewBox: "0 0 24 24",
|
|
8970
|
+
fill: "none",
|
|
8971
|
+
ref: forwardRef2
|
|
8972
|
+
},
|
|
8973
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8974
|
+
"path",
|
|
8975
|
+
{
|
|
8976
|
+
fill: "currentColor",
|
|
8977
|
+
d: "M20.492 5.508a8.643 8.643 0 0 1-3.768 7.5 4.64 4.64 0 0 0-2.014 3.835V19.5H9.29v-2.657a4.64 4.64 0 0 0-2.014-3.835 8.648 8.648 0 0 1-3.768-7.5 8.657 8.657 0 0 1 8.491 5.682 8.658 8.658 0 0 1 8.493-5.682Z"
|
|
8978
|
+
}
|
|
8979
|
+
)
|
|
8980
|
+
);
|
|
8981
|
+
}
|
|
8982
|
+
);
|
|
8983
|
+
IconMermaidAlt[designSystemBaseIcon.iconSymbol] = true;
|
|
8984
|
+
|
|
8933
8985
|
const IconMermaid = react.forwardRef(
|
|
8934
8986
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
8935
8987
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -12644,6 +12696,32 @@ const IconRss = react.forwardRef(
|
|
|
12644
12696
|
);
|
|
12645
12697
|
IconRss[designSystemBaseIcon.iconSymbol] = true;
|
|
12646
12698
|
|
|
12699
|
+
const IconScale = react.forwardRef(
|
|
12700
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
12701
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
12702
|
+
return react.createElement(
|
|
12703
|
+
StyledIcon,
|
|
12704
|
+
{
|
|
12705
|
+
...props,
|
|
12706
|
+
debug,
|
|
12707
|
+
"aria-hidden": true,
|
|
12708
|
+
size,
|
|
12709
|
+
viewBox: "0 0 24 24",
|
|
12710
|
+
fill: "none",
|
|
12711
|
+
ref: forwardRef2
|
|
12712
|
+
},
|
|
12713
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12714
|
+
"path",
|
|
12715
|
+
{
|
|
12716
|
+
fill: "currentColor",
|
|
12717
|
+
d: "M13 13h-2v-2h2v2ZM9 9v6h6V9H9Zm8 6a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6Zm4 0V9h2V7h-2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v-2h-2ZM3 15V9H1V7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H1v-2h2Z"
|
|
12718
|
+
}
|
|
12719
|
+
)
|
|
12720
|
+
);
|
|
12721
|
+
}
|
|
12722
|
+
);
|
|
12723
|
+
IconScale[designSystemBaseIcon.iconSymbol] = true;
|
|
12724
|
+
|
|
12647
12725
|
const IconScissors = react.forwardRef(
|
|
12648
12726
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
12649
12727
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -16010,6 +16088,32 @@ const IconTextUUnderlined = react.forwardRef(
|
|
|
16010
16088
|
);
|
|
16011
16089
|
IconTextUUnderlined[designSystemBaseIcon.iconSymbol] = true;
|
|
16012
16090
|
|
|
16091
|
+
const IconThreeColumnsVertical = react.forwardRef(
|
|
16092
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
16093
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
16094
|
+
return react.createElement(
|
|
16095
|
+
StyledIcon,
|
|
16096
|
+
{
|
|
16097
|
+
...props,
|
|
16098
|
+
debug,
|
|
16099
|
+
"aria-hidden": true,
|
|
16100
|
+
size,
|
|
16101
|
+
viewBox: "0 0 24 24",
|
|
16102
|
+
fill: "none",
|
|
16103
|
+
ref: forwardRef2
|
|
16104
|
+
},
|
|
16105
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16106
|
+
"path",
|
|
16107
|
+
{
|
|
16108
|
+
fill: "currentColor",
|
|
16109
|
+
d: "M6 18v2H4v-2h2Zm0-7H4v9l-.204-.01a2 2 0 0 1-1.785-1.786L2 18v-7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v7l-.01.204a2 2 0 0 1-1.786 1.785L6 20v-9Zm7 7v2h-2v-2h2Zm0-12h-2v14l-.204-.01A2 2 0 0 1 9 18V6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L13 20V6Zm7 12v2h-2v-2h2Zm0-5h-2v7l-.204-.01a2 2 0 0 1-1.785-1.786L16 18v-5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v5a2 2 0 0 1-1.796 1.99L20 20v-7Z"
|
|
16110
|
+
}
|
|
16111
|
+
)
|
|
16112
|
+
);
|
|
16113
|
+
}
|
|
16114
|
+
);
|
|
16115
|
+
IconThreeColumnsVertical[designSystemBaseIcon.iconSymbol] = true;
|
|
16116
|
+
|
|
16013
16117
|
const IconThumbsUp = react.forwardRef(
|
|
16014
16118
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
16015
16119
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -17436,6 +17540,32 @@ const IconWidgetColumns = react.forwardRef(
|
|
|
17436
17540
|
);
|
|
17437
17541
|
IconWidgetColumns[designSystemBaseIcon.iconSymbol] = true;
|
|
17438
17542
|
|
|
17543
|
+
const IconWidth = react.forwardRef(
|
|
17544
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
17545
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
17546
|
+
return react.createElement(
|
|
17547
|
+
StyledIcon,
|
|
17548
|
+
{
|
|
17549
|
+
...props,
|
|
17550
|
+
debug,
|
|
17551
|
+
"aria-hidden": true,
|
|
17552
|
+
size,
|
|
17553
|
+
viewBox: "0 0 24 24",
|
|
17554
|
+
fill: "none",
|
|
17555
|
+
ref: forwardRef2
|
|
17556
|
+
},
|
|
17557
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
17558
|
+
"path",
|
|
17559
|
+
{
|
|
17560
|
+
fill: "currentColor",
|
|
17561
|
+
d: "M18.77 7.004 16.222 17h-2.408l-1.358-5.25a12.22 12.22 0 0 1-.112-.462 14.68 14.68 0 0 0-.14-.672 40.598 40.598 0 0 1-.126-.686 46.61 46.61 0 0 1-.084-.518 4.38 4.38 0 0 1-.084.518 33.91 33.91 0 0 1-.126.686 23.903 23.903 0 0 1-.252 1.148L10.188 17H7.78L5.232 7.004h2.086l1.274 5.46c.038.159.08.355.126.588a32.67 32.67 0 0 1 .266 1.428c.047.233.08.434.098.602a18.385 18.385 0 0 1 .21-1.302c.047-.243.09-.467.126-.672.047-.215.09-.383.126-.504L11 7.004h2.002l1.456 5.6a41.419 41.419 0 0 1 .252 1.176 22.984 22.984 0 0 1 .21 1.302c.028-.233.07-.509.126-.826.056-.327.117-.653.182-.98.075-.327.136-.597.182-.812l1.274-5.46h2.086Z"
|
|
17562
|
+
}
|
|
17563
|
+
)
|
|
17564
|
+
);
|
|
17565
|
+
}
|
|
17566
|
+
);
|
|
17567
|
+
IconWidth[designSystemBaseIcon.iconSymbol] = true;
|
|
17568
|
+
|
|
17439
17569
|
const IconWifiExclamation = react.forwardRef(
|
|
17440
17570
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
17441
17571
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -17786,6 +17916,7 @@ exports.IconHeart = IconHeart;
|
|
|
17786
17916
|
exports.IconHeartFilled = IconHeartFilled;
|
|
17787
17917
|
exports.IconHeartMusicNote = IconHeartMusicNote;
|
|
17788
17918
|
exports.IconHeartPlusMusic = IconHeartPlusMusic;
|
|
17919
|
+
exports.IconHeight = IconHeight;
|
|
17789
17920
|
exports.IconHexagon = IconHexagon;
|
|
17790
17921
|
exports.IconHighlighter = IconHighlighter;
|
|
17791
17922
|
exports.IconHighlighterColorSelection = IconHighlighterColorSelection;
|
|
@@ -17852,6 +17983,7 @@ exports.IconMarginTopBottom = IconMarginTopBottom;
|
|
|
17852
17983
|
exports.IconMeasurePencil = IconMeasurePencil;
|
|
17853
17984
|
exports.IconMegaphone = IconMegaphone;
|
|
17854
17985
|
exports.IconMermaid = IconMermaid;
|
|
17986
|
+
exports.IconMermaidAlt = IconMermaidAlt;
|
|
17855
17987
|
exports.IconMicLinesDot = IconMicLinesDot;
|
|
17856
17988
|
exports.IconMicrophone = IconMicrophone;
|
|
17857
17989
|
exports.IconMicrophoneSlash = IconMicrophoneSlash;
|
|
@@ -17991,6 +18123,7 @@ exports.IconRhombus = IconRhombus;
|
|
|
17991
18123
|
exports.IconRocket = IconRocket;
|
|
17992
18124
|
exports.IconRss = IconRss;
|
|
17993
18125
|
exports.IconRssRectangle = IconRssRectangle;
|
|
18126
|
+
exports.IconScale = IconScale;
|
|
17994
18127
|
exports.IconScissors = IconScissors;
|
|
17995
18128
|
exports.IconScreenUser = IconScreenUser;
|
|
17996
18129
|
exports.IconScrollbarXy = IconScrollbarXy;
|
|
@@ -18117,6 +18250,7 @@ exports.IconTextSStrikethrough = IconTextSStrikethrough;
|
|
|
18117
18250
|
exports.IconTextStyles = IconTextStyles;
|
|
18118
18251
|
exports.IconTextT = IconTextT;
|
|
18119
18252
|
exports.IconTextUUnderlined = IconTextUUnderlined;
|
|
18253
|
+
exports.IconThreeColumnsVertical = IconThreeColumnsVertical;
|
|
18120
18254
|
exports.IconThumbsUp = IconThumbsUp;
|
|
18121
18255
|
exports.IconTickCircle = IconTickCircle;
|
|
18122
18256
|
exports.IconTicket = IconTicket;
|
|
@@ -18170,6 +18304,7 @@ exports.IconWallet = IconWallet;
|
|
|
18170
18304
|
exports.IconWand = IconWand;
|
|
18171
18305
|
exports.IconWarning = IconWarning;
|
|
18172
18306
|
exports.IconWidgetColumns = IconWidgetColumns;
|
|
18307
|
+
exports.IconWidth = IconWidth;
|
|
18173
18308
|
exports.IconWifi = IconWifi;
|
|
18174
18309
|
exports.IconWifiExclamation = IconWifiExclamation;
|
|
18175
18310
|
exports.IconWordCloud = IconWordCloud;
|