@mirohq/design-system-icons 0.11.1 → 0.12.1-checkbox.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 +79 -65
- package/dist/main.js.map +1 -1
- package/dist/module.js +77 -63
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +26 -14
- package/package.json +3 -3
- package/react/brackets-curly-circles-three.tsx +4 -4
- package/react/index.ts +3 -3
- package/react/{bar-three.tsx → plus-square.tsx} +9 -3
- package/react/sparks-filled.tsx +32 -0
- package/react/{ai.tsx → sparks.tsx} +1 -1
- package/svg/24/brackets-curly-circles-three.svg +1 -1
- package/svg/24/plus-square.svg +2 -0
- package/svg/24/sparks-filled.svg +2 -0
- package/svg/meta.json +14 -12
- package/react/ai-filled.tsx +0 -28
- package/svg/24/ai-filled.svg +0 -2
- package/svg/24/bar-three.svg +0 -2
- /package/svg/24/{ai.svg → sparks.svg} +0 -0
package/dist/main.js
CHANGED
|
@@ -85,45 +85,6 @@ const IconAddLineRight = React.forwardRef(
|
|
|
85
85
|
)
|
|
86
86
|
);
|
|
87
87
|
|
|
88
|
-
const IconAiFilled = React.forwardRef(
|
|
89
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
90
|
-
StyledIcon,
|
|
91
|
-
{
|
|
92
|
-
...props,
|
|
93
|
-
size,
|
|
94
|
-
viewBox: "0 0 24 24",
|
|
95
|
-
fill: "none",
|
|
96
|
-
ref: forwardRef2
|
|
97
|
-
},
|
|
98
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
99
|
-
fill: "currentColor",
|
|
100
|
-
d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761ZM9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z"
|
|
101
|
-
})
|
|
102
|
-
)
|
|
103
|
-
);
|
|
104
|
-
|
|
105
|
-
const IconAi = React.forwardRef(
|
|
106
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
107
|
-
StyledIcon,
|
|
108
|
-
{
|
|
109
|
-
...props,
|
|
110
|
-
size,
|
|
111
|
-
viewBox: "0 0 24 24",
|
|
112
|
-
fill: "none",
|
|
113
|
-
ref: forwardRef2
|
|
114
|
-
},
|
|
115
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
116
|
-
stroke: "currentColor",
|
|
117
|
-
strokeWidth: 2,
|
|
118
|
-
d: "M9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z"
|
|
119
|
-
}),
|
|
120
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
121
|
-
fill: "currentColor",
|
|
122
|
-
d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761Z"
|
|
123
|
-
})
|
|
124
|
-
)
|
|
125
|
-
);
|
|
126
|
-
|
|
127
88
|
const IconAlignBottom = React.forwardRef(
|
|
128
89
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
129
90
|
StyledIcon,
|
|
@@ -1015,25 +976,6 @@ const IconAt = React.forwardRef(
|
|
|
1015
976
|
)
|
|
1016
977
|
);
|
|
1017
978
|
|
|
1018
|
-
const IconBarThree = React.forwardRef(
|
|
1019
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1020
|
-
StyledIcon,
|
|
1021
|
-
{
|
|
1022
|
-
...props,
|
|
1023
|
-
size,
|
|
1024
|
-
viewBox: "0 0 24 24",
|
|
1025
|
-
fill: "none",
|
|
1026
|
-
ref: forwardRef2
|
|
1027
|
-
},
|
|
1028
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1029
|
-
stroke: "currentColor",
|
|
1030
|
-
strokeLinecap: "round",
|
|
1031
|
-
strokeWidth: 2,
|
|
1032
|
-
d: "M21 5h-18m18 7h-18m18 7h-18"
|
|
1033
|
-
})
|
|
1034
|
-
)
|
|
1035
|
-
);
|
|
1036
|
-
|
|
1037
979
|
const IconBarrel = React.forwardRef(
|
|
1038
980
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1039
981
|
StyledIcon,
|
|
@@ -1308,7 +1250,7 @@ const IconBracketsCurlyCirclesThree = React.forwardRef(
|
|
|
1308
1250
|
{
|
|
1309
1251
|
...props,
|
|
1310
1252
|
size,
|
|
1311
|
-
viewBox: "0 0
|
|
1253
|
+
viewBox: "0 0 22 24",
|
|
1312
1254
|
fill: "none",
|
|
1313
1255
|
ref: forwardRef2
|
|
1314
1256
|
},
|
|
@@ -1316,18 +1258,18 @@ const IconBracketsCurlyCirclesThree = React.forwardRef(
|
|
|
1316
1258
|
clipPath: "url(#a)"
|
|
1317
1259
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1318
1260
|
fill: "currentColor",
|
|
1319
|
-
d: "
|
|
1261
|
+
d: "M8.25 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5ZM12.375 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5ZM16.5 15.5c0 .8284-.6156 1.5-1.375 1.5s-1.375-.6716-1.375-1.5.6156-1.5 1.375-1.5 1.375.6716 1.375 1.5Z"
|
|
1320
1262
|
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1321
1263
|
stroke: "currentColor",
|
|
1322
1264
|
strokeLinecap: "round",
|
|
1323
1265
|
strokeWidth: 2,
|
|
1324
|
-
d: "
|
|
1266
|
+
d: "M4.5868 20c-1.0125 0-1.8333-.8954-1.8333-2v-4c0-1.1046-1.7375-2-1.8334-2-.0958 0 1.8334-.8954 1.8334-2v-4c0-1.1046.8208-2 1.8333-2m12.8299 0c1.0125 0 1.8333.8954 1.8333 2v4c0 1.1046 1.7375 2 1.8333 2 .0959 0-1.8333.8954-1.8333 2v4c0 1.1046-.8208 2-1.8333 2"
|
|
1325
1267
|
})),
|
|
1326
1268
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1327
1269
|
id: "a"
|
|
1328
1270
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1329
1271
|
fill: "none",
|
|
1330
|
-
d: "M0
|
|
1272
|
+
d: "M0 0h22v24h-22z"
|
|
1331
1273
|
})))
|
|
1332
1274
|
)
|
|
1333
1275
|
);
|
|
@@ -5787,6 +5729,31 @@ const IconPlug = React.forwardRef(
|
|
|
5787
5729
|
)
|
|
5788
5730
|
);
|
|
5789
5731
|
|
|
5732
|
+
const IconPlusSquare = React.forwardRef(
|
|
5733
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5734
|
+
StyledIcon,
|
|
5735
|
+
{
|
|
5736
|
+
...props,
|
|
5737
|
+
size,
|
|
5738
|
+
viewBox: "0 0 24 24",
|
|
5739
|
+
fill: "none",
|
|
5740
|
+
ref: forwardRef2
|
|
5741
|
+
},
|
|
5742
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5743
|
+
fill: "currentColor",
|
|
5744
|
+
fillRule: "evenodd",
|
|
5745
|
+
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-16Zm9 6c0-.5523-.4477-1-1-1s-1 .4477-1 1v3h-3c-.5523 0-1 .4477-1 1s.4477 1 1 1h3v3c0 .5523.4477 1 1 1s1-.4477 1-1v-3h3c.5523 0 1-.4477 1-1s-.4477-1-1-1h-3v-3Z",
|
|
5746
|
+
clipRule: "evenodd"
|
|
5747
|
+
}),
|
|
5748
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
5749
|
+
stroke: "currentColor",
|
|
5750
|
+
strokeLinejoin: "round",
|
|
5751
|
+
strokeWidth: 2,
|
|
5752
|
+
d: "M12 12h.0007"
|
|
5753
|
+
})
|
|
5754
|
+
)
|
|
5755
|
+
);
|
|
5756
|
+
|
|
5790
5757
|
const IconPlusText = React.forwardRef(
|
|
5791
5758
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
5792
5759
|
StyledIcon,
|
|
@@ -7081,6 +7048,53 @@ const IconSocialYoutube = React.forwardRef(
|
|
|
7081
7048
|
)
|
|
7082
7049
|
);
|
|
7083
7050
|
|
|
7051
|
+
const IconSparksFilled = React.forwardRef(
|
|
7052
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
7053
|
+
StyledIcon,
|
|
7054
|
+
{
|
|
7055
|
+
...props,
|
|
7056
|
+
size,
|
|
7057
|
+
viewBox: "0 0 24 24",
|
|
7058
|
+
fill: "none",
|
|
7059
|
+
ref: forwardRef2
|
|
7060
|
+
},
|
|
7061
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
7062
|
+
fill: "currentColor",
|
|
7063
|
+
clipPath: "url(#a)"
|
|
7064
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7065
|
+
d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761ZM9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z"
|
|
7066
|
+
})),
|
|
7067
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
7068
|
+
id: "a"
|
|
7069
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7070
|
+
fill: "none",
|
|
7071
|
+
d: "M0 0h24v24h-24z"
|
|
7072
|
+
})))
|
|
7073
|
+
)
|
|
7074
|
+
);
|
|
7075
|
+
|
|
7076
|
+
const IconSparks = React.forwardRef(
|
|
7077
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
7078
|
+
StyledIcon,
|
|
7079
|
+
{
|
|
7080
|
+
...props,
|
|
7081
|
+
size,
|
|
7082
|
+
viewBox: "0 0 24 24",
|
|
7083
|
+
fill: "none",
|
|
7084
|
+
ref: forwardRef2
|
|
7085
|
+
},
|
|
7086
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7087
|
+
stroke: "currentColor",
|
|
7088
|
+
strokeWidth: 2,
|
|
7089
|
+
d: "M9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z"
|
|
7090
|
+
}),
|
|
7091
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
7092
|
+
fill: "currentColor",
|
|
7093
|
+
d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761Z"
|
|
7094
|
+
})
|
|
7095
|
+
)
|
|
7096
|
+
);
|
|
7097
|
+
|
|
7084
7098
|
const IconSpeakerCross = React.forwardRef(
|
|
7085
7099
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
7086
7100
|
StyledIcon,
|
|
@@ -9144,8 +9158,6 @@ const IconWallet = React.forwardRef(
|
|
|
9144
9158
|
|
|
9145
9159
|
exports.IconAddLineBottom = IconAddLineBottom;
|
|
9146
9160
|
exports.IconAddLineRight = IconAddLineRight;
|
|
9147
|
-
exports.IconAi = IconAi;
|
|
9148
|
-
exports.IconAiFilled = IconAiFilled;
|
|
9149
9161
|
exports.IconAlignBottom = IconAlignBottom;
|
|
9150
9162
|
exports.IconAlignCenterHorizontal = IconAlignCenterHorizontal;
|
|
9151
9163
|
exports.IconAlignCenterVertical = IconAlignCenterVertical;
|
|
@@ -9182,7 +9194,6 @@ exports.IconArrowsOutLinesHorizontal = IconArrowsOutLinesHorizontal;
|
|
|
9182
9194
|
exports.IconArrowsOutSimple = IconArrowsOutSimple;
|
|
9183
9195
|
exports.IconArticle = IconArticle;
|
|
9184
9196
|
exports.IconAt = IconAt;
|
|
9185
|
-
exports.IconBarThree = IconBarThree;
|
|
9186
9197
|
exports.IconBarrel = IconBarrel;
|
|
9187
9198
|
exports.IconBell = IconBell;
|
|
9188
9199
|
exports.IconBellSlash = IconBellSlash;
|
|
@@ -9369,6 +9380,7 @@ exports.IconPlayCircle = IconPlayCircle;
|
|
|
9369
9380
|
exports.IconPlaybackSpeedCircle = IconPlaybackSpeedCircle;
|
|
9370
9381
|
exports.IconPlug = IconPlug;
|
|
9371
9382
|
exports.IconPlus = IconPlus;
|
|
9383
|
+
exports.IconPlusSquare = IconPlusSquare;
|
|
9372
9384
|
exports.IconPlusText = IconPlusText;
|
|
9373
9385
|
exports.IconPresentationArrow = IconPresentationArrow;
|
|
9374
9386
|
exports.IconPresentationEyeOpen = IconPresentationEyeOpen;
|
|
@@ -9418,6 +9430,8 @@ exports.IconSocialInstagram = IconSocialInstagram;
|
|
|
9418
9430
|
exports.IconSocialLinkedin = IconSocialLinkedin;
|
|
9419
9431
|
exports.IconSocialTwitter = IconSocialTwitter;
|
|
9420
9432
|
exports.IconSocialYoutube = IconSocialYoutube;
|
|
9433
|
+
exports.IconSparks = IconSparks;
|
|
9434
|
+
exports.IconSparksFilled = IconSparksFilled;
|
|
9421
9435
|
exports.IconSpeakerCross = IconSpeakerCross;
|
|
9422
9436
|
exports.IconSpeakerHigh = IconSpeakerHigh;
|
|
9423
9437
|
exports.IconSplitVertical = IconSplitVertical;
|