@iguanads/icons 1.12.0 → 1.12.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/filled/index.js +42 -355
- package/dist/filled/index.mjs +42 -355
- package/dist/one-color/index.d.mts +17 -5
- package/dist/one-color/index.d.ts +17 -5
- package/dist/one-color/index.js +249 -1494
- package/dist/one-color/index.mjs +242 -1493
- package/dist/social-media/index.js +7 -79
- package/dist/social-media/index.mjs +7 -79
- package/dist/two-colors/index.d.mts +2 -2
- package/dist/two-colors/index.d.ts +2 -2
- package/dist/two-colors/index.js +139 -1009
- package/dist/two-colors/index.mjs +139 -1009
- package/package.json +5 -6
|
@@ -28,93 +28,21 @@ 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)(
|
|
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
|
-
);
|
|
31
|
+
var SvgFacebook = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: props.color || "currentColor", 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" }) });
|
|
50
32
|
var Facebook_default = SvgFacebook;
|
|
51
33
|
|
|
52
34
|
// src/social-media/Instagram.tsx
|
|
53
35
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
54
|
-
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
55
|
-
"
|
|
56
|
-
{
|
|
57
|
-
|
|
58
|
-
|
|
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
|
-
);
|
|
36
|
+
var SvgInstagram = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", d: "M14.297 12a2.297 2.297 0 1 1-4.594 0 2.297 2.297 0 0 1 4.594 0" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" })
|
|
40
|
+
] });
|
|
93
41
|
var Instagram_default = SvgInstagram;
|
|
94
42
|
|
|
95
43
|
// src/social-media/Linkedin.tsx
|
|
96
44
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
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
|
-
);
|
|
45
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" }) });
|
|
118
46
|
var Linkedin_default = SvgLinkedin;
|
|
119
47
|
// Annotate the CommonJS export names for ESM import in node:
|
|
120
48
|
0 && (module.exports = {
|
|
@@ -1,92 +1,20 @@
|
|
|
1
1
|
// src/social-media/Facebook.tsx
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
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
|
-
);
|
|
3
|
+
var SvgFacebook = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx("path", { fill: props.color || "currentColor", 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" }) });
|
|
22
4
|
var Facebook_default = SvgFacebook;
|
|
23
5
|
|
|
24
6
|
// src/social-media/Instagram.tsx
|
|
25
7
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
26
|
-
var SvgInstagram = (props) => /* @__PURE__ */ jsxs(
|
|
27
|
-
"
|
|
28
|
-
{
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
);
|
|
8
|
+
var SvgInstagram = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", d: "M14.297 12a2.297 2.297 0 1 1-4.594 0 2.297 2.297 0 0 1 4.594 0" }),
|
|
10
|
+
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx2("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" })
|
|
12
|
+
] });
|
|
65
13
|
var Instagram_default = SvgInstagram;
|
|
66
14
|
|
|
67
15
|
// src/social-media/Linkedin.tsx
|
|
68
16
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
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
|
-
);
|
|
17
|
+
var SvgLinkedin = (props) => /* @__PURE__ */ jsx3("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx3("path", { fill: props.color || "currentColor", fillRule: "evenodd", 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", clipRule: "evenodd" }) });
|
|
90
18
|
var Linkedin_default = SvgLinkedin;
|
|
91
19
|
export {
|
|
92
20
|
Facebook_default as Facebook,
|
|
@@ -33,10 +33,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
33
33
|
|
|
34
34
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
|
|
38
36
|
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
37
|
|
|
38
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
40
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
41
|
|
|
42
42
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -33,10 +33,10 @@ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JS
|
|
|
33
33
|
|
|
34
34
|
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
|
|
38
36
|
declare const SvgOrderEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
37
|
|
|
38
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
40
|
declare const SvgPay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
41
|
|
|
42
42
|
declare const SvgPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|