@mirohq/design-system-icons 0.67.1 → 0.68.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 +271 -7
- package/dist/main.js.map +1 -1
- package/dist/module.js +270 -8
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +5 -1
- package/package.json +5 -5
- package/react/connection-line-elbows.tsx +4 -2
- package/react/connection-line-straight.tsx +7 -2
- package/react/dots-three-vertical.tsx +1 -1
- package/react/hand.tsx +1 -1
- package/react/index.ts +2 -0
- package/react/play.tsx +1 -0
- package/react/plus.tsx +1 -1
- package/react/sentiment.tsx +135 -0
- package/react/wand.tsx +98 -0
- package/svg/24/connection-line-elbows-new.svg +1 -1
- package/svg/24/connection-line-straight-new.svg +1 -1
- package/svg/24/dots-three-vertical.svg +1 -1
- package/svg/24/hand-new.svg +1 -1
- package/svg/24/play-new.svg +1 -1
- package/svg/24/plus-new.svg +1 -1
- package/svg/24/sentiment-new.svg +2 -0
- package/svg/24/sentiment.svg +2 -0
- package/svg/24/wand-new.svg +2 -0
- package/svg/24/wand.svg +2 -0
- package/svg/meta.json +34 -0
package/dist/main.js
CHANGED
|
@@ -10023,13 +10023,15 @@ const IconConnectionLineElbowsNew = react.forwardRef(
|
|
|
10023
10023
|
fill: "none",
|
|
10024
10024
|
ref: forwardRef2
|
|
10025
10025
|
},
|
|
10026
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m14.5 3.5.5 3.5-.5 3.5 6.5-3.5-6.5-3.5Z" }),
|
|
10026
10027
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10027
10028
|
"path",
|
|
10028
10029
|
{
|
|
10029
10030
|
stroke: "currentColor",
|
|
10030
|
-
|
|
10031
|
+
strokeLinecap: "square",
|
|
10032
|
+
strokeLinejoin: "round",
|
|
10031
10033
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10032
|
-
d: "M3 20h4c1.1046 0 2-.8954 2-2v-9c0-1.1046.8954-2 2-2h4m0
|
|
10034
|
+
d: "M3 20h4c1.1046 0 2-.8954 2-2v-9c0-1.1046.8954-2 2-2h4m0 0-.5-3.5 6.5 3.5-6.5 3.5.5-3.5Z"
|
|
10033
10035
|
}
|
|
10034
10036
|
)
|
|
10035
10037
|
);
|
|
@@ -10107,13 +10109,21 @@ const IconConnectionLineStraightNew = react.forwardRef(
|
|
|
10107
10109
|
fill: "none",
|
|
10108
10110
|
ref: forwardRef2
|
|
10109
10111
|
},
|
|
10112
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10113
|
+
"path",
|
|
10114
|
+
{
|
|
10115
|
+
fill: "currentColor",
|
|
10116
|
+
d: "m19.6569 4.1213-2.6569 7.3787-1.8787-2.8431-3.1213-1.6569 7.6569-2.8787Z"
|
|
10117
|
+
}
|
|
10118
|
+
),
|
|
10110
10119
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10111
10120
|
"path",
|
|
10112
10121
|
{
|
|
10113
10122
|
stroke: "currentColor",
|
|
10114
|
-
|
|
10123
|
+
strokeLinecap: "square",
|
|
10124
|
+
strokeLinejoin: "round",
|
|
10115
10125
|
strokeWidth: "var(--svg-stroke-width)",
|
|
10116
|
-
d: "
|
|
10126
|
+
d: "m15.1213 8.6569-3.1213-1.6569 7.6569-2.8787-2.6569 7.3787-1.8787-2.8431Zm0 0-11.1213 11.3431"
|
|
10117
10127
|
}
|
|
10118
10128
|
)
|
|
10119
10129
|
);
|
|
@@ -13467,7 +13477,7 @@ const IconDotsThreeVertical = react.forwardRef(
|
|
|
13467
13477
|
"path",
|
|
13468
13478
|
{
|
|
13469
13479
|
fill: "currentColor",
|
|
13470
|
-
d: "M12
|
|
13480
|
+
d: "M12 7c-1.1046 0-2-.8954-2-2s.8954-2 2-2 2 .8954 2 2-.8954 2-2 2ZM12 14c-1.1046 0-2-.8954-2-2s.8954-2 2-2 2 .8954 2 2-.8954 2-2 2ZM12 21c-1.1046 0-2-.8954-2-2s.8954-2 2-2 2 .8954 2 2-.8954 2-2 2Z"
|
|
13471
13481
|
}
|
|
13472
13482
|
)
|
|
13473
13483
|
);
|
|
@@ -16427,7 +16437,7 @@ const IconHandNew = react.forwardRef(
|
|
|
16427
16437
|
stroke: "currentColor",
|
|
16428
16438
|
strokeLinejoin: "bevel",
|
|
16429
16439
|
strokeWidth: "var(--svg-stroke-width)",
|
|
16430
|
-
d: "M13.9999 12v-5.25c0-.9665.
|
|
16440
|
+
d: "M13.9999 12v-5.25c0-.9665.5336-1.75 1.5001-1.75s1.5.7835 1.5 1.75v5.25-3c0-1 .5-2 1.5-2s1.5 1 1.5 2v4c0 4.4183-1.7499 8-5.75 8h-1.5c-2 0-3.619-.8689-5.1662-2.4161l-4.0031-4.0031c-.6138-.6138-.6595-1.592-.1075-2.2619.5638-.6841 1.5612-.8145 2.2818-.2983l2.245 1.6081v-6.8787c0-.9665.5335-1.75 1.5-1.75s1.5.7835 1.5 1.75v5.25m2.9999-2v-5.25c0-.9665-.5334-1.75-1.4999-1.75s-1.5.7835-1.5 1.75v5"
|
|
16431
16441
|
}
|
|
16432
16442
|
)
|
|
16433
16443
|
);
|
|
@@ -24120,6 +24130,7 @@ const IconPlayNew = react.forwardRef(
|
|
|
24120
24130
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
24121
24131
|
"path",
|
|
24122
24132
|
{
|
|
24133
|
+
fill: "currentColor",
|
|
24123
24134
|
stroke: "currentColor",
|
|
24124
24135
|
strokeWidth: "var(--svg-stroke-width)",
|
|
24125
24136
|
d: "m8 7.4142 1.155-1.155 8.845 5.307v.8676l-8.845 5.307-1.155-1.155v-9.1716Z"
|
|
@@ -24617,7 +24628,7 @@ const IconPlusNew = react.forwardRef(
|
|
|
24617
24628
|
{
|
|
24618
24629
|
stroke: "currentColor",
|
|
24619
24630
|
strokeWidth: "var(--svg-stroke-width)",
|
|
24620
|
-
d: "M12
|
|
24631
|
+
d: "M12 4v16m8-8h-16"
|
|
24621
24632
|
}
|
|
24622
24633
|
)
|
|
24623
24634
|
);
|
|
@@ -29036,6 +29047,159 @@ const IconSelect = react.forwardRef(
|
|
|
29036
29047
|
);
|
|
29037
29048
|
IconSelect[designSystemBaseIcon.iconSymbol] = true;
|
|
29038
29049
|
|
|
29050
|
+
const IconSentimentNew = react.forwardRef(
|
|
29051
|
+
(props, forwardRef2) => {
|
|
29052
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
29053
|
+
return react.createElement(
|
|
29054
|
+
StyledIcon,
|
|
29055
|
+
{
|
|
29056
|
+
...props,
|
|
29057
|
+
debug,
|
|
29058
|
+
"aria-hidden": true,
|
|
29059
|
+
viewBox: "0 0 24 24",
|
|
29060
|
+
fill: "none",
|
|
29061
|
+
ref: forwardRef2
|
|
29062
|
+
},
|
|
29063
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29064
|
+
"path",
|
|
29065
|
+
{
|
|
29066
|
+
fill: "currentColor",
|
|
29067
|
+
stroke: "currentColor",
|
|
29068
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29069
|
+
d: "M10.3333 6.8333h.8334v.8334h-.8334v-.8334ZM16.3333 12.8333h.8334v.8334h-.8334v-.8334Z"
|
|
29070
|
+
}
|
|
29071
|
+
),
|
|
29072
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29073
|
+
"path",
|
|
29074
|
+
{
|
|
29075
|
+
stroke: "currentColor",
|
|
29076
|
+
strokeLinecap: "square",
|
|
29077
|
+
strokeLinejoin: "round",
|
|
29078
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29079
|
+
d: "M15 9c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z"
|
|
29080
|
+
}
|
|
29081
|
+
),
|
|
29082
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29083
|
+
"path",
|
|
29084
|
+
{
|
|
29085
|
+
fill: "currentColor",
|
|
29086
|
+
stroke: "currentColor",
|
|
29087
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29088
|
+
d: "M6.8333 6.8333h.8334v.8334h-.8334v-.8334Z"
|
|
29089
|
+
}
|
|
29090
|
+
),
|
|
29091
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29092
|
+
"path",
|
|
29093
|
+
{
|
|
29094
|
+
stroke: "currentColor",
|
|
29095
|
+
strokeLinejoin: "round",
|
|
29096
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29097
|
+
d: "M11.7047 9.5c-.2351 1.2801-1.3566 2.25-2.7046 2.25s-2.4696-.9699-2.7047-2.25"
|
|
29098
|
+
}
|
|
29099
|
+
),
|
|
29100
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29101
|
+
"path",
|
|
29102
|
+
{
|
|
29103
|
+
stroke: "currentColor",
|
|
29104
|
+
strokeLinejoin: "round",
|
|
29105
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29106
|
+
d: "M18 9.8027c1.7934 1.0374 3 2.9765 3 5.1973 0 3.3137-2.6862 6-6 6-2.2208 0-4.1598-1.2066-5.1973-3"
|
|
29107
|
+
}
|
|
29108
|
+
),
|
|
29109
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29110
|
+
"path",
|
|
29111
|
+
{
|
|
29112
|
+
stroke: "currentColor",
|
|
29113
|
+
strokeLinejoin: "round",
|
|
29114
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29115
|
+
d: "M12.2953 17.75c.2351-1.2801 1.3566-2.25 2.7046-2.25 1.3481 0 2.4696.9699 2.7047 2.25"
|
|
29116
|
+
}
|
|
29117
|
+
)
|
|
29118
|
+
);
|
|
29119
|
+
}
|
|
29120
|
+
);
|
|
29121
|
+
const IconSentimentOld = react.forwardRef(
|
|
29122
|
+
(props, forwardRef2) => {
|
|
29123
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
29124
|
+
return react.createElement(
|
|
29125
|
+
StyledIcon,
|
|
29126
|
+
{
|
|
29127
|
+
...props,
|
|
29128
|
+
debug,
|
|
29129
|
+
"aria-hidden": true,
|
|
29130
|
+
viewBox: "0 0 24 24",
|
|
29131
|
+
fill: "none",
|
|
29132
|
+
ref: forwardRef2
|
|
29133
|
+
},
|
|
29134
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29135
|
+
"path",
|
|
29136
|
+
{
|
|
29137
|
+
stroke: "currentColor",
|
|
29138
|
+
strokeLinecap: "square",
|
|
29139
|
+
strokeLinejoin: "round",
|
|
29140
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29141
|
+
d: "M15 9c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z"
|
|
29142
|
+
}
|
|
29143
|
+
),
|
|
29144
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29145
|
+
"path",
|
|
29146
|
+
{
|
|
29147
|
+
stroke: "currentColor",
|
|
29148
|
+
strokeLinecap: "round",
|
|
29149
|
+
strokeLinejoin: "round",
|
|
29150
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29151
|
+
d: "M11.7047 9.5c-.2351 1.2801-1.3566 2.25-2.7046 2.25s-2.4696-.9699-2.7047-2.25"
|
|
29152
|
+
}
|
|
29153
|
+
),
|
|
29154
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29155
|
+
"path",
|
|
29156
|
+
{
|
|
29157
|
+
stroke: "currentColor",
|
|
29158
|
+
strokeLinejoin: "round",
|
|
29159
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29160
|
+
d: "M18 9.8027c1.7934 1.0374 3 2.9765 3 5.1973 0 3.3137-2.6862 6-6 6-2.2208 0-4.1598-1.2066-5.1973-3"
|
|
29161
|
+
}
|
|
29162
|
+
),
|
|
29163
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
29164
|
+
"path",
|
|
29165
|
+
{
|
|
29166
|
+
stroke: "currentColor",
|
|
29167
|
+
strokeLinecap: "round",
|
|
29168
|
+
strokeLinejoin: "round",
|
|
29169
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
29170
|
+
d: "M12.2953 17.75c.2351-1.2801 1.3566-2.25 2.7046-2.25 1.3481 0 2.4696.9699 2.7047 2.25"
|
|
29171
|
+
}
|
|
29172
|
+
),
|
|
29173
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 7, cy: 7, r: 1, fill: "currentColor" }),
|
|
29174
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 11, cy: 7, r: 1, fill: "currentColor" }),
|
|
29175
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 17, cy: 13, r: 1, fill: "currentColor" })
|
|
29176
|
+
);
|
|
29177
|
+
}
|
|
29178
|
+
);
|
|
29179
|
+
const IconSentiment = react.forwardRef(
|
|
29180
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
29181
|
+
const [v1] = designSystemExperiments.useNewDesignLanguageIcons();
|
|
29182
|
+
return v1 ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
29183
|
+
IconSentimentNew,
|
|
29184
|
+
{
|
|
29185
|
+
...props,
|
|
29186
|
+
size,
|
|
29187
|
+
weight,
|
|
29188
|
+
ref: forwardRef2
|
|
29189
|
+
}
|
|
29190
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
29191
|
+
IconSentimentOld,
|
|
29192
|
+
{
|
|
29193
|
+
...props,
|
|
29194
|
+
size,
|
|
29195
|
+
weight,
|
|
29196
|
+
ref: forwardRef2
|
|
29197
|
+
}
|
|
29198
|
+
);
|
|
29199
|
+
}
|
|
29200
|
+
);
|
|
29201
|
+
IconSentiment[designSystemBaseIcon.iconSymbol] = true;
|
|
29202
|
+
|
|
29039
29203
|
const IconShadowNew = react.forwardRef(
|
|
29040
29204
|
(props, forwardRef2) => {
|
|
29041
29205
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -40165,6 +40329,104 @@ const IconWallet = react.forwardRef(
|
|
|
40165
40329
|
);
|
|
40166
40330
|
IconWallet[designSystemBaseIcon.iconSymbol] = true;
|
|
40167
40331
|
|
|
40332
|
+
const IconWandNew = react.forwardRef(
|
|
40333
|
+
(props, forwardRef2) => {
|
|
40334
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
40335
|
+
return react.createElement(
|
|
40336
|
+
StyledIcon,
|
|
40337
|
+
{
|
|
40338
|
+
...props,
|
|
40339
|
+
debug,
|
|
40340
|
+
"aria-hidden": true,
|
|
40341
|
+
viewBox: "0 0 24 24",
|
|
40342
|
+
fill: "none",
|
|
40343
|
+
ref: forwardRef2
|
|
40344
|
+
},
|
|
40345
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40346
|
+
"path",
|
|
40347
|
+
{
|
|
40348
|
+
stroke: "currentColor",
|
|
40349
|
+
strokeLinecap: "round",
|
|
40350
|
+
strokeLinejoin: "round",
|
|
40351
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
40352
|
+
d: "m8 20 9-9m-13 5 9-9m0 0 2.5858-2.5858c.781-.781 2.0474-.781 2.8284 0l1.1716 1.1716c.781.781.781 2.0474 0 2.8284l-2.5858 2.5858m-4-4 4 4"
|
|
40353
|
+
}
|
|
40354
|
+
),
|
|
40355
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40356
|
+
"path",
|
|
40357
|
+
{
|
|
40358
|
+
stroke: "currentColor",
|
|
40359
|
+
strokeLinecap: "round",
|
|
40360
|
+
strokeLinejoin: "round",
|
|
40361
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
40362
|
+
d: "m13 7-7 7-2.5858 2.5858c-.781.781-.781 2.0474 0 2.8284l1.1716 1.1716c.781.781 2.0474.781 2.8284 0l2.5858-2.5858 7-7"
|
|
40363
|
+
}
|
|
40364
|
+
),
|
|
40365
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40366
|
+
"path",
|
|
40367
|
+
{
|
|
40368
|
+
fill: "currentColor",
|
|
40369
|
+
fillRule: "evenodd",
|
|
40370
|
+
d: "M12.75 1h-.5c0 .6904-.5596 1.25-1.25 1.25v.5c.6903 0 1.25.5597 1.25 1.25h.5c0-.6903.5597-1.25 1.25-1.25v1.25-3 1.25c-.6904 0-1.25-.5596-1.25-1.25ZM18.75 14h-.5c0 .6904-.5596 1.25-1.25 1.25v.5001c.6903 0 1.25.5596 1.25 1.2499h.5c0-.6903.5597-1.2499 1.25-1.2499v1.2499-3 1.25c-.6904 0-1.25-.5596-1.25-1.25ZM6.9166 3h-.8332c0 1.1506-.9328 2.0834-2.0834 2.0834v.8334c1.1506 0 2.0833.9326 2.0834 2.0832h.8332c.0001-1.1505.9328-2.0832 2.0834-2.0832v2.0832-5 2.0834c-1.1506 0-2.0834-.9328-2.0834-2.0834Z",
|
|
40371
|
+
clipRule: "evenodd"
|
|
40372
|
+
}
|
|
40373
|
+
)
|
|
40374
|
+
);
|
|
40375
|
+
}
|
|
40376
|
+
);
|
|
40377
|
+
const IconWandOld = react.forwardRef(
|
|
40378
|
+
(props, forwardRef2) => {
|
|
40379
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
40380
|
+
return react.createElement(
|
|
40381
|
+
StyledIcon,
|
|
40382
|
+
{
|
|
40383
|
+
...props,
|
|
40384
|
+
debug,
|
|
40385
|
+
"aria-hidden": true,
|
|
40386
|
+
viewBox: "0 0 24 24",
|
|
40387
|
+
fill: "none",
|
|
40388
|
+
ref: forwardRef2
|
|
40389
|
+
},
|
|
40390
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40391
|
+
"path",
|
|
40392
|
+
{
|
|
40393
|
+
stroke: "currentColor",
|
|
40394
|
+
strokeLinecap: "round",
|
|
40395
|
+
strokeLinejoin: "round",
|
|
40396
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
40397
|
+
d: "m8 20 9-9m-13 5 9-9m0 0 2.5858-2.5858c.781-.781 2.0474-.781 2.8284 0l1.1716 1.1716c.781.781.781 2.0474 0 2.8284l-2.5858 2.5858m-4-4 4 4"
|
|
40398
|
+
}
|
|
40399
|
+
),
|
|
40400
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40401
|
+
"path",
|
|
40402
|
+
{
|
|
40403
|
+
stroke: "currentColor",
|
|
40404
|
+
strokeLinecap: "round",
|
|
40405
|
+
strokeLinejoin: "round",
|
|
40406
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
40407
|
+
d: "m13 7-7 7-2.5858 2.5858c-.781.781-.781 2.0474 0 2.8284l1.1716 1.1716c.781.781 2.0474.781 2.8284 0l2.5858-2.5858 7-7"
|
|
40408
|
+
}
|
|
40409
|
+
),
|
|
40410
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
40411
|
+
"path",
|
|
40412
|
+
{
|
|
40413
|
+
fill: "currentColor",
|
|
40414
|
+
fillRule: "evenodd",
|
|
40415
|
+
d: "M12.75 1h-.5c0 .6904-.5596 1.25-1.25 1.25v.5c.6903 0 1.25.5597 1.25 1.25h.5c0-.6903.5597-1.25 1.25-1.25v1.25-3 1.25c-.6904 0-1.25-.5596-1.25-1.25ZM18.75 14h-.5c0 .6904-.5596 1.25-1.25 1.25v.5001c.6903 0 1.25.5596 1.25 1.2499h.5c0-.6903.5597-1.2499 1.25-1.2499v1.2499-3 1.25c-.6904 0-1.25-.5596-1.25-1.25ZM6.9166 3h-.8332c0 1.1506-.9328 2.0834-2.0834 2.0834v.8334c1.1506 0 2.0833.9326 2.0834 2.0832h.8332c.0001-1.1505.9328-2.0832 2.0834-2.0832v2.0832-5 2.0834c-1.1506 0-2.0834-.9328-2.0834-2.0834Z",
|
|
40416
|
+
clipRule: "evenodd"
|
|
40417
|
+
}
|
|
40418
|
+
)
|
|
40419
|
+
);
|
|
40420
|
+
}
|
|
40421
|
+
);
|
|
40422
|
+
const IconWand = react.forwardRef(
|
|
40423
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
40424
|
+
const [v1] = designSystemExperiments.useNewDesignLanguageIcons();
|
|
40425
|
+
return v1 ? /* @__PURE__ */ jsxRuntime.jsx(IconWandNew, { ...props, size, weight, ref: forwardRef2 }) : /* @__PURE__ */ jsxRuntime.jsx(IconWandOld, { ...props, size, weight, ref: forwardRef2 });
|
|
40426
|
+
}
|
|
40427
|
+
);
|
|
40428
|
+
IconWand[designSystemBaseIcon.iconSymbol] = true;
|
|
40429
|
+
|
|
40168
40430
|
const IconWarning = react.forwardRef(
|
|
40169
40431
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
|
|
40170
40432
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -40733,6 +40995,7 @@ exports.IconRssRectangle = IconRssRectangle;
|
|
|
40733
40995
|
exports.IconScissors = IconScissors;
|
|
40734
40996
|
exports.IconScrollbarXy = IconScrollbarXy;
|
|
40735
40997
|
exports.IconSelect = IconSelect;
|
|
40998
|
+
exports.IconSentiment = IconSentiment;
|
|
40736
40999
|
exports.IconShadow = IconShadow;
|
|
40737
41000
|
exports.IconShapes = IconShapes;
|
|
40738
41001
|
exports.IconShapesLines = IconShapesLines;
|
|
@@ -40874,6 +41137,7 @@ exports.IconVideoCameraSimpleSlash = IconVideoCameraSimpleSlash;
|
|
|
40874
41137
|
exports.IconViewCenter = IconViewCenter;
|
|
40875
41138
|
exports.IconViewSideLeft = IconViewSideLeft;
|
|
40876
41139
|
exports.IconWallet = IconWallet;
|
|
41140
|
+
exports.IconWand = IconWand;
|
|
40877
41141
|
exports.IconWarning = IconWarning;
|
|
40878
41142
|
exports.IconWifi = IconWifi;
|
|
40879
41143
|
exports.IconWifiExclamation = IconWifiExclamation;
|