@iguanads/icons 1.11.2 → 1.12.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/README.md +44 -20
- package/dist/filled/index.js +355 -42
- package/dist/filled/index.mjs +355 -42
- package/dist/one-color/index.d.mts +7 -5
- package/dist/one-color/index.d.ts +7 -5
- package/dist/one-color/index.js +1497 -183
- package/dist/one-color/index.mjs +1496 -183
- package/dist/social-media/index.js +79 -7
- package/dist/social-media/index.mjs +79 -7
- package/dist/two-colors/index.d.mts +7 -3
- package/dist/two-colors/index.d.ts +7 -3
- package/dist/two-colors/index.js +1035 -142
- package/dist/two-colors/index.mjs +1033 -142
- package/package.json +11 -7
|
@@ -28,21 +28,93 @@ module.exports = __toCommonJS(social_media_exports);
|
|
|
28
28
|
|
|
29
29
|
// src/social-media/Facebook.tsx
|
|
30
30
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
-
var SvgFacebook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
31
|
+
var SvgFacebook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"svg",
|
|
33
|
+
{
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
fill: "none",
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
|
+
width: props.width || 24,
|
|
38
|
+
height: props.height || 24,
|
|
39
|
+
className: props.className,
|
|
40
|
+
...props,
|
|
41
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
fill: props.color || "currentColor",
|
|
45
|
+
d: "M24 12c0-6.628-5.372-12-12-12S0 5.372 0 12s5.372 12 12 12q.105.001.21-.005v-9.337H9.634v-3.005h2.578V9.441c0-2.564 1.566-3.961 3.853-3.961 1.097 0 2.04.08 2.311.117v2.681H16.8c-1.242 0-1.486.59-1.486 1.458v1.912h2.977l-.39 3.005h-2.587v8.883C20.33 22.096 24 17.48 24 12"
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
}
|
|
49
|
+
);
|
|
32
50
|
var Facebook_default = SvgFacebook;
|
|
33
51
|
|
|
34
52
|
// src/social-media/Instagram.tsx
|
|
35
53
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
36
|
-
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
54
|
+
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
55
|
+
"svg",
|
|
56
|
+
{
|
|
57
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
58
|
+
fill: "none",
|
|
59
|
+
viewBox: "0 0 24 24",
|
|
60
|
+
width: props.width || 24,
|
|
61
|
+
height: props.height || 24,
|
|
62
|
+
className: props.className,
|
|
63
|
+
...props,
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
fill: props.color || "currentColor",
|
|
69
|
+
d: "M14.297 12a2.297 2.297 0 1 1-4.594 0 2.297 2.297 0 0 1 4.594 0"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
fill: props.color || "currentColor",
|
|
76
|
+
fillRule: "evenodd",
|
|
77
|
+
d: "M17.372 7.936a2.1 2.1 0 0 0-.516-.792 2.1 2.1 0 0 0-.792-.516c-.243-.094-.608-.206-1.28-.237-.726-.033-.944-.04-2.784-.04s-2.058.007-2.784.04c-.672.03-1.037.143-1.28.237-.3.11-.57.287-.792.516a2.1 2.1 0 0 0-.516.792c-.094.243-.206.608-.237 1.28-.033.726-.04.944-.04 2.784s.007 2.058.04 2.785c.03.672.143 1.036.237 1.279.11.3.287.57.516.792.222.23.493.405.792.516.243.094.608.206 1.28.237.726.033.944.04 2.784.04s2.058-.007 2.784-.04c.672-.03 1.037-.143 1.28-.237a2.28 2.28 0 0 0 1.308-1.308c.094-.243.206-.607.237-1.28.033-.726.04-.944.04-2.784s-.007-2.058-.04-2.784c-.03-.672-.143-1.037-.237-1.28M12 15.538a3.538 3.538 0 1 1 0-7.076 3.538 3.538 0 0 1 0 7.076m2.851-7.216a.827.827 0 1 0 1.654 0 .827.827 0 0 0-1.654 0",
|
|
78
|
+
clipRule: "evenodd"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
fill: props.color || "currentColor",
|
|
85
|
+
fillRule: "evenodd",
|
|
86
|
+
d: "M0 12C0 5.374 5.374 0 12 0s12 5.374 12 12-5.374 12-12 12S0 18.626 0 12m18.529 4.514c.17-.439.287-.94.32-1.673.034-.735.042-.97.042-2.841s-.008-2.106-.042-2.84c-.033-.734-.15-1.235-.32-1.674a3.4 3.4 0 0 0-.795-1.22 3.4 3.4 0 0 0-1.22-.795c-.439-.17-.94-.287-1.673-.32-.735-.034-.97-.042-2.841-.042s-2.106.008-2.84.042c-.734.033-1.235.15-1.674.32-.46.173-.876.444-1.22.795a3.4 3.4 0 0 0-.795 1.22c-.17.439-.287.94-.32 1.673-.034.735-.042.97-.042 2.841s.008 2.106.042 2.841c.033.733.15 1.234.32 1.673.173.46.445.876.795 1.22.344.35.76.622 1.22.795.439.17.94.287 1.673.32.735.034.97.042 2.841.042s2.106-.008 2.841-.042c.733-.033 1.234-.15 1.673-.32a3.52 3.52 0 0 0 2.015-2.015",
|
|
87
|
+
clipRule: "evenodd"
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
);
|
|
41
93
|
var Instagram_default = SvgInstagram;
|
|
42
94
|
|
|
43
95
|
// src/social-media/Linkedin.tsx
|
|
44
96
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
45
|
-
var SvgLinkedin = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
97
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
98
|
+
"svg",
|
|
99
|
+
{
|
|
100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
+
fill: "none",
|
|
102
|
+
viewBox: "0 0 24 24",
|
|
103
|
+
width: props.width || 24,
|
|
104
|
+
height: props.height || 24,
|
|
105
|
+
className: props.className,
|
|
106
|
+
...props,
|
|
107
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
108
|
+
"path",
|
|
109
|
+
{
|
|
110
|
+
fill: props.color || "currentColor",
|
|
111
|
+
fillRule: "evenodd",
|
|
112
|
+
d: "M0 12C0 5.374 5.374 0 12 0s12 5.374 12 12-5.374 12-12 12S0 18.626 0 12m5.59 6.14h2.923V9.349H5.59zm1.462-9.993h-.02c-.98 0-1.614-.675-1.614-1.518 0-.863.653-1.52 1.653-1.52s1.615.657 1.634 1.52c0 .843-.634 1.518-1.653 1.518m9.077 9.994h2.922v-5.042c0-2.7-1.442-3.957-3.364-3.957-1.551 0-2.246.852-2.634 1.451V9.348H10.13c.039.825 0 8.793 0 8.793h2.923v-4.91c0-.263.018-.526.096-.714.211-.525.692-1.069 1.5-1.069 1.057 0 1.48.807 1.48 1.989z",
|
|
113
|
+
clipRule: "evenodd"
|
|
114
|
+
}
|
|
115
|
+
)
|
|
116
|
+
}
|
|
117
|
+
);
|
|
46
118
|
var Linkedin_default = SvgLinkedin;
|
|
47
119
|
// Annotate the CommonJS export names for ESM import in node:
|
|
48
120
|
0 && (module.exports = {
|
|
@@ -1,20 +1,92 @@
|
|
|
1
1
|
// src/social-media/Facebook.tsx
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
var SvgFacebook = (props) => /* @__PURE__ */ jsx(
|
|
3
|
+
var SvgFacebook = (props) => /* @__PURE__ */ jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
width: props.width || 24,
|
|
10
|
+
height: props.height || 24,
|
|
11
|
+
className: props.className,
|
|
12
|
+
...props,
|
|
13
|
+
children: /* @__PURE__ */ jsx(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
fill: props.color || "currentColor",
|
|
17
|
+
d: "M24 12c0-6.628-5.372-12-12-12S0 5.372 0 12s5.372 12 12 12q.105.001.21-.005v-9.337H9.634v-3.005h2.578V9.441c0-2.564 1.566-3.961 3.853-3.961 1.097 0 2.04.08 2.311.117v2.681H16.8c-1.242 0-1.486.59-1.486 1.458v1.912h2.977l-.39 3.005h-2.587v8.883C20.33 22.096 24 17.48 24 12"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
4
22
|
var Facebook_default = SvgFacebook;
|
|
5
23
|
|
|
6
24
|
// src/social-media/Instagram.tsx
|
|
7
25
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
8
|
-
var SvgInstagram = (props) => /* @__PURE__ */ jsxs(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
26
|
+
var SvgInstagram = (props) => /* @__PURE__ */ jsxs(
|
|
27
|
+
"svg",
|
|
28
|
+
{
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
fill: "none",
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
width: props.width || 24,
|
|
33
|
+
height: props.height || 24,
|
|
34
|
+
className: props.className,
|
|
35
|
+
...props,
|
|
36
|
+
children: [
|
|
37
|
+
/* @__PURE__ */ jsx2(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fill: props.color || "currentColor",
|
|
41
|
+
d: "M14.297 12a2.297 2.297 0 1 1-4.594 0 2.297 2.297 0 0 1 4.594 0"
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ jsx2(
|
|
45
|
+
"path",
|
|
46
|
+
{
|
|
47
|
+
fill: props.color || "currentColor",
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
d: "M17.372 7.936a2.1 2.1 0 0 0-.516-.792 2.1 2.1 0 0 0-.792-.516c-.243-.094-.608-.206-1.28-.237-.726-.033-.944-.04-2.784-.04s-2.058.007-2.784.04c-.672.03-1.037.143-1.28.237-.3.11-.57.287-.792.516a2.1 2.1 0 0 0-.516.792c-.094.243-.206.608-.237 1.28-.033.726-.04.944-.04 2.784s.007 2.058.04 2.785c.03.672.143 1.036.237 1.279.11.3.287.57.516.792.222.23.493.405.792.516.243.094.608.206 1.28.237.726.033.944.04 2.784.04s2.058-.007 2.784-.04c.672-.03 1.037-.143 1.28-.237a2.28 2.28 0 0 0 1.308-1.308c.094-.243.206-.607.237-1.28.033-.726.04-.944.04-2.784s-.007-2.058-.04-2.784c-.03-.672-.143-1.037-.237-1.28M12 15.538a3.538 3.538 0 1 1 0-7.076 3.538 3.538 0 0 1 0 7.076m2.851-7.216a.827.827 0 1 0 1.654 0 .827.827 0 0 0-1.654 0",
|
|
50
|
+
clipRule: "evenodd"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ jsx2(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fill: props.color || "currentColor",
|
|
57
|
+
fillRule: "evenodd",
|
|
58
|
+
d: "M0 12C0 5.374 5.374 0 12 0s12 5.374 12 12-5.374 12-12 12S0 18.626 0 12m18.529 4.514c.17-.439.287-.94.32-1.673.034-.735.042-.97.042-2.841s-.008-2.106-.042-2.84c-.033-.734-.15-1.235-.32-1.674a3.4 3.4 0 0 0-.795-1.22 3.4 3.4 0 0 0-1.22-.795c-.439-.17-.94-.287-1.673-.32-.735-.034-.97-.042-2.841-.042s-2.106.008-2.84.042c-.734.033-1.235.15-1.674.32-.46.173-.876.444-1.22.795a3.4 3.4 0 0 0-.795 1.22c-.17.439-.287.94-.32 1.673-.034.735-.042.97-.042 2.841s.008 2.106.042 2.841c.033.733.15 1.234.32 1.673.173.46.445.876.795 1.22.344.35.76.622 1.22.795.439.17.94.287 1.673.32.735.034.97.042 2.841.042s2.106-.008 2.841-.042c.733-.033 1.234-.15 1.673-.32a3.52 3.52 0 0 0 2.015-2.015",
|
|
59
|
+
clipRule: "evenodd"
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
);
|
|
13
65
|
var Instagram_default = SvgInstagram;
|
|
14
66
|
|
|
15
67
|
// src/social-media/Linkedin.tsx
|
|
16
68
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
17
|
-
var SvgLinkedin = (props) => /* @__PURE__ */ jsx3(
|
|
69
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ jsx3(
|
|
70
|
+
"svg",
|
|
71
|
+
{
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
fill: "none",
|
|
74
|
+
viewBox: "0 0 24 24",
|
|
75
|
+
width: props.width || 24,
|
|
76
|
+
height: props.height || 24,
|
|
77
|
+
className: props.className,
|
|
78
|
+
...props,
|
|
79
|
+
children: /* @__PURE__ */ jsx3(
|
|
80
|
+
"path",
|
|
81
|
+
{
|
|
82
|
+
fill: props.color || "currentColor",
|
|
83
|
+
fillRule: "evenodd",
|
|
84
|
+
d: "M0 12C0 5.374 5.374 0 12 0s12 5.374 12 12-5.374 12-12 12S0 18.626 0 12m5.59 6.14h2.923V9.349H5.59zm1.462-9.993h-.02c-.98 0-1.614-.675-1.614-1.518 0-.863.653-1.52 1.653-1.52s1.615.657 1.634 1.52c0 .843-.634 1.518-1.653 1.518m9.077 9.994h2.922v-5.042c0-2.7-1.442-3.957-3.364-3.957-1.551 0-2.246.852-2.634 1.451V9.348H10.13c.039.825 0 8.793 0 8.793h2.923v-4.91c0-.263.018-.526.096-.714.211-.525.692-1.069 1.5-1.069 1.057 0 1.48.807 1.48 1.989z",
|
|
85
|
+
clipRule: "evenodd"
|
|
86
|
+
}
|
|
87
|
+
)
|
|
88
|
+
}
|
|
89
|
+
);
|
|
18
90
|
var Linkedin_default = SvgLinkedin;
|
|
19
91
|
export {
|
|
20
92
|
Facebook_default as Facebook,
|
|
@@ -23,6 +23,8 @@ declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
23
23
|
|
|
24
24
|
declare const SvgLoyalty: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
25
|
|
|
26
|
+
declare const SvgMagic: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
26
28
|
declare const SvgMatches: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
29
|
|
|
28
30
|
declare const SvgMessages: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -31,10 +33,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
31
33
|
|
|
32
34
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
33
35
|
|
|
34
|
-
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
|
|
36
36
|
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
+
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
38
40
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
40
42
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -47,6 +49,8 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
47
49
|
|
|
48
50
|
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
51
|
|
|
52
|
+
declare const SvgSupport: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
50
54
|
declare const SvgTimesheet: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
55
|
|
|
52
56
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -55,4 +59,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
55
59
|
|
|
56
60
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
61
|
|
|
58
|
-
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
62
|
+
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMagic as Magic, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgSupport as Support, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
@@ -23,6 +23,8 @@ declare const SvgHelp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
23
23
|
|
|
24
24
|
declare const SvgLoyalty: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
25
|
|
|
26
|
+
declare const SvgMagic: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
26
28
|
declare const SvgMatches: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
29
|
|
|
28
30
|
declare const SvgMessages: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -31,10 +33,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
31
33
|
|
|
32
34
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
33
35
|
|
|
34
|
-
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
|
|
36
36
|
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
37
|
|
|
38
|
+
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
38
40
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
40
42
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -47,6 +49,8 @@ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
47
49
|
|
|
48
50
|
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
51
|
|
|
52
|
+
declare const SvgSupport: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
50
54
|
declare const SvgTimesheet: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
55
|
|
|
52
56
|
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -55,4 +59,4 @@ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX
|
|
|
55
59
|
|
|
56
60
|
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
61
|
|
|
58
|
-
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|
|
62
|
+
export { SvgAdditionsDeductions as AdditionsDeductions, SvgBag as Bag, SvgBarcodeError as BarcodeError, SvgCalendar as Calendar, SvgCart as Cart, SvgDeliver as Deliver, SvgDocumentSuccess as DocumentSuccess, SvgError as Error, SvgFavorite as Favorite, SvgHelp as Help, SvgLoyalty as Loyalty, SvgMagic as Magic, SvgMatches as Matches, SvgMessages as Messages, SvgMoney as Money, SvgNotification as Notification, SvgOrder as Order, SvgOrderEdit as OrderEdit, SvgPay as Pay, SvgPin as Pin, SvgQrCode as QrCode, SvgRate as Rate, SvgSearch as Search, SvgSignOut as SignOut, SvgSupport as Support, SvgTimesheet as Timesheet, SvgTrash as Trash, SvgUser as User, SvgVoucher as Voucher };
|