@wikicasa-dev/svg-icons 0.0.18 → 0.0.19
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/GenericUserWikiAvatar.js +145 -0
- package/dist/WikiNerd.js +185 -132
- package/dist/WikicasaStudioLogo.js +0 -5
- package/dist/index.js +26 -24
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/svgImages/GenericUserWikiAvatar.d.ts +5 -0
- package/package.json +1 -1
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { h as a } from "vue";
|
|
2
|
+
import { s as c } from "./svgImagefactory-fcIp3A8Z.js";
|
|
3
|
+
const f = (l) => c({
|
|
4
|
+
props: l,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
"xml:space": "preserve",
|
|
8
|
+
viewBox: "0 0 50 50",
|
|
9
|
+
width: l.width ?? 50,
|
|
10
|
+
height: l.height ?? 50,
|
|
11
|
+
"aria-labelledby": l.id ? l.description ? `${l.id}_title ${l.id}_desc` : `${l.id}_title` : void 0,
|
|
12
|
+
role: "img",
|
|
13
|
+
style: { "border-radius": `${l.borderRadius ?? 25}px` }
|
|
14
|
+
},
|
|
15
|
+
childrenNodes: [
|
|
16
|
+
a("defs", [
|
|
17
|
+
a(
|
|
18
|
+
"clipPath",
|
|
19
|
+
{ id: "a" },
|
|
20
|
+
a("circle", { cx: "25", cy: "25", r: "25", fill: "#fff", transform: "translate(16 25)" })
|
|
21
|
+
),
|
|
22
|
+
a("clipPath", { id: "b" }, a("path", { fill: "none", d: "M0 0h52.967v74.127H0z" }))
|
|
23
|
+
]),
|
|
24
|
+
a("g", { transform: "translate(-16 -25)" }, [
|
|
25
|
+
a("circle", {
|
|
26
|
+
cx: "25",
|
|
27
|
+
cy: "25",
|
|
28
|
+
r: "25",
|
|
29
|
+
fill: "#b4c2f0",
|
|
30
|
+
transform: "translate(16 25)"
|
|
31
|
+
}),
|
|
32
|
+
a(
|
|
33
|
+
"g",
|
|
34
|
+
a("g", { transform: "translate(14.859 30.067)" }, [
|
|
35
|
+
a("path", {
|
|
36
|
+
d: "M9.464 74.125a.15.15 0 0 1-.119-.114L5.32 56.403a.15.15 0 0 1 .127-.182l34.645-4.628a.15.15 0 0 1 .168.124l3.5 21.062a.15.15 0 0 1-.143.175l-34.12 1.174a.148.148 0 0 1-.033 0M5.65 56.499l3.961 17.327 33.824-1.165-3.448-20.752Z"
|
|
37
|
+
}),
|
|
38
|
+
a("path", {
|
|
39
|
+
fill: "#2b5dff",
|
|
40
|
+
d: "M38.751 46.392c-.008 0-.72-5.806-.72-5.806l2.992 14.924a.15.15 0 0 1-.024.116 32.515 32.515 0 0 1-5.969 6.078c-3.468 2.721-9.014 5.861-15.742 5.37a15.464 15.464 0 0 1-1.741-.226c-4.549-.857-8.323-3.756-11.236-8.639a47.638 47.638 0 0 1-4.774-12.543l-.209-.8A30.747 30.747 0 0 1 .295 34.004c.589-4.852 2.92-7.938 6.929-9.173a30.034 30.034 0 0 1 12.763-.917l1.806-3.082a.15.15 0 0 1 .192-.06l5.616 2.588a.151.151 0 0 1 .063.054l.823 1.261 1.365-1.389a.15.15 0 0 1 .254.073l.46 2.116 7.379 1.441q.156.033.311.07a9.131 9.131 0 0 1 5.973 4.844l.315.632a36.48 36.48 0 0 1 3.818 15.575l.361 19.228-5.3 4.4-3.88-21.589"
|
|
41
|
+
}),
|
|
42
|
+
a("path", {
|
|
43
|
+
fill: "#222",
|
|
44
|
+
d: "m48.476 46.075.415 21.275-5.581 4.527-2.769-15.407a33.98 33.98 0 0 1-5.42 5.352c-3.243 2.544-8.294 5.453-14.432 5.453q-.7 0-1.414-.052a15.643 15.643 0 0 1-1.758-.228c-4.59-.865-8.4-3.795-11.337-8.709a47.763 47.763 0 0 1-4.788-12.583l-.02-.077-.189-.724A30.9 30.9 0 0 1 .145 33.985c.6-4.916 2.963-8.044 7.034-9.3a29.988 29.988 0 0 1 12.73-.938l1.754-2.993a.3.3 0 0 1 .384-.121l5.617 2.588a.3.3 0 0 1 .126.108l.721 1.1 1.234-1.256a.3.3 0 0 1 .507.146l.439 2.019 7.282 1.422c.108.022.213.046.317.071a9.25 9.25 0 0 1 6.072 4.923l1.193 2.4a27.993 27.993 0 0 1 2.921 11.916m-7.687 10.079 2.748 15.292 5.016-4.273-.377-20.967a28.1 28.1 0 0 0-2.941-12.02l-1.141-2.284a8.951 8.951 0 0 0-5.874-4.765c-.1-.024-.2-.048-.306-.069l-7.474-1.466-.481-2.212-1.5 1.522-.925-1.417-5.617-2.588-1.858 3.171-.1-.017a30.14 30.14 0 0 0-12.694.912c-3.947 1.216-6.243 4.26-6.824 9.048A30.6 30.6 0 0 0 1.47 44.821l.19.725.02.077a47.5 47.5 0 0 0 4.755 12.5c2.886 4.837 6.633 7.72 11.135 8.568a15.4 15.4 0 0 0 1.724.223c6.681.486 12.192-2.634 15.639-5.339a33.524 33.524 0 0 0 5.535-5.51L39.4 50.097l.3-.053 1.026 5.707c.1-.134.154-.209.157-.214L38.672 44.51c.126 1.017.223 1.795.233 1.851l-.147.025-.013.153c-.124-.011-.124-.011-.252-1.038-.068-.544-.158-1.27-.247-2l-.357-2.9.3-.048 2.992 14.924a.3.3 0 0 1-.048.231c0 .007-.117.166-.331.443"
|
|
45
|
+
}),
|
|
46
|
+
a("path", {
|
|
47
|
+
d: "M26.165 28.042a.155.155 0 0 1-.028-.008 25.99 25.99 0 0 1-5.812-3.26.15.15 0 0 1 .179-.241 25.685 25.685 0 0 0 5.612 3.169l.585-1.263a.15.15 0 0 1 .272.126l-.645 1.393a.15.15 0 0 1-.164.084"
|
|
48
|
+
}),
|
|
49
|
+
a("path", {
|
|
50
|
+
fill: "#fff",
|
|
51
|
+
d: "M21.351 35.508a.425.425 0 0 0-.354.486l1.27 8.87a.431.431 0 0 0 .488.366l4.038-.578 1.435 1.524a.216.216 0 0 0 .351-.05l.949-1.866 4.043-.579a.431.431 0 0 0 .366-.488l-1.27-8.87a.434.434 0 0 0-.488-.366l-10.821 1.551h-.008m.885 1.706a.1.1 0 0 1-.011-.044.1.1 0 0 1 .1-.1l1.5-.215a.1.1 0 0 1 .1.055l1.7 3.7a.053.053 0 0 0 .1-.014l.619-4.025a.1.1 0 0 1 .09-.091l1.159-.166a.109.109 0 0 1 .111.059l1.805 3.682a.053.053 0 0 0 .1-.018l.5-4.012a.092.092 0 0 1 .082-.086l1.5-.215a.108.108 0 0 1 .12.123l-1.06 6.6a.1.1 0 0 1-.09.091l-1.53.219a.1.1 0 0 1-.1-.051l-1.545-3.3a.053.053 0 0 0-.1.014l-.556 3.605a.1.1 0 0 1-.083.082l-1.534.22a.109.109 0 0 1-.112-.062l-2.869-6.036Z"
|
|
52
|
+
}),
|
|
53
|
+
a("path", {
|
|
54
|
+
d: "M29.272 27.673a.148.148 0 0 1-.074-.037.15.15 0 0 1-.009-.212l1.118-1.215a.15.15 0 0 1 .221.2l-1.118 1.215a.15.15 0 0 1-.138.046"
|
|
55
|
+
}),
|
|
56
|
+
a("path", {
|
|
57
|
+
fill: "#2b5dff",
|
|
58
|
+
d: "m25.393 49.384 3.177-1.9 1.82-.773 1.8-.835 1.8-.688 2.287-.729.944 7.739-8 .842-5.02-.476Z"
|
|
59
|
+
}),
|
|
60
|
+
a("path", {
|
|
61
|
+
d: "M20.048 52.238a.15.15 0 0 1-.111-.091l-4.6-11.313a3.083 3.083 0 0 1 .072-2.48.15.15 0 0 1 .271.129 2.781 2.781 0 0 0-.065 2.238l4.6 11.313a.15.15 0 0 1-.167.2"
|
|
62
|
+
}),
|
|
63
|
+
a("path", {
|
|
64
|
+
d: "M18.861 53.087a.15.15 0 0 1-.053-.274c.1-.067 10.486-6.689 17.29-8.458a.15.15 0 0 1 .075.29c-6.758 1.758-17.1 8.354-17.2 8.421a.149.149 0 0 1-.109.021"
|
|
65
|
+
}),
|
|
66
|
+
a("path", {
|
|
67
|
+
d: "M36.371 59.501a.149.149 0 0 1-.083-.046 17.542 17.542 0 0 1-4.55-12.509.15.15 0 0 1 .3.013 17.241 17.241 0 0 0 4.471 12.293.15.15 0 0 1-.139.249"
|
|
68
|
+
}),
|
|
69
|
+
a("path", {
|
|
70
|
+
fill: "#fff",
|
|
71
|
+
d: "M39.277 57.232a18.928 18.928 0 0 1-3.268-12.439 13.752 13.752 0 0 1 7.438-5.6 61.9 61.9 0 0 1 8.071-1.888c1.512-.025 1.576 1.28.839 2.2-.533.662-3.847 1.616-5.627 1.917 0 0 3.6-.556 3.51.99-.079 1.374-2.323 2.048-2.323 2.048s2.221-.289 2.152.914c-.077 1.34-2.513 2.074-2.513 2.074s1.595-.358 1.883.716c.163.608-.077 1.265-1.44 1.943-.888.442-1.055.991-2.194 1.851a33.276 33.276 0 0 1-3.022 2.511c-2.116 1.441-2.88 2.368-3.506 2.763"
|
|
72
|
+
}),
|
|
73
|
+
a("path", {
|
|
74
|
+
d: "M39.298 57.38a.152.152 0 0 1-.048 0 .15.15 0 0 1-.09-.054 19.263 19.263 0 0 1-3.3-12.544.15.15 0 0 1 .017-.06c1.033-1.935 3.949-4.5 7.524-5.667a61.305 61.305 0 0 1 8.115-1.9 1.346 1.346 0 0 1 1.334.649 1.747 1.747 0 0 1-.375 1.791c-.43.535-2.324 1.168-3.965 1.587a2.675 2.675 0 0 1 1.578.481.9.9 0 0 1 .3.754c-.053.916-.954 1.529-1.644 1.867a2 2 0 0 1 1.2.4.845.845 0 0 1 .269.7c-.052.9-1.027 1.524-1.774 1.876a1.232 1.232 0 0 1 1.138.867c.217.808-.363 1.154-1.518 2.117-2.962 2.468-8.769 7.139-8.769 7.139m8.636-7.408c1.328-.987 1.473-1.356 1.361-1.77-.248-.924-1.69-.612-1.7-.609a.15.15 0 0 1-.076-.29c.023-.007 2.336-.72 2.407-1.939a.55.55 0 0 0-.174-.462 2.771 2.771 0 0 0-1.809-.294.15.15 0 0 1-.063-.293c.021-.006 2.144-.66 2.216-1.913a.607.607 0 0 0-.205-.514c-.746-.678-3.108-.323-3.132-.319a.152.152 0 0 1-.048-.3c1.845-.312 5.059-1.271 5.535-1.863a1.476 1.476 0 0 0 .339-1.471 1.056 1.056 0 0 0-1.06-.48 62.5 62.5 0 0 0-8.026 1.881 13.7 13.7 0 0 0-7.337 5.5 19.08 19.08 0 0 0 3.187 12.235Z"
|
|
75
|
+
}),
|
|
76
|
+
a("path", {
|
|
77
|
+
d: "M43.883 42.297a.15.15 0 0 1-.023-.289 15.58 15.58 0 0 1 2.789-.726.152.152 0 1 1 .048.3 15.3 15.3 0 0 0-2.735.712.15.15 0 0 1-.079.006"
|
|
78
|
+
}),
|
|
79
|
+
a("path", {
|
|
80
|
+
d: "M43.967 45.318a.15.15 0 0 1-.005-.294 40.44 40.44 0 0 1 3.864-.677.151.151 0 0 1 .037.3 40.092 40.092 0 0 0-3.835.672.151.151 0 0 1-.061 0"
|
|
81
|
+
}),
|
|
82
|
+
a("path", {
|
|
83
|
+
d: "M44.197 48.393a.15.15 0 0 1-.007-.294c.344-.082.706-.175 1.089-.273.752-.193 1.529-.392 2.251-.527a.152.152 0 0 1 .055.3 36.13 36.13 0 0 0-2.232.523c-.385.1-.748.192-1.095.274a.151.151 0 0 1-.062 0"
|
|
84
|
+
}),
|
|
85
|
+
a("path", {
|
|
86
|
+
fill: "#fff",
|
|
87
|
+
d: "M27.18 21.048s-6.3-2.556-8.486-.5a6.265 6.265 0 0 0-2.117 4.372s1.254 4.452 8.157 6.69l2.291-4.215 2.29 2.978s2.542-3.043 1.869-6.465c-.317-1.613-4-2.857-4-2.857"
|
|
88
|
+
}),
|
|
89
|
+
a("path", {
|
|
90
|
+
fill: "#222",
|
|
91
|
+
d: "M16.555 25.047a.132.132 0 0 1-.11-.127 6.342 6.342 0 0 1 2.158-4.473c2.219-2.086 8.367.371 8.627.477a.133.133 0 1 1-.1.246c-.062-.025-6.25-2.5-8.346-.53a6.2 6.2 0 0 0-2.075 4.272.133.133 0 0 1-.129.136h-.026"
|
|
92
|
+
}),
|
|
93
|
+
a("path", {
|
|
94
|
+
fill: "#fff",
|
|
95
|
+
d: "m24.445 16.796-3.572 6.036s2.588 4.248 8.589 1.986l2.061-4.579s-3.507-5-7.077-3.443"
|
|
96
|
+
}),
|
|
97
|
+
a("path", {
|
|
98
|
+
fill: "#222",
|
|
99
|
+
d: "M24.953 25.511a6.4 6.4 0 0 1-4.193-2.609.133.133 0 0 1 0-.137l3.573-6.036a.132.132 0 0 1 .061-.054c3.628-1.587 7.093 3.28 7.239 3.488a.133.133 0 0 1 .012.131l-2.06 4.579a.134.134 0 0 1-.074.07 8.7 8.7 0 0 1-4.556.569m-3.923-2.682a5.968 5.968 0 0 0 1.964 1.736 7.379 7.379 0 0 0 6.37.149l2.006-4.458c-.412-.556-3.627-4.711-6.832-3.354Z"
|
|
100
|
+
}),
|
|
101
|
+
a("path", {
|
|
102
|
+
fill: "#222",
|
|
103
|
+
d: "M25.023 25.534q-.242-.041-.49-.1a7.032 7.032 0 0 1-4.7-4.185.133.133 0 0 1 .25-.088 6.758 6.758 0 0 0 4.506 4.015 7.066 7.066 0 0 0 5.613-.945.133.133 0 1 1 .162.21 7.3 7.3 0 0 1-5.345 1.091"
|
|
104
|
+
}),
|
|
105
|
+
a("path", {
|
|
106
|
+
fill: "#fff",
|
|
107
|
+
d: "M33.203 5.486s3.01 8.994 2.64 11.842c-.5 3.776-7.027 6.4-9.884.808 0 0-4.315-.037-4.278-3.1.033-2.768 3.358-.924 3.678.1l.854-.008s-1.665-3.823-.993-5.728 7.98-3.913 7.98-3.913"
|
|
108
|
+
}),
|
|
109
|
+
a("path", {
|
|
110
|
+
d: "M29.838 21.426a5.571 5.571 0 0 1-3.961-3.16 5.749 5.749 0 0 1-3.58-1.3 2.614 2.614 0 0 1-.749-1.931c.014-1.171.588-1.5 1.068-1.571a3.309 3.309 0 0 1 2.833 1.54l.568-.007c-.327-.8-1.524-3.928-.92-5.641.687-1.948 7.769-3.914 8.07-4a.132.132 0 0 1 .161.086c.123.368 3.019 9.056 2.646 11.9a5.158 5.158 0 0 1-4.355 4.068 5.276 5.276 0 0 1-1.781.014m-3.857-3.422a.132.132 0 0 1 .1.071c1.2 2.351 3.2 3.472 5.5 3.076a4.955 4.955 0 0 0 4.137-3.841c.342-2.606-2.241-10.584-2.595-11.661-.952.272-7.174 2.108-7.769 3.8-.647 1.834.973 5.593.99 5.631a.133.133 0 0 1-.12.186l-.857.01a.132.132 0 0 1-.128-.093 3.017 3.017 0 0 0-2.578-1.451c-.549.08-.832.522-.841 1.312a2.357 2.357 0 0 0 .672 1.741 5.717 5.717 0 0 0 3.472 1.22h.021"
|
|
111
|
+
}),
|
|
112
|
+
a("path", {
|
|
113
|
+
d: "M25.528 16.735a.132.132 0 0 1-.057-.024 2.252 2.252 0 0 0-1.617-.416.133.133 0 1 1-.035-.263 2.519 2.519 0 0 1 1.809.465.133.133 0 0 1-.1.238"
|
|
114
|
+
}),
|
|
115
|
+
a("path", { fill: "#fff", d: "m35.096 13.396.659-.195-1.345-4.696-.581.163Z" }),
|
|
116
|
+
a("path", {
|
|
117
|
+
fill: "#fff",
|
|
118
|
+
d: "m29.981 5.751 2.394-2.692-4.391-1.845-6.648 9.249 3.8 5.338 2.42 1.314-2.09-6.436.884-2.563Z"
|
|
119
|
+
}),
|
|
120
|
+
a("path", {
|
|
121
|
+
d: "M33.673 13.943a1.134 1.134 0 0 1-.91-.817l-.8-2.9a1.132 1.132 0 0 1 .789-1.389l2.612-.722a1.131 1.131 0 0 1 1.391.788l.8 2.894a1.132 1.132 0 0 1-.788 1.391l-2.616.724a1.13 1.13 0 0 1-.482.027m2.125-5.531a.811.811 0 0 0-.344.019l-2.612.722a.809.809 0 0 0-.563.992l.8 2.9a.807.807 0 0 0 .994.564l2.616-.724a.808.808 0 0 0 .563-.993l-.8-2.894a.811.811 0 0 0-.649-.582"
|
|
122
|
+
}),
|
|
123
|
+
a("path", {
|
|
124
|
+
d: "M27.986 15.532a1.133 1.133 0 0 1-.91-.817l-.8-2.9a1.132 1.132 0 0 1 .789-1.389l2.612-.722a1.132 1.132 0 0 1 1.391.788l.8 2.894a1.132 1.132 0 0 1-.788 1.391l-2.617.724a1.126 1.126 0 0 1-.481.027m2.124-5.531a.8.8 0 0 0-.343.019l-2.612.722a.809.809 0 0 0-.563.992l.8 2.9a.808.808 0 0 0 .994.564l2.616-.723a.808.808 0 0 0 .563-.993l-.8-2.894a.809.809 0 0 0-.65-.582"
|
|
125
|
+
}),
|
|
126
|
+
a("path", { d: "m23.865 13.744-.415-.181 3.2-.763.014.323Z" }),
|
|
127
|
+
a("path", {
|
|
128
|
+
d: "m31.401 12.019-.252-.2a1.28 1.28 0 0 1 1.308-.422h.024l-.055.318a.98.98 0 0 0-1.026.3"
|
|
129
|
+
}),
|
|
130
|
+
a("path", {
|
|
131
|
+
fill: "#222",
|
|
132
|
+
d: "M31.128 5.531c3.078.473 5.37-1.086 5.616-3.282a.007.007 0 0 0-.011-.006c-.683.7-2.961.755-4.523-.168-7.425-4.862-16.284.242-14.237 5.814-1.654 1.586.37 4.693 3.662 6.947.146-1.875 2.388-1.573 3.724.3l.857-.01c-1.909-2.933-2.238-8.3-2.236-8.3 2.844 3.108 10.772 2.823 12.556-2.339a.068.068 0 0 0-.106-.075 6.313 6.313 0 0 1-5.3 1.119"
|
|
133
|
+
}),
|
|
134
|
+
a("path", {
|
|
135
|
+
fill: "#1d1d1b",
|
|
136
|
+
d: "M25.253 15.21a2.877 2.877 0 0 0-2.727-1.469 1.107 1.107 0 0 0-.771 1.1.125.125 0 0 1-.195.093c-2.516-1.723-4.162-3.806-4.3-5.438a2.021 2.021 0 0 1 .561-1.645 5.186 5.186 0 0 1 2.008-5.882 10.744 10.744 0 0 1 12.436-.007c1.49.88 3.725.852 4.37.189a.131.131 0 0 1 .225.106 3.628 3.628 0 0 1-1.437 2.482 4.51 4.51 0 0 1-.952.556 5.485 5.485 0 0 0 1.873-.986.193.193 0 0 1 .3.214 6.72 6.72 0 0 1-5.261 4.234 8.511 8.511 0 0 1-7.262-1.6c.109 1.214.591 5.436 2.182 7.891a.122.122 0 0 1 .023.04.125.125 0 0 1-.129.164l-.847.01a.125.125 0 0 1-.1-.052m-1-5.309a29.196 29.196 0 0 1-.323-2.176c-.1-.942-.1-.949-.033-1a.125.125 0 0 1 .169.014c1.486 1.624 4.475 2.354 7.27 1.775a6.522 6.522 0 0 0 5.02-3.883 6.46 6.46 0 0 1-5.245 1.023.125.125 0 0 1 .041-.246 5.385 5.385 0 0 0 4.133-.861 3.407 3.407 0 0 0 1.3-2.023 3.413 3.413 0 0 1-1.776.37 5.551 5.551 0 0 1-2.657-.714A10.5 10.5 0 0 0 20 2.171a4.938 4.938 0 0 0-1.9 5.676.125.125 0 0 1-.031.133 1.781 1.781 0 0 0-.543 1.5c.123 1.5 1.694 3.5 4.02 5.135a1.293 1.293 0 0 1 .927-1.115 3.123 3.123 0 0 1 2.959 1.511l.57-.007a16.189 16.189 0 0 1-1.733-5.1"
|
|
137
|
+
})
|
|
138
|
+
])
|
|
139
|
+
)
|
|
140
|
+
])
|
|
141
|
+
]
|
|
142
|
+
});
|
|
143
|
+
export {
|
|
144
|
+
f as GenericUserWikiAvatarImg
|
|
145
|
+
};
|
package/dist/WikiNerd.js
CHANGED
|
@@ -1,150 +1,203 @@
|
|
|
1
1
|
import { h as a } from "vue";
|
|
2
|
-
import { s as
|
|
3
|
-
const
|
|
4
|
-
props:
|
|
2
|
+
import { s as c } from "./svgImagefactory-fcIp3A8Z.js";
|
|
3
|
+
const s = (l, { attrs: t }) => c({
|
|
4
|
+
props: l,
|
|
5
5
|
svgNodeAttrs: {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
8
|
+
width: t.width ?? 116,
|
|
9
|
+
height: t.height ?? 120,
|
|
10
|
+
class: l.class ?? "",
|
|
11
|
+
"aria-hidden": t["aria-hidden"] ?? "true",
|
|
12
|
+
viewBox: t["view-box"] ?? "0 0 116.827 120.499"
|
|
12
13
|
},
|
|
13
14
|
childrenNodes: [
|
|
14
15
|
a(
|
|
15
16
|
"defs",
|
|
16
17
|
a(
|
|
17
18
|
"clipPath",
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
},
|
|
21
|
-
a("path", {
|
|
22
|
-
fill: "none",
|
|
23
|
-
d: "M0 0h116.827v120.499H0z"
|
|
24
|
-
})
|
|
19
|
+
{ id: "clip-path" },
|
|
20
|
+
a("rect", { id: "Rettangolo_21211", width: "116.827", height: "120.499", fill: "none" })
|
|
25
21
|
)
|
|
26
22
|
),
|
|
27
23
|
a(
|
|
28
24
|
"g",
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
25
|
+
{ id: "Raggruppa_27646" },
|
|
26
|
+
a("g", { id: "Raggruppa_27645" }, [
|
|
27
|
+
a("path", {
|
|
28
|
+
id: "Tracciato_26777",
|
|
29
|
+
d: "M111.076,393.476a.332.332,0,0,0,.261-.252l8.878-38.838a.331.331,0,0,0-.279-.4L43.521,343.777a.331.331,0,0,0-.37.274l-7.716,46.455a.331.331,0,0,0,.315.385L111,393.482a.324.324,0,0,0,.072-.005m8.413-38.883-8.736,38.218-74.6-2.569,7.6-45.767Z",
|
|
30
|
+
transform: "translate(-15.124 -229.983)"
|
|
31
|
+
}),
|
|
32
|
+
a("path", {
|
|
33
|
+
id: "Tracciato_26778",
|
|
34
|
+
d: "M23,194.854c.019,0,1.587-12.806,1.587-12.806l-6.6,32.916a.331.331,0,0,0,.053.255A71.72,71.72,0,0,0,31.2,228.626c7.649,6,19.882,12.928,34.722,11.845a34.1,34.1,0,0,0,3.839-.5c10.033-1.89,18.357-8.284,24.783-19.054,5.921-9.923,8.8-21.03,10.525-27.666.165-.638.319-1.229.462-1.767,1.329-5.007,3.392-14.778,2.279-23.958-1.3-10.7-6.44-17.508-15.283-20.233a66.245,66.245,0,0,0-28.15-2.022l-3.983-6.8a.332.332,0,0,0-.424-.133l-12.388,5.708a.333.333,0,0,0-.139.12l-1.816,2.781-3.011-3.064a.331.331,0,0,0-.56.162l-1.014,4.667L24.771,151.89q-.344.072-.685.155a20.14,20.14,0,0,0-13.175,10.684l-.694,1.393A80.463,80.463,0,0,0,1.8,198.476L1,240.885l11.687,9.705,8.559-47.618",
|
|
35
|
+
transform: "translate(8.364 -92.529)",
|
|
36
|
+
fill: "#2b5dff"
|
|
37
|
+
}),
|
|
38
|
+
a("path", {
|
|
39
|
+
id: "Tracciato_26779",
|
|
40
|
+
d: "M.914,193.485,0,240.411,12.31,250.4l6.108-33.983a74.945,74.945,0,0,0,11.955,11.8c7.152,5.612,18.294,12.027,31.831,12.028q1.541,0,3.119-.114a34.505,34.505,0,0,0,3.877-.5c10.125-1.907,18.538-8.37,25.006-19.21,5.946-9.963,8.835-21.1,10.561-27.753l.044-.169c.149-.573.287-1.107.418-1.6,1.335-5.03,3.408-14.847,2.288-24.083C106.2,155.975,100.981,149.075,92,146.308a66.144,66.144,0,0,0-28.077-2.069l-3.868-6.6a.662.662,0,0,0-.846-.267l-12.39,5.709a.665.665,0,0,0-.277.239l-1.591,2.437-2.722-2.771a.662.662,0,0,0-1.119.323l-.968,4.454L24.08,150.9c-.237.049-.469.1-.7.158A20.4,20.4,0,0,0,9.987,161.912L7.357,167.2A61.743,61.743,0,0,0,.914,193.485M17.87,215.716l-6.062,33.729L.745,240.02l.831-46.246a61.98,61.98,0,0,1,6.487-26.511l2.518-5.056A19.742,19.742,0,0,1,23.536,151.7c.224-.054.449-.105.675-.152L40.7,148.326l1.061-4.879,3.3,3.358,2.04-3.125,12.388-5.708,4.1,6.995.224-.037a66.478,66.478,0,0,1,28,2.012c8.707,2.683,13.771,9.4,15.052,19.956,1.107,9.126-.947,18.849-2.27,23.833-.131.491-.269,1.025-.418,1.6l-.044.169c-1.717,6.62-4.592,17.7-10.489,27.58-6.367,10.67-14.63,17.028-24.56,18.9a33.965,33.965,0,0,1-3.8.493c-14.735,1.071-26.891-5.81-34.494-11.776a73.944,73.944,0,0,1-12.208-12.153l2.369-13.182-.652-.117-2.262,12.588c-.222-.3-.339-.462-.346-.472l4.877-24.322c-.277,2.243-.492,3.959-.513,4.083l.324.055.029.338c.273-.024.273-.024.555-2.291.15-1.2.348-2.8.545-4.4.394-3.2.786-6.4.786-6.4l-.653-.106-6.6,32.917a.66.66,0,0,0,.107.51c.011.015.259.367.73.977",
|
|
41
|
+
transform: "translate(8.991 -91.859)",
|
|
42
|
+
fill: "#222"
|
|
43
|
+
}),
|
|
44
|
+
a("path", {
|
|
45
|
+
id: "Tracciato_26780",
|
|
46
|
+
d: "M136.851,171.075a.343.343,0,0,0,.063-.018,57.325,57.325,0,0,0,12.819-7.191.331.331,0,0,0-.4-.531,56.65,56.65,0,0,1-12.379,6.99l-1.291-2.785a.331.331,0,0,0-.6.278l1.423,3.071a.331.331,0,0,0,.361.186",
|
|
47
|
+
transform: "translate(-77.736 -109.226)"
|
|
48
|
+
}),
|
|
49
|
+
a("path", {
|
|
50
|
+
id: "Tracciato_26781",
|
|
51
|
+
d: "M167.637,229.674a.938.938,0,0,1,.781,1.072l-2.8,19.564a.952.952,0,0,1-1.076.807l-8.906-1.275L152.47,253.2a.477.477,0,0,1-.773-.111l-2.094-4.115-8.916-1.277a.951.951,0,0,1-.806-1.076l2.8-19.564a.957.957,0,0,1,1.076-.807l23.862,3.417.017,0m-1.952,3.763a.221.221,0,0,0,.024-.1.226.226,0,0,0-.222-.23l-3.313-.474a.221.221,0,0,0-.226.121l-3.741,8.155a.117.117,0,0,1-.222-.032L156.619,232a.231.231,0,0,0-.2-.2l-2.557-.366a.24.24,0,0,0-.245.129l-3.981,8.121a.117.117,0,0,1-.221-.041l-1.107-8.85a.2.2,0,0,0-.181-.19l-3.311-.474a.239.239,0,0,0-.265.27l2.339,14.554a.231.231,0,0,0,.2.2l3.374.483a.213.213,0,0,0,.225-.113l3.409-7.287a.117.117,0,0,1,.222.032l1.226,7.951a.212.212,0,0,0,.183.18l3.384.485a.239.239,0,0,0,.246-.137l6.329-13.313Z",
|
|
52
|
+
transform: "translate(-97.901 -151.357)",
|
|
53
|
+
fill: "#fff"
|
|
54
|
+
}),
|
|
55
|
+
a("path", {
|
|
56
|
+
id: "Tracciato_26782",
|
|
57
|
+
d: "M197.1,177.662a.327.327,0,0,0,.163-.082.331.331,0,0,0,.02-.468l-2.467-2.68a.331.331,0,0,0-.487.449l2.467,2.68a.331.331,0,0,0,.305.1",
|
|
58
|
+
transform: "translate(-144.831 -116.623)"
|
|
59
|
+
}),
|
|
60
|
+
a("path", {
|
|
61
|
+
id: "Tracciato_26783",
|
|
62
|
+
d: "M187.39,307.127l-7.007-4.186-4.013-1.705-3.974-1.842-3.978-1.518-5.044-1.607-2.083,17.07,17.644,1.857,11.073-1.05Z",
|
|
63
|
+
transform: "translate(-126.57 -198.202)",
|
|
64
|
+
fill: "#2b5dff"
|
|
65
|
+
}),
|
|
66
|
+
a("path", {
|
|
67
|
+
id: "Tracciato_26784",
|
|
68
|
+
d: "M101.083,285.816a.331.331,0,0,0,.246-.2l10.146-24.953a6.8,6.8,0,0,0-.159-5.469.331.331,0,0,0-.6.285,6.134,6.134,0,0,1,.143,4.935l-10.146,24.953a.331.331,0,0,0,.368.45",
|
|
69
|
+
transform: "translate(-28.474 -170.597)"
|
|
70
|
+
}),
|
|
71
|
+
a("path", {
|
|
72
|
+
id: "Tracciato_26785",
|
|
73
|
+
d: "M163.3,314.793a.331.331,0,0,0,.118-.6c-.23-.147-23.128-14.753-38.136-18.656a.331.331,0,0,0-.166.641c14.907,3.877,37.716,18.427,37.945,18.573a.329.329,0,0,0,.24.047",
|
|
74
|
+
transform: "translate(-88.071 -197.702)"
|
|
75
|
+
}),
|
|
76
|
+
a("path", {
|
|
77
|
+
id: "Tracciato_26786",
|
|
78
|
+
d: "M211.773,339.875a.328.328,0,0,0,.182-.1,38.693,38.693,0,0,0,10.036-27.591.331.331,0,0,0-.662.029,38.027,38.027,0,0,1-9.862,27.115.331.331,0,0,0,.306.548",
|
|
79
|
+
transform: "translate(-175.167 -208.636)"
|
|
80
|
+
}),
|
|
81
|
+
a("path", {
|
|
82
|
+
id: "Tracciato_26787",
|
|
83
|
+
d: "M269.438,292.546s8.451-10.624,7.207-27.437c-2.2-4.126-8.44-9.746-16.406-12.341-2.664-.868-15.068-4.12-17.8-4.164-3.336-.054-3.476,2.823-1.851,4.843,1.175,1.461,8.486,3.564,12.411,4.227,0,0-7.939-1.227-7.742,2.185.175,3.031,5.123,4.517,5.123,4.517s-4.9-.639-4.746,2.015c.17,2.955,5.543,4.575,5.543,4.575s-3.517-.789-4.152,1.58c-.36,1.341.169,2.791,3.175,4.287,1.959.975,2.327,2.186,4.84,4.083a73.379,73.379,0,0,0,6.666,5.538c4.666,3.179,6.352,5.223,7.733,6.093",
|
|
84
|
+
transform: "translate(-239.245 -166.314)",
|
|
85
|
+
fill: "#fff"
|
|
86
|
+
}),
|
|
87
|
+
a("path", {
|
|
88
|
+
id: "Tracciato_26788",
|
|
89
|
+
d: "M268.73,292.2a.333.333,0,0,0,.3-.122c.085-.107,8.516-10.92,7.279-27.667a.331.331,0,0,0-.038-.131c-2.279-4.268-8.711-9.932-16.6-12.5-2.815-.917-15.15-4.136-17.9-4.181a2.969,2.969,0,0,0-2.942,1.431,3.853,3.853,0,0,0,.828,3.951c.949,1.18,5.126,2.576,8.745,3.5a5.9,5.9,0,0,0-3.48,1.06,1.993,1.993,0,0,0-.669,1.662c.117,2.02,2.1,3.373,3.627,4.118a4.406,4.406,0,0,0-2.656.872,1.864,1.864,0,0,0-.594,1.543c.114,1.974,2.266,3.361,3.912,4.138a2.717,2.717,0,0,0-2.511,1.912c-.478,1.783.8,2.546,3.347,4.669C255.921,281.9,268.73,292.2,268.73,292.2m-19.047-16.339c-2.93-2.177-3.248-2.992-3-3.9.547-2.038,3.728-1.35,3.761-1.343a.331.331,0,0,0,.168-.64c-.051-.016-5.153-1.587-5.308-4.277a1.214,1.214,0,0,1,.383-1.02c.9-.838,3.186-.752,3.989-.648a.331.331,0,0,0,.138-.645c-.047-.014-4.728-1.456-4.888-4.22a1.34,1.34,0,0,1,.452-1.134c1.646-1.5,6.856-.712,6.908-.7a.331.331,0,0,0,.106-.654c-4.07-.688-11.158-2.8-12.208-4.108a3.255,3.255,0,0,1-.749-3.245,2.329,2.329,0,0,1,2.337-1.06c2.634.043,14.991,3.265,17.7,4.148,7.68,2.5,13.938,7.977,16.184,12.121a42.084,42.084,0,0,1-7.029,26.987Z",
|
|
90
|
+
transform: "translate(-238.58 -165.645)"
|
|
91
|
+
}),
|
|
92
|
+
a("path", {
|
|
93
|
+
id: "Tracciato_26789",
|
|
94
|
+
d: "M298.087,277.314a.331.331,0,0,0,.052-.637,34.369,34.369,0,0,0-6.152-1.6.331.331,0,1,0-.107.653,33.755,33.755,0,0,1,6.034,1.57.331.331,0,0,0,.174.014",
|
|
95
|
+
transform: "translate(-278.052 -184.022)"
|
|
96
|
+
}),
|
|
97
|
+
a("path", {
|
|
98
|
+
id: "Tracciato_26790",
|
|
99
|
+
d: "M301.034,297.64a.331.331,0,0,0,.012-.648c-2.8-.634-5.67-1.137-8.522-1.494a.331.331,0,0,0-.082.657c2.831.355,5.677.854,8.459,1.483a.333.333,0,0,0,.134,0",
|
|
100
|
+
transform: "translate(-281.181 -197.684)"
|
|
101
|
+
}),
|
|
102
|
+
a("path", {
|
|
103
|
+
id: "Tracciato_26791",
|
|
104
|
+
d: "M301.432,317.578a.331.331,0,0,0,.016-.647c-.759-.18-1.557-.385-2.4-.6-1.658-.425-3.372-.864-4.964-1.163a.331.331,0,0,0-.122.651c1.571.295,3.275.731,4.922,1.153.849.217,1.65.423,2.414.6a.333.333,0,0,0,.137,0",
|
|
105
|
+
transform: "translate(-282.087 -210.841)"
|
|
106
|
+
}),
|
|
107
|
+
a("path", {
|
|
108
|
+
id: "Tracciato_26792",
|
|
109
|
+
d: "M119.542,134.45s13.9-5.637,18.717-1.11a13.819,13.819,0,0,1,4.669,9.644s-2.765,9.82-17.992,14.756l-5.054-9.3-5.051,6.568s-5.607-6.712-4.122-14.259c.7-3.557,8.833-6.3,8.833-6.3",
|
|
110
|
+
transform: "translate(-62.664 -88.027)",
|
|
111
|
+
fill: "#fff"
|
|
112
|
+
}),
|
|
113
|
+
a("path", {
|
|
114
|
+
id: "Tracciato_26793",
|
|
115
|
+
d: "M133.3,142.664a.292.292,0,0,0,.243-.28c.006-.214.094-5.3-4.761-9.865-4.9-4.6-18.454.819-19.028,1.052a.293.293,0,1,0,.22.542c.137-.055,13.784-5.515,18.407-1.168a13.666,13.666,0,0,1,4.577,9.422.293.293,0,0,0,.285.3.32.32,0,0,0,.057,0",
|
|
116
|
+
transform: "translate(-52.989 -87.419)",
|
|
117
|
+
fill: "#222"
|
|
118
|
+
}),
|
|
119
|
+
a("path", {
|
|
120
|
+
id: "Tracciato_26794",
|
|
121
|
+
d: "M154.7,110.58l7.879,13.312s-5.708,9.369-18.944,4.38l-4.545-10.1s7.736-11.037,15.609-7.593",
|
|
122
|
+
transform: "translate(-91.79 -73.532)",
|
|
123
|
+
fill: "#fff"
|
|
124
|
+
}),
|
|
125
|
+
a("path", {
|
|
126
|
+
id: "Tracciato_26795",
|
|
127
|
+
d: "M152.987,129.19a14.116,14.116,0,0,0,9.248-5.756.293.293,0,0,0,0-.3l-7.88-13.312a.29.29,0,0,0-.134-.119c-8-3.5-15.645,7.235-15.966,7.693a.292.292,0,0,0-.027.288l4.544,10.1a.3.3,0,0,0,.164.154,19.189,19.189,0,0,0,10.05,1.254m8.652-5.916a13.164,13.164,0,0,1-4.332,3.828c-2.738,1.519-7.394,2.8-14.049.329l-4.426-9.833c.908-1.227,8-10.391,15.069-7.4Z",
|
|
128
|
+
transform: "translate(-91.197 -72.922)",
|
|
129
|
+
fill: "#222"
|
|
130
|
+
}),
|
|
131
|
+
a("path", {
|
|
132
|
+
id: "Tracciato_26796",
|
|
133
|
+
d: "M144.028,150.265q.533-.09,1.081-.217c7.651-1.777,10.333-9.157,10.359-9.231a.293.293,0,0,0-.552-.195c-.025.071-2.608,7.152-9.939,8.855a15.586,15.586,0,0,1-12.38-2.083.293.293,0,1,0-.357.463,16.109,16.109,0,0,0,11.788,2.407",
|
|
134
|
+
transform: "translate(-82.392 -93.945)",
|
|
135
|
+
fill: "#222"
|
|
136
|
+
}),
|
|
137
|
+
a("path", {
|
|
138
|
+
id: "Tracciato_26797",
|
|
139
|
+
d: "M150.361,36.558s-6.647,19.838-5.823,26.115c1.092,8.329,15.5,14.126,21.8,1.783,0,0,9.516-.082,9.437-6.834-.072-6.106-7.407-2.038-8.113.223l-1.89-.022s3.672-8.432,2.19-12.633-17.6-8.632-17.6-8.632",
|
|
140
|
+
transform: "translate(-106.769 -24.457)",
|
|
141
|
+
fill: "#fff"
|
|
142
|
+
}),
|
|
143
|
+
a("path", {
|
|
144
|
+
id: "Tracciato_26798",
|
|
145
|
+
d: "M157.191,71.123c3.6-.608,6.674-3.02,8.738-6.97.958-.034,5.411-.329,7.9-2.867a5.765,5.765,0,0,0,1.651-4.258c-.03-2.584-1.3-3.311-2.356-3.466-2.359-.346-5.552,1.846-6.249,3.4l-1.253-.015c.721-1.758,3.361-8.664,2.028-12.443-1.515-4.3-17.135-8.634-17.8-8.816a.292.292,0,0,0-.355.189c-.272.813-6.659,19.974-5.836,26.246.569,4.337,4.609,8.112,9.606,8.973a11.638,11.638,0,0,0,3.928.03m8.508-7.547a.292.292,0,0,0-.212.156c-2.647,5.185-7.067,7.658-12.125,6.785-4.674-.806-8.6-4.449-9.125-8.473-.754-5.749,4.942-23.345,5.723-25.72,2.1.6,15.823,4.65,17.135,8.371,1.427,4.046-2.146,12.336-2.183,12.419a.293.293,0,0,0,.265.409l1.89.022a.291.291,0,0,0,.283-.205c.418-1.341,3.578-3.509,5.686-3.2,1.21.177,1.835,1.151,1.855,2.894a5.2,5.2,0,0,1-1.483,3.841c-2.565,2.62-7.612,2.7-7.663,2.7a.27.27,0,0,0-.046,0",
|
|
146
|
+
transform: "translate(-106.177 -23.866)"
|
|
147
|
+
}),
|
|
148
|
+
a("path", {
|
|
149
|
+
id: "Tracciato_26799",
|
|
150
|
+
d: "M158.3,108.285a.292.292,0,0,0,.125-.053,4.967,4.967,0,0,1,3.566-.917.292.292,0,1,0,.076-.58,5.557,5.557,0,0,0-3.99,1.026.293.293,0,0,0,.223.524",
|
|
151
|
+
transform: "translate(-97.777 -71.374)"
|
|
152
|
+
}),
|
|
153
|
+
a("path", {
|
|
154
|
+
id: "Tracciato_26800",
|
|
155
|
+
d: "M226.871,67.463l-1.452-.43,2.966-10.356,1.282.36Z",
|
|
156
|
+
transform: "translate(-187.454 -37.917)",
|
|
157
|
+
fill: "#fff"
|
|
158
|
+
}),
|
|
159
|
+
a("path", {
|
|
160
|
+
id: "Tracciato_26801",
|
|
161
|
+
d: "M147.449,18.093l-5.279-5.937,9.686-4.07,14.663,20.4-8.379,11.773-5.337,2.9,4.6-14.2-1.949-5.654Z",
|
|
162
|
+
transform: "translate(-96.75 -5.409)",
|
|
163
|
+
fill: "#fff"
|
|
164
|
+
}),
|
|
165
|
+
a("path", {
|
|
166
|
+
id: "Tracciato_26802",
|
|
167
|
+
d: "M221.407,66.764a2.5,2.5,0,0,0,2.006-1.8l1.755-6.386a2.5,2.5,0,0,0-1.74-3.064l-5.76-1.593a2.494,2.494,0,0,0-3.068,1.739l-1.765,6.382a2.5,2.5,0,0,0,1.739,3.067l5.77,1.6a2.492,2.492,0,0,0,1.063.06m-4.688-12.2a1.788,1.788,0,0,1,.759.042l5.76,1.593a1.784,1.784,0,0,1,1.243,2.188l-1.755,6.385a1.781,1.781,0,0,1-2.192,1.245l-5.771-1.6a1.783,1.783,0,0,1-1.242-2.191l1.765-6.382a1.788,1.788,0,0,1,1.432-1.285",
|
|
168
|
+
transform: "translate(-178.85 -36.011)"
|
|
169
|
+
}),
|
|
170
|
+
a("path", {
|
|
171
|
+
id: "Tracciato_26803",
|
|
172
|
+
d: "M183.516,77.357a2.5,2.5,0,0,0,2.007-1.8l1.755-6.386a2.5,2.5,0,0,0-1.74-3.064l-5.76-1.593a2.5,2.5,0,0,0-3.067,1.739l-1.765,6.383a2.5,2.5,0,0,0,1.738,3.067l5.771,1.6a2.484,2.484,0,0,0,1.062.06m-4.685-12.2a1.773,1.773,0,0,1,.757.042l5.761,1.593a1.784,1.784,0,0,1,1.243,2.188l-1.755,6.386a1.781,1.781,0,0,1-2.192,1.245l-5.771-1.6a1.783,1.783,0,0,1-1.242-2.191l1.765-6.383a1.783,1.783,0,0,1,1.434-1.284",
|
|
173
|
+
transform: "translate(-128.418 -43.098)"
|
|
174
|
+
}),
|
|
175
|
+
a("path", {
|
|
176
|
+
id: "Tracciato_26804",
|
|
177
|
+
d: "M162.438,87.375l.916-.4-7.068-1.683-.03.712Z",
|
|
178
|
+
transform: "translate(-98.249 -57.061)"
|
|
179
|
+
}),
|
|
180
|
+
a("path", {
|
|
181
|
+
id: "Tracciato_26805",
|
|
182
|
+
d: "M209.945,77.177l.555-.447a2.823,2.823,0,0,0-2.884-.932l-.054.009.12.7a2.162,2.162,0,0,1,2.263.667",
|
|
183
|
+
transform: "translate(-162.376 -50.667)"
|
|
184
|
+
}),
|
|
185
|
+
a("path", {
|
|
186
|
+
id: "Tracciato_26806",
|
|
187
|
+
d: "M128.226,12.765c-6.79,1.043-11.845-2.4-12.388-7.238a.015.015,0,0,1,.025-.012c1.507,1.55,6.531,1.665,9.976-.371,16.377-10.723,35.916.533,31.4,12.823,3.649,3.5-.815,10.351-8.077,15.323-.321-4.135-5.268-3.469-8.214.664l-1.891-.023s0,0,0,0c4.21-6.469,4.936-18.314,4.932-18.309-6.273,6.856-23.759,6.227-27.693-5.159a.15.15,0,0,1,.235-.166c3.419,2.732,7.4,3.223,11.694,2.468",
|
|
188
|
+
transform: "translate(-80.055 -0.566)",
|
|
189
|
+
fill: "#222"
|
|
190
|
+
}),
|
|
191
|
+
a("path", {
|
|
192
|
+
id: "Tracciato_26807",
|
|
193
|
+
d: "M140.616,33.548c1.918-2.69,4.477-3.666,6.015-3.239a2.441,2.441,0,0,1,1.7,2.437.275.275,0,0,0,.43.206c5.55-3.8,9.181-8.4,9.476-11.994A4.459,4.459,0,0,0,157,17.329c1.622-4.634-.025-9.472-4.429-12.973-5.972-4.747-17.107-6.775-27.43-.015-3.286,1.941-8.215,1.88-9.639.416a.29.29,0,0,0-.5.235,8,8,0,0,0,3.17,5.474,9.946,9.946,0,0,0,2.1,1.226,12.1,12.1,0,0,1-4.13-2.175.425.425,0,0,0-.667.471c1.64,4.747,5.869,8.15,11.6,9.338,6.026,1.248,12.471-.2,16.017-3.539-.239,2.677-1.3,11.991-4.813,17.4a.27.27,0,0,0-.05.089.275.275,0,0,0,.284.362l1.867.022h.007a.276.276,0,0,0,.22-.116m2.2-11.71c.367-1.958.59-3.69.712-4.8.229-2.078.211-2.092.072-2.2a.275.275,0,0,0-.372.031c-3.277,3.582-9.871,5.192-16.035,3.915-5.374-1.113-9.374-4.226-11.047-8.573,3.124,2.338,6.913,3.076,11.569,2.256a.275.275,0,0,0-.089-.543,11.876,11.876,0,0,1-9.115-1.9,7.515,7.515,0,0,1-2.858-4.461,7.527,7.527,0,0,0,3.917.815,12.243,12.243,0,0,0,5.86-1.575c10.1-6.616,20.974-4.649,26.8-.021,4.262,3.388,5.83,8.068,4.2,12.519a.276.276,0,0,0,.068.294,3.928,3.928,0,0,1,1.2,3.312c-.272,3.306-3.736,7.721-8.866,11.327a2.852,2.852,0,0,0-2.044-2.46c-1.978-.549-4.7.849-6.526,3.333L139,33.1c2.035-3.351,3.2-7.937,3.822-11.259",
|
|
194
|
+
transform: "translate(-79.498 0)",
|
|
195
|
+
fill: "#1d1d1b"
|
|
196
|
+
})
|
|
197
|
+
])
|
|
145
198
|
)
|
|
146
199
|
]
|
|
147
200
|
});
|
|
148
201
|
export {
|
|
149
|
-
|
|
202
|
+
s as WikiNerdImg
|
|
150
203
|
};
|
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import { BellIcon as I } from "./BellIcon.js";
|
|
|
5
5
|
import { BulbIcon as x } from "./BulbIcon.js";
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
|
|
8
|
-
import { CloseIcon as
|
|
9
|
-
import { DashboardIcon as
|
|
8
|
+
import { CloseIcon as u } from "./CloseIcon.js";
|
|
9
|
+
import { DashboardIcon as W } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as P } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as b } from "./DrawIcon.js";
|
|
12
12
|
import { EditIcon as A } from "./EditIcon.js";
|
|
@@ -15,9 +15,9 @@ import { HeartIcon as C } from "./HeartIcon.js";
|
|
|
15
15
|
import { HidePswIcon as S } from "./HidePswIcon.js";
|
|
16
16
|
import { HouseIcon as F } from "./HouseIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
|
|
18
|
-
import { LayersIcon as
|
|
19
|
-
import { LocationIcon as
|
|
20
|
-
import { LogoutIcon as
|
|
18
|
+
import { LayersIcon as v } from "./LayersIcon.js";
|
|
19
|
+
import { LocationIcon as T } from "./LocationIcon.js";
|
|
20
|
+
import { LogoutIcon as R } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as E } from "./MailIcon.js";
|
|
22
22
|
import { MapIcon as Y } from "./MapIcon.js";
|
|
23
23
|
import { NewsIcon as z } from "./NewsIcon.js";
|
|
@@ -32,7 +32,7 @@ import { ProfileIcon as Io } from "./ProfileIcon.js";
|
|
|
32
32
|
import { QuotesIcon as xo } from "./QuotesIcon.js";
|
|
33
33
|
import { RequestIcon as io } from "./RequestIcon.js";
|
|
34
34
|
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
|
-
import { ShareIcon as
|
|
35
|
+
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as ho } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as wo } from "./TourIcon.js";
|
|
@@ -42,8 +42,8 @@ import { VideoIcon as Do } from "./VideoIcon.js";
|
|
|
42
42
|
import { ViewPswIcon as Bo } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as Ho } from "./WalletIcon.js";
|
|
44
44
|
import { WarningIcon as Vo } from "./WarningIcon.js";
|
|
45
|
-
import { WarningIconRounded as
|
|
46
|
-
import { WkAppIcon as
|
|
45
|
+
import { WarningIconRounded as Go } from "./WarningIconRounded.js";
|
|
46
|
+
import { WkAppIcon as Uo } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as Qo } from "./WikicasaIcon.js";
|
|
49
49
|
import { GearIcon as jo } from "./GearIcon.js";
|
|
@@ -58,9 +58,9 @@ import { BankIcon as pr } from "./BankIcon.js";
|
|
|
58
58
|
import { BusIcon as fr } from "./BusIcon.js";
|
|
59
59
|
import { CartIcon as ar } from "./CartIcon.js";
|
|
60
60
|
import { ChargeIcon as lr } from "./Charge.js";
|
|
61
|
-
import { HospitalIcon as
|
|
61
|
+
import { HospitalIcon as gr } from "./HospitalIcon.js";
|
|
62
62
|
import { PharmacyIcon as kr } from "./PharmacyIcon.js";
|
|
63
|
-
import { PostIcon as
|
|
63
|
+
import { PostIcon as dr } from "./PostIcon.js";
|
|
64
64
|
import { SchoolIcon as hr } from "./SchoolIcon.js";
|
|
65
65
|
import { SubwayIcon as wr } from "./SubwayIcon.js";
|
|
66
66
|
import { TrainIcon as Lr } from "./TrainIcon.js";
|
|
@@ -69,10 +69,11 @@ import { WikicasaDatiLogoIcon as Dr } from "./WikicasaDatiLogo.js";
|
|
|
69
69
|
import { WikicasaLogoIcon as Br } from "./WikicasaLogo.js";
|
|
70
70
|
import { WikiNerdImg as Hr } from "./WikiNerd.js";
|
|
71
71
|
import { WikiNerdValutaMobileImg as Vr } from "./WikiNerdValutaMobile.js";
|
|
72
|
-
import { WikiNerdMercatoImg as
|
|
73
|
-
import { WikiNerdValutaDesktopImg as
|
|
72
|
+
import { WikiNerdMercatoImg as Gr } from "./WikiNerdMercatoHome.js";
|
|
73
|
+
import { WikiNerdValutaDesktopImg as Ur } from "./WikiNerdValutaDesktop.js";
|
|
74
74
|
import { WikiNerdDownloadAppImg as qr } from "./WikiNerdDownloadApp.js";
|
|
75
75
|
import { WikicasaStudioLogoIcon as Qr } from "./WikicasaStudioLogo.js";
|
|
76
|
+
import { GenericUserWikiAvatarImg as jr } from "./GenericUserWikiAvatar.js";
|
|
76
77
|
export {
|
|
77
78
|
e as AboutUsIcon,
|
|
78
79
|
qo as AnalyticsIcon,
|
|
@@ -86,26 +87,27 @@ export {
|
|
|
86
87
|
lr as ChargeIcon,
|
|
87
88
|
i as CheckActiveIcon,
|
|
88
89
|
s as CheckInactiveIcon,
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
u as CloseIcon,
|
|
91
|
+
W as DashboardIcon,
|
|
91
92
|
P as DeleteIcon,
|
|
92
93
|
b as DrawIcon,
|
|
93
94
|
A as EditIcon,
|
|
94
95
|
Oo as FacebookIcon,
|
|
95
96
|
jo as GearIcon,
|
|
97
|
+
jr as GenericUserWikiAvatarImg,
|
|
96
98
|
N as GermanyFlagIcon,
|
|
97
99
|
cr as GoogleIcon,
|
|
98
100
|
tr as HamburgerMenuIcon,
|
|
99
101
|
C as HeartIcon,
|
|
100
102
|
S as HidePswIcon,
|
|
101
|
-
|
|
103
|
+
gr as HospitalIcon,
|
|
102
104
|
F as HouseIcon,
|
|
103
105
|
$o as InstagramIcon,
|
|
104
106
|
M as ItalyFlagIcon,
|
|
105
|
-
|
|
107
|
+
v as LayersIcon,
|
|
106
108
|
Zo as LinkedinIcon,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
+
T as LocationIcon,
|
|
110
|
+
R as LogoutIcon,
|
|
109
111
|
E as MailIcon,
|
|
110
112
|
Y as MapIcon,
|
|
111
113
|
z as NewsIcon,
|
|
@@ -115,7 +117,7 @@ export {
|
|
|
115
117
|
_ as PinIcon,
|
|
116
118
|
oo as PlanIcon,
|
|
117
119
|
eo as PlusIcon,
|
|
118
|
-
|
|
120
|
+
dr as PostIcon,
|
|
119
121
|
no as PrestigeIcon,
|
|
120
122
|
mo as PrintIcon,
|
|
121
123
|
Io as ProfileIcon,
|
|
@@ -123,7 +125,7 @@ export {
|
|
|
123
125
|
io as RequestIcon,
|
|
124
126
|
hr as SchoolIcon,
|
|
125
127
|
so as SearchIcon,
|
|
126
|
-
|
|
128
|
+
uo as ShareIcon,
|
|
127
129
|
wr as SubwayIcon,
|
|
128
130
|
Wo as SuitcaseIcon,
|
|
129
131
|
ho as TieIcon,
|
|
@@ -136,17 +138,17 @@ export {
|
|
|
136
138
|
Bo as ViewPswIcon,
|
|
137
139
|
Ho as WalletIcon,
|
|
138
140
|
Vo as WarningIcon,
|
|
139
|
-
|
|
141
|
+
Go as WarningIconRounded,
|
|
140
142
|
qr as WikiNerdDownloadAppImg,
|
|
141
143
|
Hr as WikiNerdImg,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
+
Gr as WikiNerdMercatoImg,
|
|
145
|
+
Ur as WikiNerdValutaDesktopImg,
|
|
144
146
|
Vr as WikiNerdValutaMobileImg,
|
|
145
147
|
Dr as WikicasaDatiLogoIcon,
|
|
146
148
|
Qo as WikicasaIcon,
|
|
147
149
|
Br as WikicasaLogoIcon,
|
|
148
150
|
Qr as WikicasaStudioLogoIcon,
|
|
149
|
-
|
|
151
|
+
Uo as WkAppIcon,
|
|
150
152
|
Jo as WkFavIcon,
|
|
151
153
|
rr as YoutubeIcon
|
|
152
154
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -73,4 +73,5 @@ import { WikiNerdMercatoImg } from './svgImages/WikiNerdMercatoHome';
|
|
|
73
73
|
import { WikiNerdValutaDesktopImg } from './svgImages/WikiNerdValutaDesktop';
|
|
74
74
|
import { WikiNerdDownloadAppImg } from './svgImages/WikiNerdDownloadApp';
|
|
75
75
|
import { WikicasaStudioLogoIcon } from './svgImages/WikicasaStudioLogo';
|
|
76
|
-
|
|
76
|
+
import { GenericUserWikiAvatarImg } from './svgImages/GenericUserWikiAvatar';
|
|
77
|
+
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg, GoogleIcon, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg };
|