@mirohq/design-system-icons 1.2.0 → 1.3.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 +203 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +198 -3
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +12 -2
- package/package.json +2 -2
- package/react/{diagramming-format.tsx → diagramming-shapes.tsx} +2 -2
- package/react/index.ts +6 -1
- package/react/social-aws.tsx +48 -0
- package/react/user-arrow-right.tsx +40 -0
- package/react/user-mic-slash.tsx +40 -0
- package/react/user-mic.tsx +44 -0
- package/react/view-side-right.tsx +39 -0
- package/svg/24/social-aws.svg +2 -0
- package/svg/24/user-arrow-right.svg +2 -0
- package/svg/24/user-mic-slash.svg +2 -0
- package/svg/24/user-mic.svg +2 -0
- package/svg/24/view-side-right.svg +2 -0
- package/svg/meta.json +33 -2
- /package/svg/24/{diagramming-format.svg → diagramming-shapes.svg} +0 -0
package/dist/main.js
CHANGED
|
@@ -5161,7 +5161,7 @@ const IconDiagramCardUser = react.forwardRef(
|
|
|
5161
5161
|
);
|
|
5162
5162
|
IconDiagramCardUser[designSystemBaseIcon.iconSymbol] = true;
|
|
5163
5163
|
|
|
5164
|
-
const
|
|
5164
|
+
const IconDiagrammingShapes = react.forwardRef(
|
|
5165
5165
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
5166
5166
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
5167
5167
|
return react.createElement(
|
|
@@ -5187,7 +5187,7 @@ const IconDiagrammingFormat = react.forwardRef(
|
|
|
5187
5187
|
);
|
|
5188
5188
|
}
|
|
5189
5189
|
);
|
|
5190
|
-
|
|
5190
|
+
IconDiagrammingShapes[designSystemBaseIcon.iconSymbol] = true;
|
|
5191
5191
|
|
|
5192
5192
|
const IconDiagramming = react.forwardRef(
|
|
5193
5193
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
@@ -12884,6 +12884,55 @@ const IconSocialAsana = react.forwardRef(
|
|
|
12884
12884
|
);
|
|
12885
12885
|
IconSocialAsana[designSystemBaseIcon.iconSymbol] = true;
|
|
12886
12886
|
|
|
12887
|
+
const IconSocialAws = react.forwardRef(
|
|
12888
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
12889
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
12890
|
+
return react.createElement(
|
|
12891
|
+
StyledIcon,
|
|
12892
|
+
{
|
|
12893
|
+
...props,
|
|
12894
|
+
debug,
|
|
12895
|
+
"aria-hidden": true,
|
|
12896
|
+
size,
|
|
12897
|
+
viewBox: "0 0 24 24",
|
|
12898
|
+
fill: "none",
|
|
12899
|
+
ref: forwardRef2
|
|
12900
|
+
},
|
|
12901
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12902
|
+
"path",
|
|
12903
|
+
{
|
|
12904
|
+
fill: "currentColor",
|
|
12905
|
+
d: "M1.0918 15.0115c-.223-.2059.0001-.4806.2461-.3261a21.9053 21.9053 0 0 0 10.8692 2.8886 21.6353 21.6353 0 0 0 8.3007-1.7158c.4119-.1544.755.2854.3545.5772-2.4027 1.779-5.8923 2.7236-8.9013 2.7236a16.1159 16.1159 0 0 1-10.8692-4.1475Z"
|
|
12906
|
+
}
|
|
12907
|
+
),
|
|
12908
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12909
|
+
"path",
|
|
12910
|
+
{
|
|
12911
|
+
fill: "currentColor",
|
|
12912
|
+
d: "M19.0205 14.8738c1.3785-.9666 3.6318-.6865 3.8955-.3662.2632.3204-.0684 2.5917-1.3613 3.6729-.1944.1658-.3836.0795-.2978-.1436.2688-.7264.9153-2.3497.6357-2.7451-.3089-.3947-2.0362-.1833-2.8144-.0918-.2346.0286-.2693-.1774-.0577-.3262ZM19.9649 6.0467l.2461.0224.123.0088c.0405.0054.0806.013.1201.0215l.2315.0557.2099.0518.208.0625.1543.0556c.0505.021.1001.0449.1485.0703a.7664.7664 0 0 1 .2236.1836.4134.4134 0 0 1 .0625.2402v.3428l-.0107.1026c-.0212.0872-.0741.1326-.1553.1328a.867.867 0 0 1-.2861-.0918 3.3835 3.3835 0 0 0-1.4073-.2803 1.9247 1.9247 0 0 0-.9726.206.7616.7616 0 0 0-.2207.2364.7594.7594 0 0 0-.1035.3066.7623.7623 0 0 0 .0341.3223.7618.7618 0 0 0 .1651.2783c.2371.1906.5123.3294.8066.4063l1.0352.332a2.2205 2.2205 0 0 1 1.1435.7031c.2253.2932.3448.6548.3379 1.0244a1.8882 1.8882 0 0 1-.166.8467 2.067 2.067 0 0 1-.5723.6465 2.412 2.412 0 0 1-.8115.4063 3.5185 3.5185 0 0 1-1.0244.1425v-.0107a4.9494 4.9494 0 0 1-1.1445-.1318 3.4953 3.4953 0 0 1-.8467-.292.4933.4933 0 0 1-.2227-.2061.5401.5401 0 0 1-.0459-.206v-.3711c0-.1488.0574-.2295.1661-.2295a.3972.3972 0 0 1 .1367 0l.1836.0742c.2596.1121.53.1988.8066.2578l.0488.0078c.2705.0504.5451.0777.8203.0781a1.9934 1.9934 0 0 0 1.0704-.2402.7805.7805 0 0 0 .3945-.6523.7062.7062 0 0 0-.2002-.5088 1.8913 1.8913 0 0 0-.7324-.3838l-1.0635-.337a2.2907 2.2907 0 0 1-1.1445-.7382 1.7573 1.7573 0 0 1-.3946-1.0645 1.6262 1.6262 0 0 1 .1944-.8125c.137-.2224.316-.4163.5263-.5713a2.2904 2.2904 0 0 1 .7608-.3779 3.2579 3.2579 0 0 1 .9209-.126c.082-.0009.1641.0012.2461.0059Z"
|
|
12913
|
+
}
|
|
12914
|
+
),
|
|
12915
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12916
|
+
"path",
|
|
12917
|
+
{
|
|
12918
|
+
fill: "currentColor",
|
|
12919
|
+
fillRule: "evenodd",
|
|
12920
|
+
d: "M4.6621 6.0125a2.6318 2.6318 0 0 1 1.9102.5723c.2175.2426.384.5272.4883.836.104.3085.1442.6352.1181.9599l.0059 2.4023a1.9995 1.9995 0 0 0 .086.6524c.0617.1821.1402.3586.2343.5263a.328.328 0 0 1 .0518.166.2807.2807 0 0 1-.045.126l-.0439.0518a.2829.2829 0 0 1-.0537.04l-.458.3028a.3505.3505 0 0 1-.1944.0683.3095.3095 0 0 1-.2177-.1025c-.1-.1029-.187-.218-.2578-.3428-.0744-.1201-.1485-.2637-.2286-.4238a2.7143 2.7143 0 0 1-2.1455 1.0068 1.994 1.994 0 0 1-.788-.1103 1.9933 1.9933 0 0 1-.6817-.4102 1.89 1.89 0 0 1-.417-.6504 1.8887 1.8887 0 0 1-.121-.7627 1.8656 1.8656 0 0 1 .1581-.8262c.115-.2597.2885-.49.5059-.6728a2.65 2.65 0 0 1 1.79-.5723c.2582.0027.5167.0222.7725.0576.2687.04.5721.0916.8408.1602v-.538a1.5964 1.5964 0 0 0-.3428-1.1436 1.673 1.673 0 0 0-1.1904-.3438 3.47 3.47 0 0 0-.789.0977 5.5078 5.5078 0 0 0-.7891.252 1.4313 1.4313 0 0 1-.252.0907.3924.3924 0 0 1-.1142 0c-.103 0-.1553-.0797-.1553-.2285v-.4267a.4818.4818 0 0 1 .0518-.1914c.0345-.0418.0765-.0762.121-.1065l.0792-.0478a5.2346 5.2346 0 0 1 .9267-.332 4.582 4.582 0 0 1 1.1445-.1368Zm-.0459 3.707a1.6661 1.6661 0 0 0-1.0869.2969 1.0212 1.0212 0 0 0-.2803.3779 1.021 1.021 0 0 0-.08.4639 1.0529 1.0529 0 0 0 .0547.416c.0461.1335.1192.2565.2138.3614.1062.0921.2299.1628.3633.207.1334.0441.275.0614.415.0508a2.2902 2.2902 0 0 0 .755-.1319 1.6088 1.6088 0 0 0 .6923-.4687 1.1878 1.1878 0 0 0 .252-.4639 2.5697 2.5697 0 0 0 .0683-.6347v-.3086a5.8132 5.8132 0 0 0-.6806-.1202 5.6956 5.6956 0 0 0-.6866-.0459Z",
|
|
12921
|
+
clipRule: "evenodd"
|
|
12922
|
+
}
|
|
12923
|
+
),
|
|
12924
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
12925
|
+
"path",
|
|
12926
|
+
{
|
|
12927
|
+
fill: "currentColor",
|
|
12928
|
+
d: "M15.8858 6.201h.7177a.1652.1652 0 0 1 .0362.0078.1614.1614 0 0 1 .1045.1758 1.0696 1.0696 0 0 1 0 .1201l-.0518.1768-1.7793 5.6523a.527.527 0 0 1-.1543.2861l-.0713.0342a.4473.4473 0 0 1-.2314.0225h-.5723a.4645.4645 0 0 1-.2285-.0362l-.0693-.038a.5322.5322 0 0 1-.1368-.2969l-1.1445-4.708-1.1435 4.708a.5739.5739 0 0 1-.1436.2969l-.0674.038a.449.449 0 0 1-.2246.0362h-.708a.4609.4609 0 0 1-.1416-.0342l-.0654-.0342a.5267.5267 0 0 1-.1543-.2861l-1.7168-5.6572a1.4393 1.4393 0 0 1-.0625-.2803.1619.1619 0 0 1 .0078-.0713.1611.1611 0 0 1 .0986-.0986.1636.1636 0 0 1 .0352-.0078h.831a.4714.4714 0 0 1 .212.0683.648.648 0 0 1 .1484.292l1.2412 4.8281 1.1445-4.834a.5724.5724 0 0 1 .0918-.2265l.0508-.0655a.488.488 0 0 1 .2158-.0683h.7256a.5108.5108 0 0 1 .2197.0684.5741.5741 0 0 1 .1377.292l1.1446 4.8974 1.2636-4.8975a.6482.6482 0 0 1 .1543-.292.4596.4596 0 0 1 .2862-.0683Z"
|
|
12929
|
+
}
|
|
12930
|
+
)
|
|
12931
|
+
);
|
|
12932
|
+
}
|
|
12933
|
+
);
|
|
12934
|
+
IconSocialAws[designSystemBaseIcon.iconSymbol] = true;
|
|
12935
|
+
|
|
12887
12936
|
const IconSocialDrawio = react.forwardRef(
|
|
12888
12937
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
12889
12938
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -15998,6 +16047,41 @@ const IconUserArrowRightUp = react.forwardRef(
|
|
|
15998
16047
|
);
|
|
15999
16048
|
IconUserArrowRightUp[designSystemBaseIcon.iconSymbol] = true;
|
|
16000
16049
|
|
|
16050
|
+
const IconUserArrowRight = react.forwardRef(
|
|
16051
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
16052
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
16053
|
+
return react.createElement(
|
|
16054
|
+
StyledIcon,
|
|
16055
|
+
{
|
|
16056
|
+
...props,
|
|
16057
|
+
debug,
|
|
16058
|
+
"aria-hidden": true,
|
|
16059
|
+
size,
|
|
16060
|
+
viewBox: "0 0 24 24",
|
|
16061
|
+
fill: "none",
|
|
16062
|
+
ref: forwardRef2
|
|
16063
|
+
},
|
|
16064
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16065
|
+
"path",
|
|
16066
|
+
{
|
|
16067
|
+
fill: "currentColor",
|
|
16068
|
+
d: "M21.707 16.293v1.414l-3.5 3.5-1.414-1.414 1.7929-1.793h-5.5859v-2h5.5859l-1.7929-1.793 1.414-1.414 3.5 3.5ZM11.9502 15c-2.6085 0-4.7922 1.9767-5.0518 4.5723l-.1533 1.5273-1.9902-.1992.1533-1.5274c.3619-3.6179 3.406-6.373 7.042-6.373v2Z"
|
|
16069
|
+
}
|
|
16070
|
+
),
|
|
16071
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16072
|
+
"path",
|
|
16073
|
+
{
|
|
16074
|
+
fill: "currentColor",
|
|
16075
|
+
fillRule: "evenodd",
|
|
16076
|
+
d: "M11.9502 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
|
|
16077
|
+
clipRule: "evenodd"
|
|
16078
|
+
}
|
|
16079
|
+
)
|
|
16080
|
+
);
|
|
16081
|
+
}
|
|
16082
|
+
);
|
|
16083
|
+
IconUserArrowRight[designSystemBaseIcon.iconSymbol] = true;
|
|
16084
|
+
|
|
16001
16085
|
const IconUserBackgroundBlur = react.forwardRef(
|
|
16002
16086
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
16003
16087
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -16193,6 +16277,83 @@ const IconUserLoad = react.forwardRef(
|
|
|
16193
16277
|
);
|
|
16194
16278
|
IconUserLoad[designSystemBaseIcon.iconSymbol] = true;
|
|
16195
16279
|
|
|
16280
|
+
const IconUserMicSlash = react.forwardRef(
|
|
16281
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
16282
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
16283
|
+
return react.createElement(
|
|
16284
|
+
StyledIcon,
|
|
16285
|
+
{
|
|
16286
|
+
...props,
|
|
16287
|
+
debug,
|
|
16288
|
+
"aria-hidden": true,
|
|
16289
|
+
size,
|
|
16290
|
+
viewBox: "0 0 24 24",
|
|
16291
|
+
fill: "none",
|
|
16292
|
+
ref: forwardRef2
|
|
16293
|
+
},
|
|
16294
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16295
|
+
"path",
|
|
16296
|
+
{
|
|
16297
|
+
fill: "currentColor",
|
|
16298
|
+
d: "m22.7578 8.1533-3.9805 4.6172v2.2295c-.0001 1.3542-.9004 2.5918-2.2773 2.5918-.5606 0-1.0406-.2063-1.4141-.541l-.8945 1.0371c.6211.5702 1.433.9121 2.3086.9121 1.899 0 3.5-1.6074 3.5-3.667v-1.333h2v1.333c0 2.7502-1.9178 5.0856-4.5 5.5723v1.0947h-2v-1.0947c-.9935-.1881-1.888-.6497-2.6133-1.3037l-2.6289 3.0517-1.5156-1.3066 12.5-14.5 1.5156 1.3066ZM9 15c-2.6085 0-4.843 1.9767-5.1025 4.5723l-.1524 1.5273-1.9902-.1992.1523-1.5274c.3619-3.6179 3.4568-6.373 7.0928-6.373v2ZM13 14.1602l-1.8975 2.2617a5.8463 5.8463 0 0 1-.1025-1.0889v-1.333h2v.1602ZM16.5 9.0371c.3318 0 .6531.071.9463.205l-3.2236 3.8448v-1.5869c0-.695.2238-1.3166.6494-1.7705.4261-.4543 1.0103-.6924 1.6279-.6924Z"
|
|
16299
|
+
}
|
|
16300
|
+
),
|
|
16301
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16302
|
+
"path",
|
|
16303
|
+
{
|
|
16304
|
+
fill: "currentColor",
|
|
16305
|
+
fillRule: "evenodd",
|
|
16306
|
+
d: "M9 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
|
|
16307
|
+
clipRule: "evenodd"
|
|
16308
|
+
}
|
|
16309
|
+
)
|
|
16310
|
+
);
|
|
16311
|
+
}
|
|
16312
|
+
);
|
|
16313
|
+
IconUserMicSlash[designSystemBaseIcon.iconSymbol] = true;
|
|
16314
|
+
|
|
16315
|
+
const IconUserMic = react.forwardRef(
|
|
16316
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
16317
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
16318
|
+
return react.createElement(
|
|
16319
|
+
StyledIcon,
|
|
16320
|
+
{
|
|
16321
|
+
...props,
|
|
16322
|
+
debug,
|
|
16323
|
+
"aria-hidden": true,
|
|
16324
|
+
size,
|
|
16325
|
+
viewBox: "0 0 24 24",
|
|
16326
|
+
fill: "none",
|
|
16327
|
+
ref: forwardRef2
|
|
16328
|
+
},
|
|
16329
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16330
|
+
"path",
|
|
16331
|
+
{
|
|
16332
|
+
fill: "currentColor",
|
|
16333
|
+
d: "M13 15.333c0 2.0596 1.601 3.667 3.5 3.667s3.5-1.6074 3.5-3.667v-1.333h2v1.333c0 2.7502-1.9178 5.0856-4.5 5.5723v1.0947h-2v-1.0947c-2.5822-.4867-4.5-2.8221-4.5-5.5723v-1.333h2v1.333ZM9 15c-2.6085 0-4.843 1.9767-5.1025 4.5723l-.1524 1.5273-1.9902-.1992.1523-1.5274c.3619-3.6179 3.4568-6.373 7.0928-6.373v2Z"
|
|
16334
|
+
}
|
|
16335
|
+
),
|
|
16336
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16337
|
+
"path",
|
|
16338
|
+
{
|
|
16339
|
+
fill: "currentColor",
|
|
16340
|
+
d: "M16.5 9.0645c.6104 0 1.1868.236 1.6074.6845.4201.448.6425 1.062.6426 1.751v3.5c-.0002 1.3435-.8927 2.5645-2.25 2.5645s-2.2498-1.221-2.25-2.5645v-3.5c.0001-.689.2225-1.303.6426-1.751.4206-.4484.997-.6845 1.6074-.6845Z"
|
|
16341
|
+
}
|
|
16342
|
+
),
|
|
16343
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16344
|
+
"path",
|
|
16345
|
+
{
|
|
16346
|
+
fill: "currentColor",
|
|
16347
|
+
fillRule: "evenodd",
|
|
16348
|
+
d: "M9 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
|
|
16349
|
+
clipRule: "evenodd"
|
|
16350
|
+
}
|
|
16351
|
+
)
|
|
16352
|
+
);
|
|
16353
|
+
}
|
|
16354
|
+
);
|
|
16355
|
+
IconUserMic[designSystemBaseIcon.iconSymbol] = true;
|
|
16356
|
+
|
|
16196
16357
|
const IconUserNumberThree = react.forwardRef(
|
|
16197
16358
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
16198
16359
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -16648,6 +16809,40 @@ const IconViewSideLeft = react.forwardRef(
|
|
|
16648
16809
|
);
|
|
16649
16810
|
IconViewSideLeft[designSystemBaseIcon.iconSymbol] = true;
|
|
16650
16811
|
|
|
16812
|
+
const IconViewSideRight = react.forwardRef(
|
|
16813
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
16814
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
16815
|
+
return react.createElement(
|
|
16816
|
+
StyledIcon,
|
|
16817
|
+
{
|
|
16818
|
+
...props,
|
|
16819
|
+
debug,
|
|
16820
|
+
"aria-hidden": true,
|
|
16821
|
+
size,
|
|
16822
|
+
viewBox: "0 0 24 24",
|
|
16823
|
+
fill: "none",
|
|
16824
|
+
ref: forwardRef2
|
|
16825
|
+
},
|
|
16826
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16827
|
+
"path",
|
|
16828
|
+
{
|
|
16829
|
+
fill: "currentColor",
|
|
16830
|
+
d: "M20 6c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1v-12Zm2 12c0 1.6569-1.3431 3-3 3h-14c-1.6568 0-3-1.3431-3-3v-12c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v12Z"
|
|
16831
|
+
}
|
|
16832
|
+
),
|
|
16833
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 16v-8h4v8h-4Z" }),
|
|
16834
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16835
|
+
"path",
|
|
16836
|
+
{
|
|
16837
|
+
fill: "currentColor",
|
|
16838
|
+
d: "M17 7c.5523 0 1 .4477 1 1v8c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-8l.0049-.1025a1.0003 1.0003 0 0 1 .9951-.8975h4Zm-3 8h2v-6h-2v6Z"
|
|
16839
|
+
}
|
|
16840
|
+
)
|
|
16841
|
+
);
|
|
16842
|
+
}
|
|
16843
|
+
);
|
|
16844
|
+
IconViewSideRight[designSystemBaseIcon.iconSymbol] = true;
|
|
16845
|
+
|
|
16651
16846
|
const IconWallet = react.forwardRef(
|
|
16652
16847
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
16653
16848
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -16990,7 +17185,7 @@ exports.IconDiagramCardSmall3 = IconDiagramCardSmall3;
|
|
|
16990
17185
|
exports.IconDiagramCardTeam = IconDiagramCardTeam;
|
|
16991
17186
|
exports.IconDiagramCardUser = IconDiagramCardUser;
|
|
16992
17187
|
exports.IconDiagramming = IconDiagramming;
|
|
16993
|
-
exports.
|
|
17188
|
+
exports.IconDiagrammingShapes = IconDiagrammingShapes;
|
|
16994
17189
|
exports.IconDistributeHorizontal = IconDistributeHorizontal;
|
|
16995
17190
|
exports.IconDistributeVertical = IconDistributeVertical;
|
|
16996
17191
|
exports.IconDocFormat = IconDocFormat;
|
|
@@ -17240,6 +17435,7 @@ exports.IconSmileyPlus = IconSmileyPlus;
|
|
|
17240
17435
|
exports.IconSmileySticker = IconSmileySticker;
|
|
17241
17436
|
exports.IconSocialAdo = IconSocialAdo;
|
|
17242
17437
|
exports.IconSocialAsana = IconSocialAsana;
|
|
17438
|
+
exports.IconSocialAws = IconSocialAws;
|
|
17243
17439
|
exports.IconSocialDrawio = IconSocialDrawio;
|
|
17244
17440
|
exports.IconSocialFacebook = IconSocialFacebook;
|
|
17245
17441
|
exports.IconSocialInstagram = IconSocialInstagram;
|
|
@@ -17344,6 +17540,7 @@ exports.IconTrophy = IconTrophy;
|
|
|
17344
17540
|
exports.IconTshirt = IconTshirt;
|
|
17345
17541
|
exports.IconUser = IconUser;
|
|
17346
17542
|
exports.IconUserAdd = IconUserAdd;
|
|
17543
|
+
exports.IconUserArrowRight = IconUserArrowRight;
|
|
17347
17544
|
exports.IconUserArrowRightUp = IconUserArrowRightUp;
|
|
17348
17545
|
exports.IconUserBackgroundBlur = IconUserBackgroundBlur;
|
|
17349
17546
|
exports.IconUserCog = IconUserCog;
|
|
@@ -17351,6 +17548,8 @@ exports.IconUserCogPlus = IconUserCogPlus;
|
|
|
17351
17548
|
exports.IconUserEyeOpen = IconUserEyeOpen;
|
|
17352
17549
|
exports.IconUserFilter = IconUserFilter;
|
|
17353
17550
|
exports.IconUserLoad = IconUserLoad;
|
|
17551
|
+
exports.IconUserMic = IconUserMic;
|
|
17552
|
+
exports.IconUserMicSlash = IconUserMicSlash;
|
|
17354
17553
|
exports.IconUserNumberThree = IconUserNumberThree;
|
|
17355
17554
|
exports.IconUserPenDashesBottom = IconUserPenDashesBottom;
|
|
17356
17555
|
exports.IconUserPenLineBottom = IconUserPenLineBottom;
|
|
@@ -17365,6 +17564,7 @@ exports.IconVideoCameraSimpleMic = IconVideoCameraSimpleMic;
|
|
|
17365
17564
|
exports.IconVideoCameraSimpleSlash = IconVideoCameraSimpleSlash;
|
|
17366
17565
|
exports.IconViewCenter = IconViewCenter;
|
|
17367
17566
|
exports.IconViewSideLeft = IconViewSideLeft;
|
|
17567
|
+
exports.IconViewSideRight = IconViewSideRight;
|
|
17368
17568
|
exports.IconWallet = IconWallet;
|
|
17369
17569
|
exports.IconWand = IconWand;
|
|
17370
17570
|
exports.IconWarning = IconWarning;
|