@wikicasa-dev/svg-icons 0.0.40 → 0.0.42
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/CheckIcon.js +17 -0
- package/dist/InsightImg.js +1438 -0
- package/dist/LinkedinIcon.js +13 -14
- package/dist/WikicasaDatiLogo.js +40 -37
- package/dist/index.js +64 -60
- package/dist/lib/index.d.ts +3 -1
- package/dist/lib/svgIcons/CheckIcon.d.ts +3 -0
- package/dist/lib/svgImages/InsightImg.d.ts +4 -0
- package/dist/lib/svgImages/WikicasaDatiLogo.d.ts +2 -2
- package/package.json +1 -1
package/dist/LinkedinIcon.js
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
|
-
import { s as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
childrenNodes: o("g", { fill: "none", stroke: "#fff", "stroke-width": "2" }, [
|
|
2
|
+
import { s as c } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const e = (t) => c({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.746 17.001" },
|
|
6
|
+
childrenNodes: o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round" }, [
|
|
8
7
|
o("path", {
|
|
9
|
-
"
|
|
10
|
-
"stroke-linejoin": "round",
|
|
11
|
-
d: "m7.551 14.336 3.488 2.959 6.646-6.978"
|
|
8
|
+
d: "M13.613 16.491v-.2c-.005-1.94 0-3.879-.01-5.817a3.106 3.106 0 0 0-.29-1.388 1.584 1.584 0 0 0-1.574-.905 1.843 1.843 0 0 0-1.331.564 1.9 1.9 0 0 0-.6 1.319c-.014.756-.014 1.518-.014 2.274v4.018c0 .088-.01.14-.122.14-1.14 0-3.476 0-3.5-.01V5.573c.046 0 2.354 0 3.466-.007.135 0 .163.042.159.163v1.2c.009.134.112.027.153-.033a3.511 3.511 0 0 1 2.607-1.55 4.474 4.474 0 0 1 2.471.407 3.527 3.527 0 0 1 1.561 1.509 6.084 6.084 0 0 1 .658 2.99c.01 1.409.005 2.821.005 4.236v2Z"
|
|
12
9
|
}),
|
|
13
|
-
o("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
o("path", {
|
|
11
|
+
d: "M4.356 16.492H.731V5.739c0-.135.038-.167.173-.167h3.3c.135-.006.16.042.16.163q-.01 5.3-.006 10.608Z"
|
|
12
|
+
}),
|
|
13
|
+
o("path", {
|
|
14
|
+
d: "M2.536 4.285a1.929 1.929 0 0 1-1.73-.87A1.855 1.855 0 0 1 1.835.623a2.227 2.227 0 0 1 2 .267 1.782 1.782 0 0 1 .743 1.765 1.714 1.714 0 0 1-1.192 1.481 3.693 3.693 0 0 1-.85.149Z"
|
|
15
|
+
})
|
|
17
16
|
])
|
|
18
17
|
});
|
|
19
18
|
export {
|
|
20
|
-
|
|
19
|
+
e as LinkedinIcon
|
|
21
20
|
};
|
package/dist/WikicasaDatiLogo.js
CHANGED
|
@@ -1,71 +1,74 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { h as l } from "vue";
|
|
2
|
+
import { s as o } from "./svgImagefactory-B0dzgxZn.js";
|
|
3
|
+
const i = (h, { attrs: a }) => o({
|
|
4
|
+
props: h,
|
|
5
|
+
svgNodeAttrs: {
|
|
5
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
7
|
viewBox: "0 0 234.002 65.959",
|
|
7
|
-
width: h.width ??
|
|
8
|
-
height: h.height ??
|
|
8
|
+
width: h.width ?? 234,
|
|
9
|
+
height: h.height ?? 65,
|
|
10
|
+
class: h.class ?? "",
|
|
11
|
+
"aria-hidden": a["aria-hidden"] ?? "true"
|
|
9
12
|
},
|
|
10
|
-
[
|
|
11
|
-
|
|
12
|
-
fill:
|
|
13
|
+
childrenNodes: [
|
|
14
|
+
l("path", {
|
|
15
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
13
16
|
d: "M64.391 0H2.444A2.46 2.46 0 0 0 0 2.444v50.789a2.445 2.445 0 0 0 2.444 2.444H25.59l6.824 9.706a1.229 1.229 0 0 0 2.006 0l6.824-9.706h23.124a2.445 2.445 0 0 0 2.444-2.444V2.444A2.411 2.411 0 0 0 64.391 0ZM60.84 10.282 49.59 46.455a.616.616 0 0 1-.576.438H40.23a.546.546 0 0 1-.53-.393l-6.018-19.78a.3.3 0 0 0-.576 0L27.089 46.5a.547.547 0 0 1-.53.369H17.8a.6.6 0 0 1-.576-.438L5.971 10.259a.613.613 0 0 1 .576-.784h8.6a.523.523 0 0 1 .53.415L21.717 32a.3.3 0 0 0 .576.023l7.17-22.109a.616.616 0 0 1 .577-.414h6.64a.6.6 0 0 1 .576.438l6.709 22.086a.3.3 0 0 0 .576 0l6.547-22.109a.568.568 0 0 1 .53-.392h8.6a.581.581 0 0 1 .622.761Z"
|
|
14
17
|
}),
|
|
15
|
-
|
|
16
|
-
fill:
|
|
18
|
+
l("path", {
|
|
19
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
17
20
|
d: "M76.217 9.084a4.578 4.578 0 0 1 1.867.369 5.351 5.351 0 0 1 1.545 1.037 4.793 4.793 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.35 5.35 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.792 4.792 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.35 5.35 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.735 4.735 0 0 1 1.868-.369Z"
|
|
18
21
|
}),
|
|
19
|
-
|
|
20
|
-
fill:
|
|
22
|
+
l("path", {
|
|
23
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
21
24
|
d: "M79.907 46.777H72.53a.6.6 0 0 1-.6-.6V23.193a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.6.6 0 0 1-.6.599Z"
|
|
22
25
|
}),
|
|
23
|
-
|
|
24
|
-
fill:
|
|
26
|
+
l("path", {
|
|
27
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
25
28
|
d: "m94.453 30.8 8.23-8.046a.63.63 0 0 1 .438-.184h9.936a.611.611 0 0 1 .415 1.061l-10.766 9.913a.283.283 0 0 0 0 .438l11.642 11.758a.6.6 0 0 1-.438 1.037h-10.304a.63.63 0 0 1-.438-.184l-8.692-9.13a.306.306 0 0 0-.53.207v8.484a.6.6 0 0 1-.6.6H85.97a.6.6 0 0 1-.6-.6V10.006a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v20.587a.3.3 0 0 0 .507.207Z"
|
|
26
29
|
}),
|
|
27
|
-
|
|
28
|
-
fill:
|
|
30
|
+
l("path", {
|
|
31
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
29
32
|
d: "M121.842 9.222a4.578 4.578 0 0 1 1.867.369 5.35 5.35 0 0 1 1.545 1.037 4.792 4.792 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.349 5.349 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.791 4.791 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.348 5.348 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.994 4.994 0 0 1 1.868-.369Z"
|
|
30
33
|
}),
|
|
31
|
-
|
|
32
|
-
fill:
|
|
34
|
+
l("path", {
|
|
35
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
33
36
|
d: "M125.531 46.939h-7.377a.6.6 0 0 1-.6-.6V23.355a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6V46.34a.61.61 0 0 1-.6.599Z"
|
|
34
37
|
}),
|
|
35
|
-
|
|
36
|
-
fill:
|
|
38
|
+
l("path", {
|
|
39
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
37
40
|
d: "M148.862 29.326a.619.619 0 0 1-.922.53 18.693 18.693 0 0 0-1.153-.6 6.113 6.113 0 0 0-4.657-.046 5.864 5.864 0 0 0-1.891 1.245 5.763 5.763 0 0 0-1.245 1.867 5.9 5.9 0 0 0-.438 2.328 5.7 5.7 0 0 0 1.683 4.288 5.928 5.928 0 0 0 4.357 1.66 6.64 6.64 0 0 0 2.282-.415 7.793 7.793 0 0 0 1.084-.507.6.6 0 0 1 .922.53v5.648a.616.616 0 0 1-.346.553 12.825 12.825 0 0 1-2.605.876 13.924 13.924 0 0 1-3.089.323 13.771 13.771 0 0 1-5.072-.945 12.987 12.987 0 0 1-4.2-2.651 12.189 12.189 0 0 1-3.9-9.06 13.413 13.413 0 0 1 1.037-5.349 12.31 12.31 0 0 1 2.882-4.15 13.381 13.381 0 0 1 4.311-2.7 14.441 14.441 0 0 1 5.3-.968 12.6 12.6 0 0 1 2.951.346 11.134 11.134 0 0 1 2.4.9.6.6 0 0 1 .323.553v5.741Z"
|
|
38
41
|
}),
|
|
39
|
-
|
|
40
|
-
fill:
|
|
42
|
+
l("path", {
|
|
43
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
41
44
|
d: "M178.994 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.775 12.775 0 0 1-2.535-4.126 14.049 14.049 0 0 1 0-9.89 13.341 13.341 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.359 8.359 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6Zm-13.21-17.544a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.119 5.119 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.368 2.12 5.544 5.544 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.429-3.873 5.864 5.864 0 0 0-.369-2.121 5.119 5.119 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.437Z"
|
|
42
45
|
}),
|
|
43
|
-
|
|
44
|
-
fill:
|
|
46
|
+
l("path", {
|
|
47
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
45
48
|
d: "M200.066 28.195a.623.623 0 0 1-.784.277 11.129 11.129 0 0 0-1.752-.6 8.974 8.974 0 0 0-2.352-.323 4 4 0 0 0-.853.092 4.869 4.869 0 0 0-.876.277 2.485 2.485 0 0 0-.692.484 1.123 1.123 0 0 0-.277.784 1.217 1.217 0 0 0 .438.991 3.632 3.632 0 0 0 1.06.6 7.862 7.862 0 0 0 1.268.323c.438.069.807.161 1.084.207a12.707 12.707 0 0 1 2.79.83 8.2 8.2 0 0 1 2.213 1.383 5.993 5.993 0 0 1 1.475 2.052 6.947 6.947 0 0 1 .553 2.9 7.9 7.9 0 0 1-.991 4.1 8.685 8.685 0 0 1-2.628 2.79 11.987 11.987 0 0 1-3.666 1.614 16.788 16.788 0 0 1-4.15.53 17.974 17.974 0 0 1-5.072-.715 18.651 18.651 0 0 1-4.2-1.775.626.626 0 0 1-.231-.807l2.536-4.888a.619.619 0 0 1 .876-.231c.3.184.622.346.945.53a23.91 23.91 0 0 0 1.752.784 16.7 16.7 0 0 0 1.821.576 8.007 8.007 0 0 0 1.729.207 4.252 4.252 0 0 0 .9-.092 2.854 2.854 0 0 0 .876-.323 2.327 2.327 0 0 0 .669-.576 1.56 1.56 0 0 0-.208-1.96 3.833 3.833 0 0 0-1.222-.669 13.46 13.46 0 0 0-1.729-.438 21.838 21.838 0 0 1-1.96-.461 15.228 15.228 0 0 1-1.96-.692 5.749 5.749 0 0 1-1.729-1.13 5.167 5.167 0 0 1-1.222-1.821 6.75 6.75 0 0 1-.461-2.743 7.615 7.615 0 0 1 .922-3.85 8.5 8.5 0 0 1 2.421-2.7 10.736 10.736 0 0 1 3.412-1.568 15.845 15.845 0 0 1 3.9-.507 23.974 23.974 0 0 1 4.081.346 16.564 16.564 0 0 1 3.274.945.615.615 0 0 1 .323.853Z"
|
|
46
49
|
}),
|
|
47
|
-
|
|
48
|
-
fill:
|
|
50
|
+
l("path", {
|
|
51
|
+
fill: a["stroke-color"] ?? "#2b5dff",
|
|
49
52
|
d: "M233.403 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.774 12.774 0 0 1-2.535-4.126 14.048 14.048 0 0 1 0-9.89 13.34 13.34 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.36 8.36 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6ZM220.17 29.234a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.12 5.12 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.369 2.121 5.543 5.543 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.434-3.874 5.864 5.864 0 0 0-.369-2.121 5.12 5.12 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.438Z"
|
|
50
53
|
}),
|
|
51
|
-
|
|
52
|
-
fill:
|
|
54
|
+
l("path", {
|
|
55
|
+
fill: a["data-label-color"] ?? "#222",
|
|
53
56
|
d: "M194.279 52.749h5.072a5.9 5.9 0 0 1 2.536.553 7.3 7.3 0 0 1 2.075 1.452 6.2 6.2 0 0 1 1.383 2.1 6.3 6.3 0 0 1 .507 2.513 6.66 6.66 0 0 1-1.891 4.588 7 7 0 0 1-2.075 1.452 5.9 5.9 0 0 1-2.536.553h-5.071Zm3.412 10.305h.784a4.3 4.3 0 0 0 1.591-.277 3.45 3.45 0 0 0 1.176-.761 3.2 3.2 0 0 0 .738-1.153 4.3 4.3 0 0 0 .254-1.475 4.4 4.4 0 0 0-.254-1.475 3.4 3.4 0 0 0-.738-1.176 3.45 3.45 0 0 0-1.176-.761 4.2 4.2 0 0 0-1.568-.277h-.807Z"
|
|
54
57
|
}),
|
|
55
|
-
|
|
56
|
-
fill:
|
|
58
|
+
l("path", {
|
|
59
|
+
fill: a["data-label-color"] ?? "#222",
|
|
57
60
|
d: "M215.558 63.649h-4.911l-.784 2.282h-3.665l5.026-13.187h3.735l5.026 13.187h-3.666Zm-.922-2.605-1.545-4.4-1.545 4.4Z"
|
|
58
61
|
}),
|
|
59
|
-
|
|
60
|
-
fill:
|
|
62
|
+
l("path", {
|
|
63
|
+
fill: a["data-label-color"] ?? "#222",
|
|
61
64
|
d: "M225.933 55.649v10.282h-3.435V55.649h-2.813v-2.9h9.06v2.9Z"
|
|
62
65
|
}),
|
|
63
|
-
|
|
64
|
-
fill:
|
|
66
|
+
l("path", {
|
|
67
|
+
fill: a["data-label-color"] ?? "#222",
|
|
65
68
|
d: "M233.702 52.749v13.187h-3.435V52.749Z"
|
|
66
69
|
})
|
|
67
70
|
]
|
|
68
|
-
);
|
|
71
|
+
});
|
|
69
72
|
export {
|
|
70
|
-
|
|
73
|
+
i as WikicasaDatiLogoIcon
|
|
71
74
|
};
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { BulbIcon as x } from "./BulbIcon.js";
|
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as g } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as d } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
9
|
+
import { DashboardIcon as u } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as h } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as w } from "./DrawIcon.js";
|
|
12
12
|
import { EditIcon as S } from "./EditIcon.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 go } from "./SearchIcon.js";
|
|
35
|
-
import { ShareIcon as
|
|
35
|
+
import { ShareIcon as ko } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as Po } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as Ao } from "./TourIcon.js";
|
|
@@ -59,58 +59,61 @@ import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
|
|
|
59
59
|
import { PrincipalIcon as ar } from "./PrincipalIcon.js";
|
|
60
60
|
import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
|
|
61
61
|
import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
|
|
62
|
-
import { CheckRoundedIcon as
|
|
62
|
+
import { CheckRoundedIcon as kr } from "./CheckRoundedIcon.js";
|
|
63
63
|
import { DownloadIcon as Wr } from "./DownloadIcon.js";
|
|
64
64
|
import { SquareMeterIcon as Pr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as Ar } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Nr } from "./DemandIcon.js";
|
|
67
67
|
import { TransactionIcon as Cr } from "./TransactionIcon.js";
|
|
68
68
|
import { InfoIcon as yr } from "./InfoIcon.js";
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
69
|
+
import { CheckIcon as Vr } from "./CheckIcon.js";
|
|
70
|
+
import { BankIcon as Mr } from "./BankIcon.js";
|
|
71
|
+
import { BusIcon as Br } from "./BusIcon.js";
|
|
72
|
+
import { CartIcon as Tr } from "./CartIcon.js";
|
|
73
|
+
import { ChargeIcon as Rr } from "./Charge.js";
|
|
74
|
+
import { HospitalIcon as qr } from "./HospitalIcon.js";
|
|
75
|
+
import { PharmacyIcon as Er } from "./PharmacyIcon.js";
|
|
76
|
+
import { PostIcon as Yr } from "./PostIcon.js";
|
|
77
|
+
import { SchoolIcon as Jr } from "./SchoolIcon.js";
|
|
78
|
+
import { SubwayIcon as Or } from "./SubwayIcon.js";
|
|
79
|
+
import { TrainIcon as Zr } from "./TrainIcon.js";
|
|
80
|
+
import { TrainAltIcon as $r } from "./TrainAltIcon.js";
|
|
81
|
+
import { WikicasaDatiLogoIcon as re } from "./WikicasaDatiLogo.js";
|
|
82
|
+
import { WikicasaLogoIcon as te } from "./WikicasaLogo.js";
|
|
83
|
+
import { WikiNerdImg as me } from "./WikiNerd.js";
|
|
84
|
+
import { WikiNerdValutaMobileImg as pe } from "./WikiNerdValutaMobile.js";
|
|
85
|
+
import { WikiNerdMercatoImg as fe } from "./WikiNerdMercatoHome.js";
|
|
86
|
+
import { WikiNerdValutaDesktopImg as ae } from "./WikiNerdValutaDesktop.js";
|
|
87
|
+
import { WikiNerdDownloadAppImg as le } from "./WikiNerdDownloadApp.js";
|
|
88
|
+
import { WikicasaStudioLogoIcon as se } from "./WikicasaStudioLogo.js";
|
|
89
|
+
import { GenericUserWikiAvatarImg as ke } from "./GenericUserWikiAvatar.js";
|
|
90
|
+
import { ShieldImg as We } from "./ShieldImg.js";
|
|
91
|
+
import { SnapImg as Pe } from "./SnapImg.js";
|
|
92
|
+
import { StopWatchImg as Ae } from "./StopWatchImg.js";
|
|
93
|
+
import { CheckImg as Ne } from "./CheckImg.js";
|
|
94
|
+
import { IareeImg as Ce } from "./IareeImg.js";
|
|
95
|
+
import { WikiNerdAnalyzeImg as ye } from "./WikiNerdAnalyzeImg.js";
|
|
96
|
+
import { WikiNerdValuationNotAvailableImg as Ve } from "./WikiNerdValuationNotAvailableImg.js";
|
|
97
|
+
import { InsightImg as Me } from "./InsightImg.js";
|
|
96
98
|
export {
|
|
97
99
|
e as AboutUsIcon,
|
|
98
100
|
qo as AnalyticsIcon,
|
|
99
101
|
n as ArrowIcon,
|
|
100
102
|
fr as ArrowIndicatorIcon,
|
|
101
|
-
|
|
103
|
+
Mr as BankIcon,
|
|
102
104
|
c as BarChartIcon,
|
|
103
105
|
I as BellIcon,
|
|
104
106
|
x as BulbIcon,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
107
|
+
Br as BusIcon,
|
|
108
|
+
Tr as CartIcon,
|
|
109
|
+
Rr as ChargeIcon,
|
|
108
110
|
i as CheckActiveIcon,
|
|
109
|
-
|
|
111
|
+
Vr as CheckIcon,
|
|
112
|
+
Ne as CheckImg,
|
|
110
113
|
g as CheckInactiveIcon,
|
|
111
|
-
|
|
114
|
+
kr as CheckRoundedIcon,
|
|
112
115
|
d as CloseIcon,
|
|
113
|
-
|
|
116
|
+
u as DashboardIcon,
|
|
114
117
|
h as DeleteIcon,
|
|
115
118
|
Nr as DemandIcon,
|
|
116
119
|
Wr as DownloadIcon,
|
|
@@ -118,17 +121,18 @@ export {
|
|
|
118
121
|
S as EditIcon,
|
|
119
122
|
Oo as FacebookIcon,
|
|
120
123
|
Yo as GearIcon,
|
|
121
|
-
|
|
124
|
+
ke as GenericUserWikiAvatarImg,
|
|
122
125
|
b as GermanyFlagIcon,
|
|
123
126
|
mr as GoogleIcon,
|
|
124
127
|
tr as HamburgerMenuIcon,
|
|
125
128
|
D as HeartIcon,
|
|
126
129
|
L as HidePswIcon,
|
|
127
130
|
H as HomeIcon,
|
|
128
|
-
|
|
131
|
+
qr as HospitalIcon,
|
|
129
132
|
sr as HouseValuationIcon,
|
|
130
|
-
|
|
133
|
+
Ce as IareeImg,
|
|
131
134
|
yr as InfoIcon,
|
|
135
|
+
Me as InsightImg,
|
|
132
136
|
$o as InstagramIcon,
|
|
133
137
|
v as ItalyFlagIcon,
|
|
134
138
|
F as LayersIcon,
|
|
@@ -139,13 +143,13 @@ export {
|
|
|
139
143
|
Q as MapIcon,
|
|
140
144
|
j as NewsIcon,
|
|
141
145
|
K as NotesIcon,
|
|
142
|
-
|
|
146
|
+
Er as PharmacyIcon,
|
|
143
147
|
X as PhoneIcon,
|
|
144
148
|
_ as PinIcon,
|
|
145
149
|
lr as PinShadowedIcon,
|
|
146
150
|
oo as PlanIcon,
|
|
147
151
|
eo as PlusIcon,
|
|
148
|
-
|
|
152
|
+
Yr as PostIcon,
|
|
149
153
|
no as PrestigeIcon,
|
|
150
154
|
Ar as PriceIcon,
|
|
151
155
|
ar as PrincipalIcon,
|
|
@@ -153,19 +157,19 @@ export {
|
|
|
153
157
|
Io as ProfileIcon,
|
|
154
158
|
xo as QuotesIcon,
|
|
155
159
|
io as RequestIcon,
|
|
156
|
-
|
|
160
|
+
Jr as SchoolIcon,
|
|
157
161
|
go as SearchIcon,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
162
|
+
ko as ShareIcon,
|
|
163
|
+
We as ShieldImg,
|
|
164
|
+
Pe as SnapImg,
|
|
161
165
|
Pr as SquareMeterIcon,
|
|
162
|
-
|
|
163
|
-
|
|
166
|
+
Ae as StopWatchImg,
|
|
167
|
+
Or as SubwayIcon,
|
|
164
168
|
Wo as SuitcaseIcon,
|
|
165
169
|
Po as TieIcon,
|
|
166
170
|
Ao as TourIcon,
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
$r as TrainAltIcon,
|
|
172
|
+
Zr as TrainIcon,
|
|
169
173
|
Cr as TransactionIcon,
|
|
170
174
|
No as UkFlagIcon,
|
|
171
175
|
Co as ValuationIcon,
|
|
@@ -174,18 +178,18 @@ export {
|
|
|
174
178
|
Mo as WalletIcon,
|
|
175
179
|
Bo as WarningIcon,
|
|
176
180
|
To as WarningIconRounded,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
181
|
+
ye as WikiNerdAnalyzeImg,
|
|
182
|
+
le as WikiNerdDownloadAppImg,
|
|
183
|
+
me as WikiNerdImg,
|
|
184
|
+
fe as WikiNerdMercatoImg,
|
|
185
|
+
Ve as WikiNerdValuationNotAvailableImg,
|
|
186
|
+
ae as WikiNerdValutaDesktopImg,
|
|
187
|
+
pe as WikiNerdValutaMobileImg,
|
|
188
|
+
re as WikicasaDatiLogoIcon,
|
|
185
189
|
Eo as WikicasaIcon,
|
|
186
|
-
|
|
190
|
+
te as WikicasaLogoIcon,
|
|
187
191
|
pr as WikicasaRoundedIcon,
|
|
188
|
-
|
|
192
|
+
se as WikicasaStudioLogoIcon,
|
|
189
193
|
Ro as WkAppIcon,
|
|
190
194
|
Jo as WkFavIcon,
|
|
191
195
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ import { PriceIcon } from './svgIcons/PriceIcon';
|
|
|
66
66
|
import { DemandIcon } from './svgIcons/DemandIcon';
|
|
67
67
|
import { TransactionIcon } from './svgIcons/TransactionIcon';
|
|
68
68
|
import { InfoIcon } from './svgIcons/InfoIcon';
|
|
69
|
+
import { CheckIcon } from './svgIcons/CheckIcon';
|
|
69
70
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
70
71
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
71
72
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -93,5 +94,6 @@ import { CheckImg } from './svgImages/CheckImg';
|
|
|
93
94
|
import { IareeImg } from './svgImages/IareeImg';
|
|
94
95
|
import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
95
96
|
import { WikiNerdValuationNotAvailableImg } from './svgImages/WikiNerdValuationNotAvailableImg';
|
|
97
|
+
import { InsightImg } from './svgImages/InsightImg';
|
|
96
98
|
|
|
97
|
-
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HomeIcon, 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, WikicasaRoundedIcon, ArrowIndicatorIcon, ShieldImg, SnapImg, StopWatchImg, PrincipalIcon, PinShadowedIcon, HouseValuationIcon, CheckImg, WikiNerdAnalyzeImg, CheckRoundedIcon, DownloadIcon, SquareMeterIcon, PriceIcon, DemandIcon, TransactionIcon, InfoIcon, WikiNerdValuationNotAvailableImg, IareeImg };
|
|
99
|
+
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HomeIcon, 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, WikicasaRoundedIcon, ArrowIndicatorIcon, ShieldImg, SnapImg, StopWatchImg, PrincipalIcon, PinShadowedIcon, HouseValuationIcon, CheckImg, WikiNerdAnalyzeImg, CheckRoundedIcon, DownloadIcon, SquareMeterIcon, PriceIcon, DemandIcon, TransactionIcon, InfoIcon, WikiNerdValuationNotAvailableImg, IareeImg, InsightImg, CheckIcon };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FunctionalComponent } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { SvgImageProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const WikicasaDatiLogoIcon: FunctionalComponent<
|
|
4
|
+
export declare const WikicasaDatiLogoIcon: FunctionalComponent<SvgImageProps>;
|