@wikicasa-dev/svg-icons 0.0.42 → 0.0.44
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/AnalyticsIcon.js +1 -1
- package/dist/ArrowIndicatorIcon.js +1 -1
- package/dist/AuctionHammerIcon.js +69 -0
- package/dist/BankIcon.js +1 -1
- package/dist/BathroomIcon.js +32 -0
- package/dist/BusIcon.js +1 -1
- package/dist/CartIcon.js +1 -1
- package/dist/Charge.js +1 -1
- package/dist/CheckIcon.js +1 -1
- package/dist/CheckRoundedIcon.js +1 -1
- package/dist/CredipassIcon.js +24 -0
- package/dist/DemandIcon.js +1 -1
- package/dist/DownloadIcon.js +1 -1
- package/dist/EnergyClassIcon.js +43 -0
- package/dist/ExternalLinkIcon.js +26 -0
- package/dist/FacebookIcon.js +1 -1
- package/dist/FacebookRoundedIcon.js +82 -0
- package/dist/GearIcon.js +1 -1
- package/dist/GenericUserWikiAvatarSquaredImg.js +154 -0
- package/dist/GoogleIcon.js +1 -1
- package/dist/HamburgerMenuIcon.js +1 -1
- package/dist/HeartShadowedIcon.js +71 -0
- package/dist/HomeIcon.js +1 -1
- package/dist/HospitalIcon.js +1 -1
- package/dist/HouseValuationIcon.js +1 -1
- package/dist/InfoIcon.js +1 -1
- package/dist/InstagramIcon.js +1 -1
- package/dist/LinkedinIcon.js +1 -1
- package/dist/PharmacyIcon.js +1 -1
- package/dist/PhotoIcon.js +25 -40
- package/dist/PinShadowedIcon.js +1 -1
- package/dist/PostIcon.js +1 -1
- package/dist/PriceIcon.js +1 -1
- package/dist/PrincipalIcon.js +1 -1
- package/dist/SchoolIcon.js +1 -1
- package/dist/SortIcon.js +32 -0
- package/dist/SquareMeterIcon.js +1 -1
- package/dist/SubwayIcon.js +1 -1
- package/dist/TelegramRoundedIcon.js +53 -0
- package/dist/TrainAltIcon.js +1 -1
- package/dist/TrainIcon.js +1 -1
- package/dist/TransactionIcon.js +1 -1
- package/dist/WhatsappRoundedIcon.js +19 -0
- package/dist/WikiNoSavedSearches.js +434 -0
- package/dist/WikicasaIcon.js +1 -1
- package/dist/WikicasaRoundedIcon.js +1 -1
- package/dist/YoutubeIcon.js +1 -1
- package/dist/index.js +148 -122
- package/dist/lib/index.d.ts +110 -99
- package/dist/lib/svgIcons/AuctionHammerIcon.d.ts +6 -0
- package/dist/lib/svgIcons/BathroomIcon.d.ts +3 -0
- package/dist/lib/svgIcons/CredipassIcon.d.ts +6 -0
- package/dist/lib/svgIcons/EnergyClassIcon.d.ts +3 -0
- package/dist/lib/svgIcons/ExternalLinkIcon.d.ts +3 -0
- package/dist/lib/svgIcons/FacebookRoundedIcon.d.ts +6 -0
- package/dist/lib/svgIcons/HeartShadowedIcon.d.ts +4 -0
- package/dist/lib/svgIcons/PhotoIcon.d.ts +4 -2
- package/dist/lib/svgIcons/SortIcon.d.ts +3 -0
- package/dist/lib/svgIcons/TelegramRoundedIcon.d.ts +6 -0
- package/dist/lib/svgIcons/WhatsappRoundedIcon.d.ts +6 -0
- package/dist/lib/svgImages/GenericUserWikiAvatarSquaredImg.d.ts +6 -0
- package/dist/lib/svgImages/WikiNoSavedSearches.d.ts +4 -0
- package/dist/svgIconFactory-Dn0WJdb3.js +23 -0
- package/package.json +1 -1
- package/dist/svgIconFactory-B4HDiwZr.js +0 -19
package/dist/AnalyticsIcon.js
CHANGED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { s as a } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const i = (r, { attrs: o }) => a({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
7
|
+
viewBox: "0 0 35 28",
|
|
8
|
+
height: r.height ?? 28,
|
|
9
|
+
width: r.width ?? 35
|
|
10
|
+
},
|
|
11
|
+
childrenNodes: t("g", { id: "Raggruppa_42062", transform: "translate(-42 -248)" }, [
|
|
12
|
+
t(
|
|
13
|
+
"g",
|
|
14
|
+
{ id: "Raggruppa_29245", transform: "translate(-59)" },
|
|
15
|
+
t("rect", {
|
|
16
|
+
id: "Rettangolo_22207",
|
|
17
|
+
width: "35",
|
|
18
|
+
height: "28",
|
|
19
|
+
rx: "14",
|
|
20
|
+
transform: "translate(101 248)",
|
|
21
|
+
fill: r.bgColor ?? "#2a3761"
|
|
22
|
+
})
|
|
23
|
+
),
|
|
24
|
+
t(
|
|
25
|
+
"g",
|
|
26
|
+
{ id: "Raggruppa_42010", transform: "translate(52.066 254.37)" },
|
|
27
|
+
t(
|
|
28
|
+
"g",
|
|
29
|
+
{
|
|
30
|
+
id: "Raggruppa_42011",
|
|
31
|
+
transform: "translate(0.455 0.455)",
|
|
32
|
+
stroke: o["stroke-color"] ?? "#fff"
|
|
33
|
+
},
|
|
34
|
+
[
|
|
35
|
+
t("path", {
|
|
36
|
+
id: "Rettangolo_22232",
|
|
37
|
+
d: "M.579,0H8.644a.579.579,0,0,1,.579.579v4.68a.579.579,0,0,1-.579.579H.578A.578.578,0,0,1,0,5.259V.579A.579.579,0,0,1,.579,0Z",
|
|
38
|
+
transform: "matrix(0.389, -0.921, 0.921, 0.389, 0, 8.497)",
|
|
39
|
+
fill: "none",
|
|
40
|
+
"stroke-linecap": "round",
|
|
41
|
+
"stroke-linejoin": "round",
|
|
42
|
+
"stroke-width": "1"
|
|
43
|
+
}),
|
|
44
|
+
t("path", {
|
|
45
|
+
id: "Tracciato_29072",
|
|
46
|
+
d: "M5.809,6.925,11.83,9.466a.68.68,0,0,0,.83-.459l.306-.723a.68.68,0,0,0-.25-.915L6.694,4.829",
|
|
47
|
+
transform: "translate(0.92 0.641)",
|
|
48
|
+
fill: "none",
|
|
49
|
+
"stroke-linecap": "round",
|
|
50
|
+
"stroke-linejoin": "round",
|
|
51
|
+
"stroke-width": "1"
|
|
52
|
+
}),
|
|
53
|
+
t("line", {
|
|
54
|
+
id: "Linea_12923",
|
|
55
|
+
x2: "9.958",
|
|
56
|
+
transform: "translate(0.825 14.349)",
|
|
57
|
+
fill: "none",
|
|
58
|
+
"stroke-linecap": "round",
|
|
59
|
+
"stroke-linejoin": "round",
|
|
60
|
+
"stroke-width": "1"
|
|
61
|
+
})
|
|
62
|
+
]
|
|
63
|
+
)
|
|
64
|
+
)
|
|
65
|
+
])
|
|
66
|
+
});
|
|
67
|
+
export {
|
|
68
|
+
i as AuctionHammerIcon
|
|
69
|
+
};
|
package/dist/BankIcon.js
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const a = (t, { attrs: r }) => e({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 16.205 14.879"
|
|
8
|
+
},
|
|
9
|
+
childrenNodes: o(
|
|
10
|
+
"g",
|
|
11
|
+
o(
|
|
12
|
+
"g",
|
|
13
|
+
{
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
"stroke-width": r["stroke-width"] ?? "1.3"
|
|
19
|
+
},
|
|
20
|
+
[
|
|
21
|
+
o("path", {
|
|
22
|
+
d: "M11.676 14.229H4.529a3.36 3.36 0 0 1-3.366-2.766l-.5-3.117a1.1 1.1 0 0 1 1.126-1.249h12.627a1.1 1.1 0 0 1 1.122 1.249l-.5 3.117a3.36 3.36 0 0 1-3.362 2.766"
|
|
23
|
+
}),
|
|
24
|
+
o("path", { d: "M3.666 6.421V1.758A1.085 1.085 0 0 1 5.518.991l.807.807" }),
|
|
25
|
+
o("path", { d: "m6.412 1.759.486 1.815 1.33-1.329Z" })
|
|
26
|
+
]
|
|
27
|
+
)
|
|
28
|
+
)
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
a as BathroomIcon
|
|
32
|
+
};
|
package/dist/BusIcon.js
CHANGED
package/dist/CartIcon.js
CHANGED
package/dist/Charge.js
CHANGED
package/dist/CheckIcon.js
CHANGED
package/dist/CheckRoundedIcon.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
|
-
import { s as t } from "./svgIconFactory-
|
|
2
|
+
import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
3
|
const s = (e, { attrs: r }) => t({
|
|
4
4
|
props: e,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" },
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { h as a } from "vue";
|
|
2
|
+
import { s as h } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const z = (c) => h({
|
|
4
|
+
props: c,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: c.width ?? "265.228",
|
|
8
|
+
height: c.height ?? "78.293",
|
|
9
|
+
viewBox: "0 0 198.92 58.719"
|
|
10
|
+
},
|
|
11
|
+
childrenNodes: a("g", [
|
|
12
|
+
a("path", {
|
|
13
|
+
d: "M57.866 40.435c0-6.539-3.767-10.551-10.053-10.551C42.6 29.884 37.8 34.1 37.8 40.6c0 6.869 4.921 10.881 10.507 10.881 5.006 0 8.234-2.938 9.268-6.455l-4.593-1.366a4.493 4.493 0 0 1-4.634 3.1 4.954 4.954 0 0 1-5.129-4.631h14.563c0-.084.084-.91.084-1.694zm-14.523-2.071a4.406 4.406 0 0 1 4.557-4.013c3.143 0 4.467 1.985 4.549 4.013zm37.951-17.458h-5.419v11.625c-.58-1.074-2.235-2.521-5.753-2.521-5.75 0-9.763 4.675-9.763 10.629 0 6.166 4.139 10.716 9.93 10.716A6.383 6.383 0 0 0 76 48.5a13.831 13.831 0 0 0 .208 2.359h5.252a42.355 42.355 0 0 1-.164-3.683zM70.951 46.434c-2.9 0-5.047-2.153-5.047-5.795s2.232-5.709 5.047-5.709 5.006 2.028 5.006 5.669c0 3.682-2.194 5.835-5.006 5.835zm-60.235 0C7.9 46.434 5.5 44.363 5.5 40.68s2.359-5.709 5.174-5.709a4.438 4.438 0 0 1 4.508 3.436l4.924-1.655c-.87-3.436-4.013-6.868-9.558-6.868A10.422 10.422 0 0 0 0 40.68a10.533 10.533 0 0 0 10.716 10.8 9.448 9.448 0 0 0 9.514-6.868L15.391 43a4.662 4.662 0 0 1-4.675 3.434zM29 33.524V30.5h-5.34v20.36h5.5v-9.309c0-4.385 2.44-5.75 5.255-5.75a8.372 8.372 0 0 1 1.655.164v-5.542a12.629 12.629 0 0 0-1.283-.086c-1.735 0-4.55.498-5.787 3.187zm141.655 5.007l-2.9-.622c-1.116-.208-1.86-.826-1.86-1.818 0-1.161 1.157-2.028 2.6-2.028a4.8 4.8 0 0 1 .514.041l1.28-4.079a11.953 11.953 0 0 0-1.836-.141c-4.385 0-7.61 3.02-7.61 6.66 0 2.853 1.778 5.215 5.709 6.081l2.689.622c1.571.33 2.192 1.075 2.192 1.985 0 1.076-.868 2.028-2.69 2.028a3.384 3.384 0 0 1-3.723-3.1l-4.716 1.034c.249 2.318 2.358 6.289 8.48 6.289 5.338 0 7.9-3.394 7.9-6.7.016-2.983-2.016-5.427-6.029-6.252zm-18.722 0l-2.894-.622c-1.119-.208-1.863-.826-1.863-1.818 0-1.161 1.16-2.028 2.607-2.028a3.1 3.1 0 0 1 3.351 2.73l4.593-1.033c-.249-2.2-2.194-5.876-7.985-5.876-4.385 0-7.613 3.02-7.613 6.66 0 2.853 1.778 5.215 5.709 6.081l2.689.622c1.573.33 2.194 1.075 2.194 1.985 0 1.076-.87 2.028-2.689 2.028a3.384 3.384 0 0 1-3.723-3.1l-4.717 1.034c.247 2.318 2.358 6.289 8.481 6.289 5.337 0 7.9-3.394 7.9-6.7.003-2.983-2.027-5.427-6.04-6.252zm-65.6-8.027h5.501V50.86h-5.501zm51.988 17.128V37.62c0-4.1-2.4-7.736-8.856-7.736-5.46 0-8.4 3.518-8.729 6.7l4.883 1.035a3.611 3.611 0 0 1 3.887-3.31c2.317 0 3.436 1.2 3.436 2.648 0 .7-.374 1.282-1.532 1.449l-5.006.745c-3.392.494-6.081 2.522-6.081 6.162 0 3.187 2.648 6.124 6.992 6.124a6.8 6.8 0 0 0 6-3.021 13.812 13.812 0 0 0 .206 2.443h5.047a23.028 23.028 0 0 1-.247-3.227zm-5.379-5.007c0 3.6-2.153 4.717-4.47 4.717a2.388 2.388 0 0 1-2.648-2.359 2.567 2.567 0 0 1 2.525-2.563l4.593-.7zM89.063 20.41a3.393 3.393 0 0 0 0 6.785 3.393 3.393 0 0 0 0-6.785zm19.316 9.641c-3.061 0-5.337 1.365-6.248 2.935V30.5h-5.337v28.219h5.5v-9.845a7.151 7.151 0 0 0 5.873 2.481c5.751 0 9.6-4.55 9.6-10.716.004-6.039-3.43-10.588-9.388-10.588zM107.3 46.434c-2.815 0-5.088-2.153-5.088-5.754s2.273-5.709 5.088-5.709 5.047 2.112 5.047 5.709c.004 3.642-2.231 5.754-5.047 5.754z",
|
|
14
|
+
fill: "#12326e"
|
|
15
|
+
}),
|
|
16
|
+
a("path", {
|
|
17
|
+
d: "M198.879 0l-19.163.041-9.405 29.973L198.92 19.89zm-15.306 5.282l10.067-.022.025 10.923-15.2 5.379z",
|
|
18
|
+
fill: "#dbac00"
|
|
19
|
+
})
|
|
20
|
+
])
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
z as CredipassIcon
|
|
24
|
+
};
|
package/dist/DemandIcon.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as r } from "vue";
|
|
2
|
-
import { s as o } from "./svgIconFactory-
|
|
2
|
+
import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
3
|
const n = (t, { attrs: a }) => o({
|
|
4
4
|
props: t,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 14.069" },
|
package/dist/DownloadIcon.js
CHANGED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { h as a } from "vue";
|
|
2
|
+
import { s as l } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const n = (r, { attrs: t }) => l({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
7
|
+
viewBox: "0 0 16 16"
|
|
8
|
+
},
|
|
9
|
+
childrenNodes: [
|
|
10
|
+
a(
|
|
11
|
+
"g",
|
|
12
|
+
{ id: "Gruppo_di_maschere_11820", transform: "translate(-16.848 -837.984)" },
|
|
13
|
+
a(
|
|
14
|
+
"g",
|
|
15
|
+
{
|
|
16
|
+
id: "classe_energetica_fill",
|
|
17
|
+
transform: "translate(16.848 838.655)",
|
|
18
|
+
fill: t["fill-color"] ?? "#222"
|
|
19
|
+
},
|
|
20
|
+
[
|
|
21
|
+
a("path", {
|
|
22
|
+
id: "Tracciato_46202",
|
|
23
|
+
d: "M7.6,4.962H1.338A1.344,1.344,0,0,1,0,3.608V2.174A1.344,1.344,0,0,1,1.338.82H7.6a1.321,1.321,0,0,1,.924.374l1.45,1.4L10,2.891a.632.632,0,0,1-.2.462L8.522,4.587a1.335,1.335,0,0,1-.924.374ZM1.338,1.935a.227.227,0,0,0-.223.239V3.608a.232.232,0,0,0,.223.239H7.6a.218.218,0,0,0,.151-.064l.924-.892L7.749,2A.218.218,0,0,0,7.6,1.935H1.338Zm7.686,1.3Z",
|
|
24
|
+
transform: "translate(0 -0.82)"
|
|
25
|
+
}),
|
|
26
|
+
a("path", {
|
|
27
|
+
id: "Tracciato_46203",
|
|
28
|
+
d: "M10.569,11.542H1.338A1.344,1.344,0,0,1,0,10.188V8.754A1.344,1.344,0,0,1,1.338,7.4h9.231a1.321,1.321,0,0,1,.924.374l1.45,1.4.024.295a.653.653,0,0,1-.191.454l-1.282,1.234a1.335,1.335,0,0,1-.924.374ZM1.338,8.515a.227.227,0,0,0-.223.239v1.434a.232.232,0,0,0,.223.239h9.231a.218.218,0,0,0,.151-.064l.924-.892-.924-.892a.218.218,0,0,0-.151-.064H1.338Z",
|
|
29
|
+
transform: "translate(0 -2.159)"
|
|
30
|
+
}),
|
|
31
|
+
a("path", {
|
|
32
|
+
id: "Tracciato_46204",
|
|
33
|
+
d: "M13.54,18.122H1.338A1.344,1.344,0,0,1,0,16.768V15.334A1.344,1.344,0,0,1,1.338,13.98h12.2a1.321,1.321,0,0,1,.924.374l1.45,1.4.024.295a.632.632,0,0,1-.2.462l-1.274,1.234a1.35,1.35,0,0,1-.924.374ZM1.338,15.1a.227.227,0,0,0-.223.239v1.434a.232.232,0,0,0,.223.239h12.2a.218.218,0,0,0,.151-.064l.924-.892-.924-.892a.218.218,0,0,0-.151-.064H1.338Zm13.635,1.3Z",
|
|
34
|
+
transform: "translate(0 -3.499)"
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
)
|
|
38
|
+
)
|
|
39
|
+
]
|
|
40
|
+
});
|
|
41
|
+
export {
|
|
42
|
+
n as EnergyClassIcon
|
|
43
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { h as c } from "vue";
|
|
2
|
+
import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const l = (o, { attrs: r }) => t({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
"xml:space": "preserve",
|
|
8
|
+
id: "Icon",
|
|
9
|
+
x: "0",
|
|
10
|
+
y: "0",
|
|
11
|
+
version: "1.1",
|
|
12
|
+
viewBox: "0 0 128 128",
|
|
13
|
+
fill: r["fill-color"] ?? "#2b5dff"
|
|
14
|
+
},
|
|
15
|
+
childrenNodes: [
|
|
16
|
+
c("path", {
|
|
17
|
+
d: "M111.8 18.2v28.7c0 .8-.5 1.6-1.3 1.9-.3.1-.5.2-.8.2-.5 0-1-.2-1.4-.6l-9.9-9.9-5.6 5.6-1.7 1.7-36.9 37c-.9.9-2.5.9-3.4 0L45.1 77c-.9-.9-.9-2.5 0-3.4L82 36.8l7.4-7.4-.9-.9-1.7-1.7-7.2-7.2c-.6-.6-.8-1.5-.4-2.2.3-.8 1.1-1.3 1.9-1.3h28.7c1.1.1 2 1 2 2.1z"
|
|
18
|
+
}),
|
|
19
|
+
c("path", {
|
|
20
|
+
d: "M101.1 65.7v42.8c0 1.8-1.5 3.3-3.3 3.3H19.4c-1.8 0-3.3-1.5-3.3-3.3V30.1c0-1.8 1.5-3.3 3.3-3.3h42.7c1.3 0 2.4 1.1 2.4 2.4v5.2c0 1.3-1.1 2.4-2.4 2.4H27.7c-.9 0-1.6.7-1.6 1.6v61.9c0 .9.7 1.6 1.6 1.6h61.9c.9 0 1.6-.7 1.6-1.6V65.7c0-1.3 1.1-2.4 2.4-2.4h5.1c1.4 0 2.4 1.1 2.4 2.4z"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
l as ExternalLinkIcon
|
|
26
|
+
};
|
package/dist/FacebookIcon.js
CHANGED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { h as C } from "vue";
|
|
2
|
+
import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const F = (o) => t({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
version: "1.1",
|
|
7
|
+
id: "Layer_1",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
10
|
+
x: "0px",
|
|
11
|
+
y: "0px",
|
|
12
|
+
width: "100%",
|
|
13
|
+
viewBox: "0 0 2084 2084",
|
|
14
|
+
"enable-background": "new 0 0 2084 2084",
|
|
15
|
+
"xml:space": "preserve"
|
|
16
|
+
},
|
|
17
|
+
childrenNodes: [
|
|
18
|
+
C("path", {
|
|
19
|
+
fill: "#0866FF",
|
|
20
|
+
opacity: "1.000000",
|
|
21
|
+
stroke: "none",
|
|
22
|
+
d: " M1018.000000,2.000000 C1035.375122,2.000000 1052.750366,2.000000 1071.632324,2.623994 C1082.109497,3.467843 1091.079834,3.687698 1100.927612,4.081452 C1108.083374,4.716795 1114.377319,5.025460 1120.637451,5.666463 C1146.031128,8.266660 1171.486816,10.418489 1196.787109,13.743282 C1257.559937,21.729624 1316.853027,36.310123 1374.983276,55.604488 C1434.127075,75.235291 1490.982300,100.102409 1545.712769,129.984833 C1631.837769,177.008453 1709.598755,235.248596 1779.277466,304.147583 C1801.703125,326.322510 1822.748291,349.999115 1843.259399,373.985382 C1906.802124,448.293518 1957.873779,530.570251 1997.836426,619.760376 C2029.075928,689.481995 2052.273682,761.820984 2067.267822,836.717957 C2075.674316,878.709167 2082.590088,920.957764 2084.121582,964.731934 C2084.667969,970.390198 2085.333984,975.195129 2086.000000,980.000000 C2086.000000,1022.708435 2086.000000,1065.416870 2085.381348,1109.585693 C2084.623779,1115.422607 2084.485352,1119.799438 2084.214844,1125.080322 C2083.786865,1151.296875 2079.934570,1176.241577 2076.300049,1201.208252 C2067.660889,1260.555786 2053.535645,1318.587891 2034.574829,1375.466064 C2015.804932,1431.771362 1992.188843,1485.958496 1964.152954,1538.270996 C1920.347412,1620.008911 1866.236328,1694.314087 1802.662109,1761.682861 C1770.891724,1795.349487 1736.857056,1826.684082 1700.784790,1855.783936 C1632.561035,1910.820679 1558.662476,1956.701294 1479.005005,1993.198120 C1414.119751,2022.926880 1346.760498,2045.565796 1277.148926,2061.348633 C1242.850708,2069.125000 1208.245239,2075.251465 1172.885986,2079.123535 C1172.885986,1840.608276 1172.885986,1602.481934 1172.885986,1363.520508 C1220.130859,1363.520508 1266.739014,1363.520630 1313.347290,1363.520630 C1359.966064,1363.520630 1406.584839,1363.520508 1452.974487,1363.520508 C1456.376343,1350.559082 1512.641113,1051.441406 1510.371704,1044.175537 C1398.177612,1044.175537 1285.679321,1044.175537 1172.897949,1044.175537 C1172.608643,1041.998779 1172.281494,1040.727417 1172.293945,1039.459595 C1172.781494,989.817078 1172.787842,940.162231 1174.026978,890.538086 C1174.660400,865.173950 1179.858032,840.317017 1188.017212,816.185364 C1204.452026,767.577332 1236.670654,734.480652 1285.020996,717.066345 C1306.781738,709.228821 1329.259521,704.578491 1352.167358,702.343567 C1399.383911,697.736755 1446.701538,699.492554 1493.993896,701.127563 C1505.516968,701.525940 1517.028320,702.260498 1528.830444,702.854919 C1528.830444,606.242432 1528.830444,510.472687 1528.830444,414.499420 C1525.019287,413.515228 1521.855469,412.427277 1518.600830,411.899963 C1488.054077,406.950500 1457.567383,401.544495 1426.915161,397.353363 C1387.288208,391.935120 1347.387573,389.122894 1307.394531,388.581573 C1272.397217,388.107849 1237.469116,390.027130 1202.646729,393.749481 C1155.133301,398.828461 1108.534302,408.089783 1063.471436,424.242523 C1006.492676,444.666504 955.747681,474.983368 913.860107,519.231140 C875.172363,560.098816 848.418640,608.030945 829.902893,660.846802 C805.622559,730.106018 796.358459,801.960815 794.567688,874.831970 C793.274353,927.463135 794.079712,980.145935 793.950928,1032.805664 C793.942200,1036.368652 793.949768,1039.931641 793.949768,1044.584961 C722.012512,1044.584961 651.200928,1044.584961 580.584045,1044.584961 C578.320618,1058.318237 579.025635,1356.050415 581.367126,1363.520508 C592.764038,1363.520508 604.385193,1363.520630 616.006348,1363.520630 C628.005371,1363.520630 640.004333,1363.520630 652.003357,1363.520630 C663.669067,1363.520630 675.334717,1363.520630 687.000427,1363.520630 C698.999451,1363.520630 710.998413,1363.520630 722.997437,1363.520630 C734.663147,1363.520630 746.330322,1363.402344 757.994080,1363.553467 C769.811829,1363.706665 781.685913,1362.880859 793.235229,1364.080444 C793.235229,1595.282837 793.235229,1825.343262 793.235229,2056.849609 C769.605835,2049.872803 746.865601,2043.681763 724.460327,2036.452881 C628.184021,2005.390137 538.405945,1961.069214 455.119507,1903.608521 C398.259430,1864.379761 345.745178,1820.093872 297.693115,1770.402466 C264.094055,1735.657104 232.967117,1698.929810 204.374298,1659.990845 C141.051376,1573.755127 92.472458,1479.859375 58.084007,1378.605103 C41.919350,1331.009277 29.339586,1282.433228 20.476116,1232.968506 C12.802373,1190.143311 7.055824,1147.043457 5.604423,1103.473755 C5.541584,1101.587402 4.685163,1099.727539 4.328109,1096.948975 C4.483011,1089.911865 4.707669,1083.771606 4.415994,1077.656006 C4.324454,1075.736694 2.844459,1073.883423 1.999992,1072.000000 C2.000000,1054.624878 2.000000,1037.249756 2.689578,1018.424805 C3.655913,1008.703064 3.932670,1000.431091 4.714102,991.483215 C7.585671,963.376099 9.024870,935.826172 12.514166,908.538513 C19.600153,853.123230 31.309649,798.644592 47.355129,745.050964 C75.886909,649.751770 117.327034,560.486694 171.483078,477.151459 C216.994095,407.119232 270.122314,343.398224 331.103333,286.202271 C359.032684,260.006439 388.099457,235.225189 418.631775,212.172760 C486.661774,160.808945 559.935608,118.423058 638.408447,85.135048 C702.543091,57.929287 768.739014,37.323166 837.078491,23.539284 C888.244080,13.219317 939.865112,6.829689 992.868591,3.968481 C999.248047,4.022261 1004.716797,4.210227 1010.156860,3.899014 C1012.798767,3.747881 1015.387329,2.662460 1018.000000,2.000000 z"
|
|
23
|
+
}),
|
|
24
|
+
C("path", {
|
|
25
|
+
fill: "#FFFFFF",
|
|
26
|
+
opacity: "1.000000",
|
|
27
|
+
stroke: "none",
|
|
28
|
+
d: " M4.198409,1097.855347 C4.685163,1099.727539 5.541584,1101.587402 5.604423,1103.473755 C7.055824,1147.043457 12.802373,1190.143311 20.476116,1232.968506 C29.339586,1282.433228 41.919350,1331.009277 58.084007,1378.605103 C92.472458,1479.859375 141.051376,1573.755127 204.374298,1659.990845 C232.967117,1698.929810 264.094055,1735.657104 297.693115,1770.402466 C345.745178,1820.093872 398.259430,1864.379761 455.119507,1903.608521 C538.405945,1961.069214 628.184021,2005.390137 724.460327,2036.452881 C746.865601,2043.681763 769.605835,2049.872803 793.235229,2056.849609 C793.235229,1825.343262 793.235229,1595.282837 793.235229,1364.080444 C781.685913,1362.880859 769.811829,1363.706665 757.994080,1363.553467 C746.330322,1363.402344 734.663147,1363.520630 722.997437,1363.520630 C710.998413,1363.520630 698.999451,1363.520630 687.000427,1363.520630 C675.334717,1363.520630 663.669067,1363.520630 652.003357,1363.520630 C640.004333,1363.520630 628.005371,1363.520630 616.006348,1363.520630 C604.385193,1363.520630 592.764038,1363.520508 581.367126,1363.520508 C579.025635,1356.050415 578.320618,1058.318237 580.584045,1044.584961 C651.200928,1044.584961 722.012512,1044.584961 793.949768,1044.584961 C793.949768,1039.931641 793.942200,1036.368652 793.950928,1032.805664 C794.079712,980.145935 793.274353,927.463135 794.567688,874.831970 C796.358459,801.960815 805.622559,730.106018 829.902893,660.846802 C848.418640,608.030945 875.172363,560.098816 913.860107,519.231140 C955.747681,474.983368 1006.492676,444.666504 1063.471436,424.242523 C1108.534302,408.089783 1155.133301,398.828461 1202.646729,393.749481 C1237.469116,390.027130 1272.397217,388.107849 1307.394531,388.581573 C1347.387573,389.122894 1387.288208,391.935120 1426.915161,397.353363 C1457.567383,401.544495 1488.054077,406.950500 1518.600830,411.899963 C1521.855469,412.427277 1525.019287,413.515228 1528.830444,414.499420 C1528.830444,510.472687 1528.830444,606.242432 1528.830444,702.854919 C1517.028320,702.260498 1505.516968,701.525940 1493.993896,701.127563 C1446.701538,699.492554 1399.383911,697.736755 1352.167358,702.343567 C1329.259521,704.578491 1306.781738,709.228821 1285.020996,717.066345 C1236.670654,734.480652 1204.452026,767.577332 1188.017212,816.185364 C1179.858032,840.317017 1174.660400,865.173950 1174.026978,890.538086 C1172.787842,940.162231 1172.781494,989.817078 1172.293945,1039.459595 C1172.281494,1040.727417 1172.608643,1041.998779 1172.897949,1044.175537 C1285.679321,1044.175537 1398.177612,1044.175537 1510.371704,1044.175537 C1512.641113,1051.441406 1456.376343,1350.559082 1452.974487,1363.520508 C1406.584839,1363.520508 1359.966064,1363.520630 1313.347290,1363.520630 C1266.739014,1363.520630 1220.130859,1363.520508 1172.885986,1363.520508 C1172.885986,1602.481934 1172.885986,1840.608276 1172.885986,2079.123535 C1208.245239,2075.251465 1242.850708,2069.125000 1277.148926,2061.348633 C1346.760498,2045.565796 1414.119751,2022.926880 1479.005005,1993.198120 C1558.662476,1956.701294 1632.561035,1910.820679 1700.784790,1855.783936 C1736.857056,1826.684082 1770.891724,1795.349487 1802.662109,1761.682861 C1866.236328,1694.314087 1920.347412,1620.008911 1964.152954,1538.270996 C1992.188843,1485.958496 2015.804932,1431.771362 2034.574829,1375.466064 C2053.535645,1318.587891 2067.660889,1260.555786 2076.300049,1201.208252 C2079.934570,1176.241577 2083.786865,1151.296875 2084.637451,1125.122314 C2085.191650,1124.260010 2086.000000,1124.000000 2086.000000,1124.000000 C2086.000000,1444.597168 2086.000000,1765.194336 2086.000000,2085.895752 C1391.553467,2085.895752 697.106995,2085.895752 2.000000,2085.895752 C2.000000,1757.291870 2.000000,1428.583252 2.552807,1098.949951 C3.469877,1097.968628 3.834141,1097.911987 4.198409,1097.855347 z"
|
|
29
|
+
}),
|
|
30
|
+
C("path", {
|
|
31
|
+
fill: "#FFFFFF",
|
|
32
|
+
opacity: "1.000000",
|
|
33
|
+
stroke: "none",
|
|
34
|
+
d: " M991.946045,3.897260 C939.865112,6.829689 888.244080,13.219317 837.078491,23.539284 C768.739014,37.323166 702.543091,57.929287 638.408447,85.135048 C559.935608,118.423058 486.661774,160.808945 418.631775,212.172760 C388.099457,235.225189 359.032684,260.006439 331.103333,286.202271 C270.122314,343.398224 216.994095,407.119232 171.483078,477.151459 C117.327034,560.486694 75.886909,649.751770 47.355129,745.050964 C31.309649,798.644592 19.600153,853.123230 12.514166,908.538513 C9.024870,935.826172 7.585671,963.376099 4.165136,991.396362 C2.740998,991.990234 2.370499,991.995117 2.000000,992.000000 C2.000000,662.145813 2.000000,332.291656 2.000000,2.000000 C331.375000,2.000000 660.750183,2.000000 991.078979,2.475162 C992.032532,2.950323 991.946045,3.897260 991.946045,3.897260 z"
|
|
35
|
+
}),
|
|
36
|
+
C("path", {
|
|
37
|
+
fill: "#FFFFFF",
|
|
38
|
+
opacity: "1.000000",
|
|
39
|
+
stroke: "none",
|
|
40
|
+
d: " M2084.241211,963.878540 C2082.590088,920.957764 2075.674316,878.709167 2067.267822,836.717957 C2052.273682,761.820984 2029.075928,689.481995 1997.836426,619.760376 C1957.873779,530.570251 1906.802124,448.293518 1843.259399,373.985382 C1822.748291,349.999115 1801.703125,326.322510 1779.277466,304.147583 C1709.598755,235.248596 1631.837769,177.008453 1545.712769,129.984833 C1490.982300,100.102409 1434.127075,75.235291 1374.983276,55.604488 C1316.853027,36.310123 1257.559937,21.729624 1196.787109,13.743282 C1171.486816,10.418489 1146.031128,8.266660 1120.637451,5.666463 C1114.377319,5.025460 1108.083374,4.716795 1100.880127,3.605484 C1099.955444,2.955616 1100.000000,2.000000 1100.000000,2.000000 C1428.518921,2.000000 1757.037964,2.000000 2086.000000,2.000000 C2086.000000,322.041656 2086.000000,642.083496 2085.561035,963.023987 C2085.121826,963.922607 2084.241211,963.878540 2084.241211,963.878540 z"
|
|
41
|
+
}),
|
|
42
|
+
C("path", {
|
|
43
|
+
fill: "#ABCBFF",
|
|
44
|
+
opacity: "1.000000",
|
|
45
|
+
stroke: "none",
|
|
46
|
+
d: " M1099.070679,2.000000 C1100.000000,2.000000 1099.955444,2.955616 1100.002930,3.431584 C1091.079834,3.687698 1082.109497,3.467843 1072.569580,2.623994 C1080.713745,2.000000 1089.427612,2.000000 1099.070679,2.000000 z"
|
|
47
|
+
}),
|
|
48
|
+
C("path", {
|
|
49
|
+
fill: "#AECDFF",
|
|
50
|
+
opacity: "1.000000",
|
|
51
|
+
stroke: "none",
|
|
52
|
+
d: " M992.868591,3.968481 C991.946045,3.897260 992.032532,2.950323 992.016235,2.475162 C1000.049072,2.000000 1008.098206,2.000000 1017.073608,2.000000 C1015.387329,2.662460 1012.798767,3.747881 1010.156860,3.899014 C1004.716797,4.210227 999.248047,4.022261 992.868591,3.968481 z"
|
|
53
|
+
}),
|
|
54
|
+
C("path", {
|
|
55
|
+
fill: "#AACAFF",
|
|
56
|
+
opacity: "1.000000",
|
|
57
|
+
stroke: "none",
|
|
58
|
+
d: " M2.000000,992.926392 C2.370499,991.995117 2.740998,991.990234 3.660462,992.072266 C3.932670,1000.431091 3.655913,1008.703064 2.689578,1017.487549 C2.000000,1009.950928 2.000000,1001.901794 2.000000,992.926392 z"
|
|
59
|
+
}),
|
|
60
|
+
C("path", {
|
|
61
|
+
fill: "#ADCCFF",
|
|
62
|
+
opacity: "1.000000",
|
|
63
|
+
stroke: "none",
|
|
64
|
+
d: " M4.328103,1096.948975 C3.834141,1097.911987 3.469877,1097.968628 2.552807,1098.012573 C2.000000,1089.950928 2.000000,1081.901855 1.999992,1072.926392 C2.844459,1073.883423 4.324454,1075.736694 4.415994,1077.656006 C4.707669,1083.771606 4.483011,1089.911865 4.328103,1096.948975 z"
|
|
65
|
+
}),
|
|
66
|
+
C("path", {
|
|
67
|
+
fill: "#AACAFF",
|
|
68
|
+
opacity: "1.000000",
|
|
69
|
+
stroke: "none",
|
|
70
|
+
d: " M2084.121582,964.731934 C2084.241211,963.878540 2085.121826,963.922607 2085.561035,963.961304 C2086.000000,968.741150 2086.000000,973.482239 2086.000000,979.111694 C2085.333984,975.195129 2084.667969,970.390198 2084.121582,964.731934 z"
|
|
71
|
+
}),
|
|
72
|
+
C("path", {
|
|
73
|
+
fill: "#A7C8FF",
|
|
74
|
+
opacity: "1.000000",
|
|
75
|
+
stroke: "none",
|
|
76
|
+
d: " M2086.000000,1123.125000 C2086.000000,1124.000000 2085.191650,1124.260010 2084.769043,1124.218018 C2084.485352,1119.799438 2084.623779,1115.422607 2085.381348,1110.522949 C2086.000000,1114.083374 2086.000000,1118.166626 2086.000000,1123.125000 z"
|
|
77
|
+
})
|
|
78
|
+
]
|
|
79
|
+
});
|
|
80
|
+
export {
|
|
81
|
+
F as FacebookRoundedIcon
|
|
82
|
+
};
|
package/dist/GearIcon.js
CHANGED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { h as a } from "vue";
|
|
2
|
+
import { s as t } from "./svgImagefactory-B0dzgxZn.js";
|
|
3
|
+
const h = (l, { attrs: c }) => t({
|
|
4
|
+
props: l,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 77 77",
|
|
8
|
+
width: l.width ?? 77,
|
|
9
|
+
height: l.height ?? 77,
|
|
10
|
+
class: l.class ?? "",
|
|
11
|
+
"aria-hidden": c["aria-hidden"] ?? "true",
|
|
12
|
+
style: { "border-radius": `${l.borderRadius ?? 10}px` }
|
|
13
|
+
},
|
|
14
|
+
childrenNodes: [
|
|
15
|
+
a("defs", [
|
|
16
|
+
a(
|
|
17
|
+
"clipPath",
|
|
18
|
+
{ id: "a" },
|
|
19
|
+
a("rect", {
|
|
20
|
+
width: "77",
|
|
21
|
+
height: "77",
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
rx: "12",
|
|
24
|
+
transform: "translate(47 109)"
|
|
25
|
+
})
|
|
26
|
+
),
|
|
27
|
+
a("clipPath", { id: "b" }, a("path", { fill: "none", d: "M0 0h92.92v130.041H0z" }))
|
|
28
|
+
]),
|
|
29
|
+
a(
|
|
30
|
+
"g",
|
|
31
|
+
{ transform: "translate(-47 -109)" },
|
|
32
|
+
a("g", [
|
|
33
|
+
a("rect", {
|
|
34
|
+
width: "82",
|
|
35
|
+
height: "82",
|
|
36
|
+
fill: "#f4f7ff",
|
|
37
|
+
rx: "12",
|
|
38
|
+
transform: "translate(47 109)"
|
|
39
|
+
}),
|
|
40
|
+
a(
|
|
41
|
+
"g",
|
|
42
|
+
a("g", { transform: "translate(47.138 115.75)" }, [
|
|
43
|
+
a("path", {
|
|
44
|
+
d: "M16.604 130.036a.264.264 0 0 1-.208-.2l-7.061-30.89a.263.263 0 0 1 .222-.32l60.778-8.119a.263.263 0 0 1 .295.218l6.137 36.948a.263.263 0 0 1-.251.306l-59.854 2.061a.26.26 0 0 1-.058 0M9.912 99.114l6.948 30.4 59.337-2.043-6.046-36.4Z"
|
|
45
|
+
}),
|
|
46
|
+
a("path", {
|
|
47
|
+
fill: "#2b5dff",
|
|
48
|
+
d: "M67.976 81.386c-.015 0-1.262-10.186-1.262-10.186l5.25 26.18a.263.263 0 0 1-.042.2 57.042 57.042 0 0 1-10.472 10.663c-6.084 4.773-15.813 10.283-27.616 9.421a27.132 27.132 0 0 1-3.054-.4c-7.98-1.5-14.6-6.589-19.712-15.155-4.709-7.892-7-16.726-8.371-22-.132-.508-.254-.978-.367-1.406C1.273 74.72-.37 66.949.518 59.648c1.033-8.511 5.122-13.925 12.155-16.093a52.689 52.689 0 0 1 22.39-1.608l3.168-5.407a.264.264 0 0 1 .337-.106l9.853 4.54a.265.265 0 0 1 .11.1l1.444 2.212 2.394-2.437a.263.263 0 0 1 .445.129l.807 3.712 12.943 2.524q.274.057.545.123a16.019 16.019 0 0 1 10.479 8.5l.552 1.108a64 64 0 0 1 6.7 27.323l.634 33.731-9.295 7.719-6.807-37.874"
|
|
49
|
+
}),
|
|
50
|
+
a("path", {
|
|
51
|
+
fill: "#222",
|
|
52
|
+
d: "m85.042 80.829.727 37.323-9.79 7.942-4.859-27.029a59.61 59.61 0 0 1-9.509 9.388c-5.689 4.463-14.55 9.566-25.317 9.567q-1.225 0-2.481-.091a27.443 27.443 0 0 1-3.083-.4c-8.053-1.517-14.744-6.657-19.889-15.279-4.729-7.924-7.027-16.782-8.4-22.074l-.035-.135c-.118-.456-.229-.88-.332-1.27-1.062-4-2.71-11.808-1.819-19.154 1.046-8.623 5.2-14.112 12.339-16.312a52.609 52.609 0 0 1 22.331-1.645L38 36.409a.527.527 0 0 1 .673-.213l9.854 4.54a.53.53 0 0 1 .221.19l1.266 1.938 2.165-2.2a.527.527 0 0 1 .89.257l.77 3.543 12.775 2.494c.189.039.373.081.557.125a16.227 16.227 0 0 1 10.652 8.637l2.092 4.209a49.108 49.108 0 0 1 5.124 20.9M71.556 98.511l4.821 26.829 8.8-7.5-.661-36.782a49.3 49.3 0 0 0-5.159-21.086l-2-4.021a15.7 15.7 0 0 0-10.3-8.359 16.052 16.052 0 0 0-.537-.121l-13.12-2.56-.844-3.881-2.624 2.671-1.623-2.486-9.853-4.54L35.2 42.24l-.178-.029a52.874 52.874 0 0 0-22.269 1.6C5.824 45.94 1.8 51.284.778 59.682-.1 66.94 1.531 74.674 2.583 78.64c.1.39.214.816.333 1.273l.035.134c1.366 5.265 3.652 14.077 8.342 21.936 5.064 8.486 11.636 13.543 19.534 15.031a27.013 27.013 0 0 0 3.024.392c11.72.852 21.388-4.621 27.435-9.366A58.809 58.809 0 0 0 71 98.373l-1.884-10.484.518-.093 1.8 10.012c.176-.236.27-.367.275-.376L67.83 78.087c.221 1.784.391 3.149.408 3.247l-.258.044-.023.269c-.217-.019-.217-.019-.441-1.822l-.434-3.5-.626-5.092.519-.084 5.249 26.181a.525.525 0 0 1-.085.406c-.008.012-.206.292-.58.777"
|
|
53
|
+
}),
|
|
54
|
+
a("path", {
|
|
55
|
+
d: "M45.902 49.192a.273.273 0 0 1-.05-.014 45.6 45.6 0 0 1-10.2-5.72.263.263 0 0 1 .315-.422 45.06 45.06 0 0 0 9.846 5.559l1.027-2.215a.263.263 0 0 1 .478.221l-1.132 2.443a.264.264 0 0 1-.287.148"
|
|
56
|
+
}),
|
|
57
|
+
a("path", {
|
|
58
|
+
fill: "#fff",
|
|
59
|
+
d: "M37.453 62.29a.746.746 0 0 0-.621.853l2.228 15.56a.757.757 0 0 0 .856.642L47 78.331l2.517 2.674a.38.38 0 0 0 .615-.088l1.665-3.273 7.092-1.015a.757.757 0 0 0 .641-.856l-2.228-15.561a.761.761 0 0 0-.856-.642l-18.979 2.718h-.013m1.552 2.993a.176.176 0 0 1-.019-.077.18.18 0 0 1 .176-.183l2.635-.377a.176.176 0 0 1 .18.1l2.975 6.484a.093.093 0 0 0 .177-.025l1.087-7.061a.184.184 0 0 1 .157-.16l2.034-.291a.191.191 0 0 1 .2.1l3.167 6.459a.093.093 0 0 0 .176-.032l.881-7.039a.162.162 0 0 1 .144-.151l2.633-.377a.19.19 0 0 1 .211.215l-1.867 11.578a.184.184 0 0 1-.157.159l-2.684.384a.17.17 0 0 1-.179-.09l-2.711-5.8a.093.093 0 0 0-.177.025l-.975 6.324a.169.169 0 0 1-.145.143l-2.691.385a.191.191 0 0 1-.2-.109l-5.033-10.589Z"
|
|
60
|
+
}),
|
|
61
|
+
a("path", {
|
|
62
|
+
d: "M51.351 48.548a.26.26 0 0 1-.129-.065.263.263 0 0 1-.016-.372l1.962-2.132a.264.264 0 0 1 .388.357l-1.962 2.131a.263.263 0 0 1-.243.08"
|
|
63
|
+
}),
|
|
64
|
+
a("path", {
|
|
65
|
+
fill: "#2b5dff",
|
|
66
|
+
d: "m44.546 86.629 5.573-3.329 3.192-1.356 3.161-1.465 3.164-1.207 4.011-1.278 1.656 13.577-14.031 1.482-8.807-.835Z"
|
|
67
|
+
}),
|
|
68
|
+
a("path", {
|
|
69
|
+
d: "M35.17 91.641a.263.263 0 0 1-.2-.159L26.905 71.63a5.408 5.408 0 0 1 .126-4.35.263.263 0 0 1 .475.226 4.879 4.879 0 0 0-.114 3.925l8.069 19.847a.263.263 0 0 1-.292.358"
|
|
70
|
+
}),
|
|
71
|
+
a("path", {
|
|
72
|
+
d: "M33.088 93.129a.263.263 0 0 1-.093-.48c.183-.117 18.4-11.734 30.332-14.838a.263.263 0 1 1 .132.509c-11.856 3.083-30 14.656-30.18 14.772a.262.262 0 0 1-.191.037"
|
|
73
|
+
}),
|
|
74
|
+
a("path", {
|
|
75
|
+
d: "M63.805 104.382a.26.26 0 0 1-.145-.081 30.774 30.774 0 0 1-7.982-21.945.263.263 0 0 1 .526.023 30.245 30.245 0 0 0 7.844 21.566.263.263 0 0 1-.243.436"
|
|
76
|
+
}),
|
|
77
|
+
a("path", {
|
|
78
|
+
fill: "#fff",
|
|
79
|
+
d: "M68.905 100.4s-6.721-8.45-5.732-21.822c1.752-3.282 6.713-7.752 13.048-9.815 2.119-.69 11.985-3.277 14.158-3.312 2.653-.043 2.764 2.245 1.472 3.852-.934 1.162-6.749 2.834-9.871 3.362 0 0 6.314-.976 6.158 1.738-.139 2.411-4.075 3.593-4.075 3.593s3.9-.508 3.775 1.6c-.136 2.35-4.409 3.638-4.409 3.638s2.8-.627 3.3 1.257c.286 1.066-.134 2.22-2.526 3.409-1.558.775-1.851 1.738-3.849 3.247a58.371 58.371 0 0 1-5.3 4.4c-3.711 2.529-5.052 4.154-6.151 4.846"
|
|
80
|
+
}),
|
|
81
|
+
a("path", {
|
|
82
|
+
d: "M68.94 100.661a.267.267 0 0 1-.084 0 .264.264 0 0 1-.157-.095 33.794 33.794 0 0 1-5.789-22.005.263.263 0 0 1 .031-.1c1.812-3.395 6.928-7.9 13.2-9.942 2.239-.729 12.05-3.289 14.236-3.325a2.362 2.362 0 0 1 2.34 1.138 3.065 3.065 0 0 1-.658 3.142c-.755.938-4.077 2.049-6.956 2.784a4.693 4.693 0 0 1 2.768.843 1.584 1.584 0 0 1 .532 1.322c-.093 1.606-1.674 2.683-2.885 3.276a3.5 3.5 0 0 1 2.112.693 1.482 1.482 0 0 1 .473 1.227c-.091 1.57-1.8 2.673-3.112 3.291a2.162 2.162 0 0 1 2 1.521c.38 1.418-.637 2.025-2.662 3.713-5.2 4.33-15.384 12.524-15.384 12.524m15.15-13c2.33-1.732 2.583-2.379 2.388-3.105-.435-1.621-2.965-1.073-2.991-1.068a.263.263 0 0 1-.134-.509c.041-.012 4.1-1.263 4.222-3.4a.965.965 0 0 0-.3-.811c-.716-.667-2.534-.6-3.173-.515a.263.263 0 0 1-.11-.513c.037-.011 3.76-1.158 3.887-3.356a1.066 1.066 0 0 0-.36-.9c-1.309-1.19-5.453-.567-5.494-.56a.263.263 0 0 1-.084-.52c3.237-.547 8.875-2.229 9.71-3.268a2.589 2.589 0 0 0 .6-2.581 1.853 1.853 0 0 0-1.859-.843c-2.1.034-11.923 2.6-14.081 3.3-6.109 1.989-11.086 6.345-12.872 9.64a33.471 33.471 0 0 0 5.59 21.464Z"
|
|
83
|
+
}),
|
|
84
|
+
a("path", {
|
|
85
|
+
d: "M76.985 74.2a.263.263 0 0 1-.041-.506 27.33 27.33 0 0 1 4.893-1.273.263.263 0 1 1 .085.519 26.84 26.84 0 0 0-4.8 1.248.263.263 0 0 1-.138.011"
|
|
86
|
+
}),
|
|
87
|
+
a("path", {
|
|
88
|
+
d: "M77.129 79.5a.263.263 0 0 1-.009-.516c2.229-.5 4.51-.9 6.778-1.188a.264.264 0 0 1 .065.523 70.267 70.267 0 0 0-6.728 1.179.264.264 0 0 1-.107 0"
|
|
89
|
+
}),
|
|
90
|
+
a("path", {
|
|
91
|
+
d: "M77.531 84.895a.263.263 0 0 1-.012-.515c.6-.143 1.238-.306 1.911-.478 1.319-.338 2.682-.687 3.949-.925a.264.264 0 0 1 .1.518c-1.249.234-2.6.581-3.915.917-.675.173-1.312.336-1.92.481a.265.265 0 0 1-.109 0"
|
|
92
|
+
}),
|
|
93
|
+
a("path", {
|
|
94
|
+
fill: "#fff",
|
|
95
|
+
d: "M47.681 36.924s-11.059-4.483-14.887-.883a10.991 10.991 0 0 0-3.713 7.67s2.2 7.81 14.31 11.737l4.02-7.395 4.017 5.224s4.459-5.338 3.279-11.341c-.556-2.829-7.026-5.012-7.026-5.012"
|
|
96
|
+
}),
|
|
97
|
+
a("path", {
|
|
98
|
+
fill: "#222",
|
|
99
|
+
d: "M29.041 43.939a.232.232 0 0 1-.193-.223 11.125 11.125 0 0 1 3.787-7.846c3.893-3.66 14.677.652 15.134.837a.233.233 0 1 1-.175.431c-.109-.044-10.964-4.386-14.64-.929a10.869 10.869 0 0 0-3.64 7.494.233.233 0 0 1-.226.239.257.257 0 0 1-.045 0"
|
|
100
|
+
}),
|
|
101
|
+
a("path", {
|
|
102
|
+
fill: "#fff",
|
|
103
|
+
d: "m42.885 29.466-6.267 10.588s4.54 7.452 15.067 3.484l3.615-8.032s-6.153-8.778-12.415-6.039"
|
|
104
|
+
}),
|
|
105
|
+
a("path", {
|
|
106
|
+
fill: "#222",
|
|
107
|
+
d: "M43.774 44.754a11.227 11.227 0 0 1-7.355-4.578.233.233 0 0 1 0-.24l6.267-10.588a.231.231 0 0 1 .107-.095c6.364-2.783 12.443 5.754 12.7 6.119a.233.233 0 0 1 .022.229l-3.614 8.033a.235.235 0 0 1-.13.122 15.263 15.263 0 0 1-7.993 1m-6.882-4.706a10.471 10.471 0 0 0 3.445 3.045c2.178 1.208 5.881 2.23 11.174.262l3.52-7.821c-.722-.976-6.362-8.264-11.985-5.883Z"
|
|
108
|
+
}),
|
|
109
|
+
a("path", {
|
|
110
|
+
fill: "#222",
|
|
111
|
+
d: "M43.897 44.794q-.424-.072-.86-.172c-6.085-1.414-8.218-7.283-8.239-7.342a.233.233 0 0 1 .439-.155c.02.057 2.075 5.689 7.905 7.043a12.4 12.4 0 0 0 9.847-1.657.233.233 0 1 1 .284.368 12.812 12.812 0 0 1-9.376 1.915"
|
|
112
|
+
}),
|
|
113
|
+
a("path", {
|
|
114
|
+
fill: "#fff",
|
|
115
|
+
d: "M58.247 9.625s5.286 15.778 4.632 20.771c-.869 6.625-12.328 11.235-17.339 1.418 0 0-7.569-.066-7.506-5.435.057-4.856 5.891-1.621 6.453.177l1.5-.018s-2.921-6.707-1.742-10.048 14-6.865 14-6.865"
|
|
116
|
+
}),
|
|
117
|
+
a("path", {
|
|
118
|
+
d: "M52.346 37.587c-2.866-.484-5.308-2.4-6.95-5.544-.762-.027-4.3-.262-6.281-2.28a4.586 4.586 0 0 1-1.313-3.387c.024-2.055 1.032-2.633 1.874-2.756 1.876-.275 4.416 1.469 4.971 2.7l1-.012c-.573-1.4-2.673-6.891-1.613-9.9 1.205-3.417 13.629-6.867 14.157-7.012a.232.232 0 0 1 .283.15c.216.646 5.3 15.887 4.642 20.875-.453 3.45-3.665 6.452-7.64 7.137a9.256 9.256 0 0 1-3.124.024m-6.767-6a.232.232 0 0 1 .168.124c2.105 4.124 5.621 6.09 9.644 5.4 3.718-.641 6.838-3.538 7.258-6.739.6-4.572-3.931-18.567-4.552-20.457-1.67.477-12.585 3.7-13.628 6.658-1.135 3.218 1.707 9.811 1.736 9.878a.233.233 0 0 1-.211.326l-1.5.018a.231.231 0 0 1-.225-.163c-.333-1.066-2.845-2.791-4.522-2.546-.963.141-1.459.915-1.476 2.3a4.135 4.135 0 0 0 1.18 3.055c2.04 2.084 6.055 2.145 6.1 2.145a.215.215 0 0 1 .037 0"
|
|
119
|
+
}),
|
|
120
|
+
a("path", {
|
|
121
|
+
d: "M44.784 29.358a.232.232 0 0 1-.1-.042 3.95 3.95 0 0 0-2.836-.73.233.233 0 1 1-.061-.461 4.419 4.419 0 0 1 3.173.816.233.233 0 0 1-.177.417"
|
|
122
|
+
}),
|
|
123
|
+
a("path", { fill: "#fff", d: "m61.569 23.5 1.155-.342-2.359-8.237-1.019.287Z" }),
|
|
124
|
+
a("path", {
|
|
125
|
+
fill: "#fff",
|
|
126
|
+
d: "m52.596 10.088 4.2-4.722-7.7-3.237-11.668 16.225 6.665 9.364 4.245 2.306-3.655-11.291 1.55-4.5Z"
|
|
127
|
+
}),
|
|
128
|
+
a("path", {
|
|
129
|
+
d: "M59.072 24.46a1.989 1.989 0 0 1-1.6-1.433l-1.4-5.079a1.986 1.986 0 0 1 1.384-2.437l4.581-1.267a1.983 1.983 0 0 1 2.44 1.383l1.4 5.076a1.985 1.985 0 0 1-1.383 2.44l-4.59 1.269a1.982 1.982 0 0 1-.845.047m3.728-9.7a1.422 1.422 0 0 0-.6.034l-4.581 1.267a1.419 1.419 0 0 0-.988 1.74l1.4 5.079a1.416 1.416 0 0 0 1.743.99l4.59-1.269a1.418 1.418 0 0 0 .988-1.743l-1.4-5.076a1.422 1.422 0 0 0-1.139-1.022"
|
|
130
|
+
}),
|
|
131
|
+
a("path", {
|
|
132
|
+
d: "M49.096 27.248a1.988 1.988 0 0 1-1.6-1.433l-1.4-5.079a1.986 1.986 0 0 1 1.384-2.437l4.581-1.267a1.985 1.985 0 0 1 2.44 1.383l1.4 5.077a1.985 1.985 0 0 1-1.383 2.44l-4.59 1.269a1.976 1.976 0 0 1-.845.047m3.727-9.7a1.41 1.41 0 0 0-.6.033l-4.582 1.267a1.419 1.419 0 0 0-.988 1.74l1.4 5.079a1.417 1.417 0 0 0 1.743.99l4.59-1.269a1.418 1.418 0 0 0 .988-1.743l-1.4-5.077a1.418 1.418 0 0 0-1.141-1.021"
|
|
133
|
+
}),
|
|
134
|
+
a("path", { d: "m41.866 24.111-.729-.317 5.622-1.339.024.566Z" }),
|
|
135
|
+
a("path", {
|
|
136
|
+
d: "m55.083 21.085-.441-.355a2.246 2.246 0 0 1 2.294-.741l.043.007-.1.559a1.719 1.719 0 0 0-1.8.531"
|
|
137
|
+
}),
|
|
138
|
+
a("path", {
|
|
139
|
+
fill: "#222",
|
|
140
|
+
d: "M54.606 9.703c5.4.83 9.421-1.905 9.853-5.757a.012.012 0 0 0-.02-.01c-1.2 1.233-5.195 1.324-7.934-.295-13.025-8.529-28.566.424-24.975 10.2-2.9 2.783.648 8.233 6.424 12.188.256-3.289 4.19-2.759 6.533.528l1.5-.018c-3.349-5.145-3.926-14.566-3.922-14.562 4.989 5.453 18.9 4.952 22.026-4.1a.119.119 0 0 0-.187-.132c-2.72 2.173-5.886 2.564-9.3 1.963"
|
|
141
|
+
}),
|
|
142
|
+
a("path", {
|
|
143
|
+
fill: "#1d1d1b",
|
|
144
|
+
d: "M44.309 26.683c-1.525-2.14-3.561-2.915-4.784-2.576a1.942 1.942 0 0 0-1.352 1.938.219.219 0 0 1-.342.163c-4.414-3.022-7.3-6.678-7.537-9.54a3.546 3.546 0 0 1 .984-2.885c-1.29-3.686.02-7.534 3.523-10.318 4.75-3.776 13.606-5.388 21.816-.012 2.613 1.544 6.534 1.5 7.666.331a.23.23 0 0 1 .394.187 6.365 6.365 0 0 1-2.521 4.354 7.911 7.911 0 0 1-1.669.975 9.621 9.621 0 0 0 3.285-1.73.338.338 0 0 1 .53.375c-1.3 3.776-4.668 6.482-9.229 7.427-4.793.993-9.919-.162-12.739-2.815.19 2.129 1.036 9.537 3.828 13.843a.214.214 0 0 1 .039.071.219.219 0 0 1-.226.288l-1.485.018h-.005a.219.219 0 0 1-.175-.092m-1.751-9.314a51.917 51.917 0 0 1-.566-3.817c-.182-1.653-.168-1.664-.058-1.75a.219.219 0 0 1 .3.025c2.606 2.849 7.851 4.129 12.754 3.114 4.274-.885 7.456-3.361 8.786-6.818-2.484 1.859-5.5 2.446-9.2 1.795a.219.219 0 0 1 .071-.432 9.446 9.446 0 0 0 7.25-1.51 5.977 5.977 0 0 0 2.273-3.548 5.987 5.987 0 0 1-3.116.648 9.738 9.738 0 0 1-4.661-1.253c-8.037-5.262-16.682-3.7-21.313-.017-3.39 2.694-4.637 6.417-3.337 9.957a.219.219 0 0 1-.054.234 3.124 3.124 0 0 0-.952 2.634c.216 2.63 2.972 6.141 7.052 9.009a2.268 2.268 0 0 1 1.626-1.957c1.573-.437 3.741.676 5.19 2.651l1-.012a28.4 28.4 0 0 1-3.04-8.955"
|
|
145
|
+
})
|
|
146
|
+
])
|
|
147
|
+
)
|
|
148
|
+
])
|
|
149
|
+
)
|
|
150
|
+
]
|
|
151
|
+
});
|
|
152
|
+
export {
|
|
153
|
+
h as GenericUserWikiAvatarSquaredImg
|
|
154
|
+
};
|
package/dist/GoogleIcon.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
|
-
import { s as e } from "./svgIconFactory-
|
|
2
|
+
import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
3
|
const h = (t, { attrs: r }) => e({
|
|
4
4
|
props: t,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.361 16" },
|