@payfit/unity-icons 2.47.5 → 2.47.6
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/esm/components/icon/Icon.js +107 -111
- package/dist/esm/components/icon/parts/IconSprite.js +12 -9
- package/dist/esm/components/icons-provider/UnityIconsProvider.js +48 -37
- package/dist/esm/generated/index.js +4 -4
- package/dist/esm/generated/sprite.js +4 -0
- package/dist/esm/index.js +4 -10
- package/dist/esm/utils.js +19 -30
- package/package.json +6 -6
- package/dist/esm/generated/sprite.svg.js +0 -4
|
@@ -1,113 +1,109 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { uyTv as
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
1
|
+
import { IconSprite as e } from "./parts/IconSprite.js";
|
|
2
|
+
import { uyTv as t } from "@payfit/unity-themes";
|
|
3
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
4
|
+
//#region src/components/icon/Icon.tsx
|
|
5
|
+
var r = t({
|
|
6
|
+
variants: {
|
|
7
|
+
size: {
|
|
8
|
+
20: "uy:w-250 uy:h-250",
|
|
9
|
+
24: "uy:w-300 uy:h-300"
|
|
10
|
+
},
|
|
11
|
+
color: {
|
|
12
|
+
"content.primary": "uy:text-content-primary",
|
|
13
|
+
"content.primary.enabled": "uy:text-content-primary-enabled",
|
|
14
|
+
"content.primary.hover": "uy:text-content-primary-hover",
|
|
15
|
+
"content.primary.pressed": "uy:text-content-primary-pressed",
|
|
16
|
+
"content.primary.focus": "uy:text-content-primary-focus",
|
|
17
|
+
"content.primary.active": "uy:text-content-primary-active",
|
|
18
|
+
"content.primary.disabled": "uy:text-content-primary-disabled",
|
|
19
|
+
"content.neutral": "uy:text-content-neutral",
|
|
20
|
+
"content.neutral.enabled": "uy:text-content-neutral-enabled",
|
|
21
|
+
"content.neutral.hover": "uy:text-content-neutral-hover",
|
|
22
|
+
"content.neutral.pressed": "uy:text-content-neutral-pressed",
|
|
23
|
+
"content.neutral.focus": "uy:text-content-neutral-focus",
|
|
24
|
+
"content.neutral.active": "uy:text-content-neutral-active",
|
|
25
|
+
"content.neutral.disabled": "uy:text-content-neutral-disabled",
|
|
26
|
+
"content.neutral.low": "uy:text-content-neutral-low",
|
|
27
|
+
"content.neutral.lowest": "uy:text-content-neutral-lowest",
|
|
28
|
+
"content.neutral.lowest.enabled": "uy:text-content-neutral-lowest-enabled",
|
|
29
|
+
"content.neutral.lowest.hover": "uy:text-content-neutral-lowest-hover",
|
|
30
|
+
"content.neutral.lowest.pressed": "uy:text-content-neutral-lowest-pressed",
|
|
31
|
+
"content.neutral.lowest.focus": "uy:text-content-neutral-lowest-focus",
|
|
32
|
+
"content.neutral.lowest.active": "uy:text-content-neutral-lowest-active",
|
|
33
|
+
"content.neutral.lowest.disabled": "uy:text-content-neutral-lowest-disabled",
|
|
34
|
+
"content.danger": "uy:text-content-danger",
|
|
35
|
+
"content.danger.enabled": "uy:text-content-danger-enabled",
|
|
36
|
+
"content.danger.hover": "uy:text-content-danger-hover",
|
|
37
|
+
"content.danger.pressed": "uy:text-content-danger-pressed",
|
|
38
|
+
"content.danger.focus": "uy:text-content-danger-focus",
|
|
39
|
+
"content.danger.active": "uy:text-content-danger-active",
|
|
40
|
+
"content.danger.disabled": "uy:text-content-danger-disabled",
|
|
41
|
+
"content.warning": "uy:text-content-warning",
|
|
42
|
+
"content.warning.enabled": "uy:text-content-warning-enabled",
|
|
43
|
+
"content.warning.hover": "uy:text-content-warning-hover",
|
|
44
|
+
"content.warning.pressed": "uy:text-content-warning-pressed",
|
|
45
|
+
"content.warning.focus": "uy:text-content-warning-focus",
|
|
46
|
+
"content.warning.active": "uy:text-content-warning-active",
|
|
47
|
+
"content.warning.disabled": "uy:text-content-warning-disabled",
|
|
48
|
+
"content.success": "uy:text-content-success",
|
|
49
|
+
"content.success.enabled": "uy:text-content-success-enabled",
|
|
50
|
+
"content.success.hover": "uy:text-content-success-hover",
|
|
51
|
+
"content.success.pressed": "uy:text-content-success-pressed",
|
|
52
|
+
"content.success.focus": "uy:text-content-success-focus",
|
|
53
|
+
"content.success.active": "uy:text-content-success-active",
|
|
54
|
+
"content.success.disabled": "uy:text-content-success-disabled",
|
|
55
|
+
"content.info": "uy:text-content-info",
|
|
56
|
+
"content.info.enabled": "uy:text-content-info-enabled",
|
|
57
|
+
"content.info.hover": "uy:text-content-info-hover",
|
|
58
|
+
"content.info.pressed": "uy:text-content-info-pressed",
|
|
59
|
+
"content.info.focus": "uy:text-content-info-focus",
|
|
60
|
+
"content.info.active": "uy:text-content-info-active",
|
|
61
|
+
"content.info.disabled": "uy:text-content-info-disabled",
|
|
62
|
+
"content.promo": "uy:text-content-promo",
|
|
63
|
+
"content.form.enabled": "uy:text-content-form",
|
|
64
|
+
"content.form.hover": "uy:text-content-form-hover",
|
|
65
|
+
"content.form.pressed": "uy:text-content-form-pressed",
|
|
66
|
+
"content.form.focus": "uy:text-content-form-focus",
|
|
67
|
+
"content.form.active": "uy:text-content-form-active",
|
|
68
|
+
"content.form.disabled": "uy:text-content-form-disabled",
|
|
69
|
+
"content.form.read-only": "uy:text-content-form-read-only",
|
|
70
|
+
"content.form.invalid": "uy:text-content-form-invalid",
|
|
71
|
+
"content.inverted": "uy:text-content-inverted",
|
|
72
|
+
"content.inverted.enabled": "uy:text-content-inverted-enabled",
|
|
73
|
+
"content.inverted.hover": "uy:text-content-inverted-hover",
|
|
74
|
+
"content.inverted.pressed": "uy:text-content-inverted-pressed",
|
|
75
|
+
"content.inverted.focus": "uy:text-content-inverted-focus",
|
|
76
|
+
"content.inverted.active": "uy:text-content-inverted-active",
|
|
77
|
+
"content.inverted.disabled": "uy:text-content-inverted-disabled",
|
|
78
|
+
inherit: "uy:text-inherit"
|
|
79
|
+
},
|
|
80
|
+
display: {
|
|
81
|
+
block: "uy:block",
|
|
82
|
+
inline: "uy:inline-block"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
defaultVariants: {
|
|
86
|
+
size: 20,
|
|
87
|
+
color: "inherit",
|
|
88
|
+
display: "block"
|
|
89
|
+
}
|
|
89
90
|
});
|
|
90
|
-
function
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"aria-label": t["aria-labelledby"] ? void 0 : n,
|
|
107
|
-
children: /* @__PURE__ */ e(d, { className: u, src: r })
|
|
108
|
-
}
|
|
109
|
-
);
|
|
91
|
+
function i({ alt: t, color: i, size: a, src: o, role: s = "img", display: c = "block", ...l }) {
|
|
92
|
+
let u = r({
|
|
93
|
+
size: a,
|
|
94
|
+
color: i,
|
|
95
|
+
display: c
|
|
96
|
+
});
|
|
97
|
+
return /* @__PURE__ */ n("span", {
|
|
98
|
+
"data-dd-privacy": "allow",
|
|
99
|
+
...l,
|
|
100
|
+
role: s,
|
|
101
|
+
"aria-label": l["aria-labelledby"] ? void 0 : t,
|
|
102
|
+
children: /* @__PURE__ */ n(e, {
|
|
103
|
+
className: u,
|
|
104
|
+
src: o
|
|
105
|
+
})
|
|
106
|
+
});
|
|
110
107
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
};
|
|
108
|
+
//#endregion
|
|
109
|
+
export { i as Icon };
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { useIconsContext as e } from "../../icons-provider/UnityIconsProvider.js";
|
|
2
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
+
//#region src/components/icon/parts/IconSprite.tsx
|
|
4
|
+
function n({ src: n, ...r }) {
|
|
5
|
+
let { isLoaded: i } = e();
|
|
6
|
+
return i ? /* @__PURE__ */ t("svg", {
|
|
7
|
+
...r,
|
|
8
|
+
children: /* @__PURE__ */ t("use", { href: `#${n}` })
|
|
9
|
+
}) : null;
|
|
6
10
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
+
n.displayName = "IconSprite";
|
|
12
|
+
//#endregion
|
|
13
|
+
export { n as IconSprite };
|
|
@@ -1,39 +1,50 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import { injectSprite as e, isSpriteInDocument as t } from "../../utils.js";
|
|
2
|
+
import { createContext as n, useContext as r, useEffect as i, useState as a } from "react";
|
|
3
|
+
import { Fragment as o, jsx as s } from "react/jsx-runtime";
|
|
4
|
+
//#region src/components/icons-provider/UnityIconsProvider.tsx
|
|
5
|
+
var c = n(null);
|
|
6
|
+
function l({ children: n, onError: r, fallback: l }) {
|
|
7
|
+
let [u, d] = a({
|
|
8
|
+
isLoaded: !1,
|
|
9
|
+
error: null,
|
|
10
|
+
isLoading: !0
|
|
11
|
+
});
|
|
12
|
+
return i(() => {
|
|
13
|
+
if (t()) {
|
|
14
|
+
d({
|
|
15
|
+
isLoaded: !0,
|
|
16
|
+
error: null,
|
|
17
|
+
isLoading: !1
|
|
18
|
+
});
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
try {
|
|
22
|
+
d((e) => ({
|
|
23
|
+
...e,
|
|
24
|
+
isLoading: !0
|
|
25
|
+
})), e(), d({
|
|
26
|
+
isLoaded: !0,
|
|
27
|
+
error: null,
|
|
28
|
+
isLoading: !1
|
|
29
|
+
});
|
|
30
|
+
} catch (e) {
|
|
31
|
+
let t = e instanceof Error ? e : /* @__PURE__ */ Error("Unknown error");
|
|
32
|
+
d({
|
|
33
|
+
isLoaded: !1,
|
|
34
|
+
error: t,
|
|
35
|
+
isLoading: !1
|
|
36
|
+
}), r?.(t);
|
|
37
|
+
}
|
|
38
|
+
}, [r]), u.error === null ? u.isLoading && l !== void 0 ? /* @__PURE__ */ s(o, { children: l }) : /* @__PURE__ */ s(c.Provider, {
|
|
39
|
+
value: u,
|
|
40
|
+
children: n
|
|
41
|
+
}) : l === void 0 ? /* @__PURE__ */ s("div", { children: "Failed to load Unity icons" }) : /* @__PURE__ */ s(o, { children: l });
|
|
28
42
|
}
|
|
29
|
-
|
|
30
|
-
function
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
return e;
|
|
43
|
+
l.displayName = "UnityIconsProvider";
|
|
44
|
+
function u() {
|
|
45
|
+
let e = r(c);
|
|
46
|
+
if (!e) throw Error("useIconsContext must be used within a UnityIconsProvider");
|
|
47
|
+
return e;
|
|
35
48
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
h as useIconsContext
|
|
39
|
-
};
|
|
49
|
+
//#endregion
|
|
50
|
+
export { l as UnityIconsProvider, u as useIconsContext };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
//#region src/generated/index.ts
|
|
2
|
+
var e = /* @__PURE__ */ "AirplaneFilled.AirplaneOutlined.AlarmFilled.AlarmOutlined.ArrowCircleRightFilled.ArrowCircleRightOutlined.ArrowClockwiseFilled.ArrowClockwiseOutlined.ArrowDownFilled.ArrowDownOutlined.ArrowElbowRightFilled.ArrowElbowRightOutlined.ArrowFatLineUpFilled.ArrowFatLineUpOutlined.ArrowLeftFilled.ArrowLeftOutlined.ArrowRightFilled.ArrowRightOutlined.ArrowSquareOutFilled.ArrowSquareOutOutlined.ArrowUUpLeftFilled.ArrowUUpLeftOutlined.ArrowUpAndRightFilled.ArrowUpAndRightOutlined.ArrowUpFilled.ArrowUpOutlined.ArrowUpRightFilled.ArrowUpRightOutlined.ArrowsOutSimpleFilled.ArrowsOutSimpleOutlined.AtFilled.AtOutlined.BabyCarriageFilled.BabyCarriageOutlined.BabyFilled.BabyOutlined.BadgeFilled.BadgeOutlined.BankFilled.BankOutlined.BellFilled.BellOutlined.BookOpenTextFilled.BookOpenTextOutlined.BriefcaseFilled.BriefcaseOutlined.BrowserFilled.BrowserOutlined.BuildingsFilled.BuildingsOutlined.CakeFilled.CakeOutlined.CalculatorFilled.CalculatorOutlined.CalendarBlankFilled.CalendarBlankOutlined.CalendarCheckFilled.CalendarCheckOutlined.CalendarEventFilled.CalendarEventOutlined.CalendarFilled.CalendarMonthFilled.CalendarMonthOutlined.CalendarOutlined.CalendarPlusFilled.CalendarPlusOutlined.CalendarXFilled.CalendarXOutlined.CameraFilled.CameraOutlined.CardsThreeFilled.CardsThreeOutlined.CaretDoubleRightFilled.CaretDoubleRightOutlined.CaretDownFilled.CaretDownOutlined.CaretLeftFilled.CaretLeftOutlined.CaretRightFilled.CaretRightOutlined.CaretUpDownFilled.CaretUpDownOutlined.CaretUpFilled.CaretUpOutlined.ChargingStationFilled.ChargingStationOutlined.ChartFilled.ChartOutlined.ChatQuestionFilled.ChatQuestionOutlined.ChatWarningFilled.ChatWarningOutlined.ChatsFilled.ChatsOutlined.CheckCircleFilled.CheckCircleOutlined.CheckFilled.CheckOutlined.ClipboardCheckFilled.ClipboardCheckOutlined.ClipboardFilled.ClipboardOutlined.ClockClockwiseFilled.ClockClockwiseOutlined.ClockCountdownFilled.ClockCountdownOutlined.ClockCounterClockwiseFilled.ClockCounterClockwiseOutlined.CloseCircleFilled.CloseCircleOutlined.CloseFilled.CloseOutlined.CloudArrowDownFilled.CloudArrowDownOutlined.CloudArrowUpFilled.CloudArrowUpOutlined.CodeSimpleFilled.CodeSimpleOutlined.CoinsFilled.CoinsOutlined.ContactlessPaymentFilled.ContactlessPaymentOutlined.CopySimpleFilled.CopySimpleOutlined.CreditCardFilled.CreditCardOutlined.CreditCardPlusFilled.CreditCardPlusOutlined.CurrencyEuroFilled.CurrencyEuroOutlined.CurrencyPoundFilled.CurrencyPoundOutlined.DashboardFilled.DashboardOutlined.DevicesFilled.DevicesOutlined.DotsNineFilled.DotsNineOutlined.DotsSevenFilled.DotsSevenOutlined.DotsThreeFilled.DotsThreeOutlined.DownloadSimpleFilled.DownloadSimpleOutlined.EnvelopeFilled.EnvelopeOutlined.EyeFilled.EyeOutlined.EyeSlashFilled.EyeSlashOutlined.FileArchiveFilled.FileArchiveOutlined.FileCheckFilled.FileCheckOutlined.FileFilled.FileOutlined.FilePDFFilled.FilePDFOutlined.FilePaperclipFilled.FilePaperclipOutlined.FilePlusFilled.FilePlusOutlined.FileSearchFilled.FileSearchOutlined.FileSheetFilled.FileSheetOutlined.FileSparkleFilled.FileSparkleOutlined.FingerPrintFilled.FingerPrintOutlined.FirstAidKitFilled.FirstAidKitOutlined.FlagFilled.FlagOutlined.FocusFilled.FocusOutlined.FolderFilled.FolderOutlined.FolderUserFilled.FolderUserOutlined.ForkKnifeFilled.ForkKnifeOutlined.GavelFilled.GavelOutlined.GearArrowFilled.GearArrowOutlined.GearSimpleFilled.GearSimpleOutlined.GearSparkleFilled.GearSparkleOutlined.GiftFilled.GiftOutlined.GraduationCapFilled.GraduationCapOutlined.GridFourFilled.GridFourOutlined.HandCoinsFilled.HandCoinsOutlined.HandHeartFilled.HandHeartOutlined.HeadsetFilled.HeadsetOutlined.HeartFilled.HeartOutlined.HourglassFilled.HourglassHighFilled.HourglassHighOutlined.HourglassOutlined.HouseFilled.HouseOutlined.ImageFilled.ImageOutlined.InfoFilled.InfoOutlined.IslandFilled.IslandOutlined.LayoutFilled.LayoutOutlined.LightbulbFilamentFilled.LightbulbFilamentOutlined.LightningFilled.LightningOutlined.ListFilled.ListOutlined.LockFilled.LockOutlined.MagnifyingGlassFilled.MagnifyingGlassOutlined.MapPinFilled.MapPinOutlined.MathOperationsFilled.MathOperationsOutlined.MinusFilled.MinusOutlined.MoneyFilled.MoneyOutlined.MoonFilled.MoonOutlined.NetworkFilled.NetworkOutlined.NoteBlankFilled.NoteBlankOutlined.NoteFilled.NoteOutlined.OrganizationChartFilled.OrganizationChartOutlined.PageBreakFilled.PageBreakOutlined.PalmFilled.PalmOutlined.PaperPlaneFilled.PaperPlaneOutlined.PaperclipFilled.PaperclipOutlined.PencilSimpleFilled.PencilSimpleOutlined.PeopleFilled.PeopleOutlined.PersonArmsSpreadFilled.PersonArmsSpreadOutlined.PhoneFilled.PhoneOutlined.PieChartFilled.PieChartOutlined.PiggyBankFilled.PiggyBankOutlined.PlusCircleFilled.PlusCircleOutlined.PlusFilled.PlusOutlined.PresentationChartFilled.PresentationChartOutlined.PresentationTimelineFilled.PresentationTimelineOutlined.ProhibitFilled.ProhibitOutlined.PuzzlePieceFilled.PuzzlePieceOutlined.QuestionFilled.QuestionOutlined.ReceiptFilled.ReceiptOutlined.RecycleFilled.RecycleOutlined.SealCheckFilled.SealCheckOutlined.ShareNetworkFilled.ShareNetworkOutlined.ShieldCheckFilled.ShieldCheckOutlined.ShieldChekeredFilled.ShieldChekeredOutlined.SignInFilled.SignInOutlined.SignOutFilled.SignOutOutlined.SignatureFilled.SignatureOutlined.SlidersHorizontalFilled.SlidersHorizontalOutlined.SpaFilled.SpaOutlined.SparkleFilled.SparkleOutlined.SpeedIndicatorFilled.SpeedIndicatorOutlined.StackSimpleFilled.StackSimpleOutlined.StarFilled.StarOutlined.StorefrontFilled.StorefrontOutlined.SwapFilled.SwapOutlined.TagFilled.TagOutlined.ThumbsUpFilled.ThumbsUpOutlined.TicketFilled.TicketOutlined.TimerFilled.TimerOutlined.TrainFilled.TrainOutlined.TrashFilled.TrashOutlined.TrashSimpleFilled.TrashSimpleOutlined.TrashXFilled.TrashXOutlined.TreeStructureFilled.TreeStructureOutlined.TrendDownFilled.TrendDownOutlined.TrendUpFilled.TrendUpOutlined.UmbrellaFilled.UmbrellaOutlined.UploadSimpleFilled.UploadSimpleOutlined.UserCircleFilled.UserCircleOutlined.UserContactFilled.UserContactOutlined.UserFilled.UserFocusFilled.UserFocusOutlined.UserGreetingFilled.UserGreetingOutlined.UserOutlined.UserPlusFilled.UserPlusOutlined.UserRectangleFilled.UserRectangleOutlined.UsersFilled.UsersHeartFilled.UsersHeartOutlined.UsersOutlined.UsersSwitchFilled.UsersSwitchOutlined.UsersThreeFilled.UsersThreeOutlined.VirusFilled.VirusOutlined.WalletFilled.WalletOutlined.WarningCircleFilled.WarningCircleOutlined.WarningDiamondFilled.WarningDiamondOutlined.WarningFilled.WarningOutlined.WaveFilled.WaveOutlined.WifiHighFilled.WifiHighOutlined.WifiSlashFilled.WifiSlashOutlined".split(".");
|
|
3
|
+
//#endregion
|
|
4
|
+
export { e as iconNames };
|