@wikicasa-dev/svg-icons 0.1.7 → 0.1.9

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.
Files changed (67) hide show
  1. package/dist/AirConditionerIcon.js +35 -0
  2. package/dist/AlarmIcon.js +35 -0
  3. package/dist/AttachedIcon.js +110 -0
  4. package/dist/AtticIcon.js +40 -0
  5. package/dist/CeilingIcon.js +51 -0
  6. package/dist/CellarIcon.js +32 -0
  7. package/dist/ClosetIcon.js +35 -0
  8. package/dist/DishwasherIcon.js +39 -0
  9. package/dist/ElectricGateIcon.js +54 -0
  10. package/dist/EntranceIcon.js +30 -0
  11. package/dist/FireplaceIcon.js +35 -0
  12. package/dist/FixturesIcon.js +40 -0
  13. package/dist/FridgeIcon.js +28 -0
  14. package/dist/FrontBuildingIcon.js +43 -0
  15. package/dist/FurnishedIcon.js +40 -0
  16. package/dist/HobIcon.js +36 -0
  17. package/dist/HotWaterIcon.js +64 -0
  18. package/dist/KitchenIcon.js +34 -0
  19. package/dist/LaundryIcon.js +43 -0
  20. package/dist/MezzanineIcon.js +33 -0
  21. package/dist/OpticFiberIcon.js +36 -0
  22. package/dist/PhotoAlbumIcon.js +168 -0
  23. package/dist/RoofIcon.js +32 -0
  24. package/dist/SatelliteSystemIcon.js +36 -0
  25. package/dist/SecurityDoorIcon.js +53 -0
  26. package/dist/TavernIcon.js +34 -0
  27. package/dist/TypeFloorIcon.js +43 -0
  28. package/dist/TypeRollerShutterIcon.js +35 -0
  29. package/dist/TypeTvIcon.js +35 -0
  30. package/dist/TypeViewIcon.js +34 -0
  31. package/dist/WashingMachineIcon.js +33 -0
  32. package/dist/WhirlpoolIcon.js +52 -0
  33. package/dist/index.js +210 -146
  34. package/dist/lib/index.d.ts +32 -0
  35. package/dist/lib/svgIcons/AirConditionerIcon.d.ts +7 -0
  36. package/dist/lib/svgIcons/AlarmIcon.d.ts +7 -0
  37. package/dist/lib/svgIcons/AttachedIcon.d.ts +7 -0
  38. package/dist/lib/svgIcons/AtticIcon.d.ts +7 -0
  39. package/dist/lib/svgIcons/CeilingIcon.d.ts +7 -0
  40. package/dist/lib/svgIcons/CellarIcon.d.ts +7 -0
  41. package/dist/lib/svgIcons/ClosetIcon.d.ts +7 -0
  42. package/dist/lib/svgIcons/DishwasherIcon.d.ts +7 -0
  43. package/dist/lib/svgIcons/ElectricGateIcon.d.ts +7 -0
  44. package/dist/lib/svgIcons/EntranceIcon.d.ts +7 -0
  45. package/dist/lib/svgIcons/FireplaceIcon.d.ts +7 -0
  46. package/dist/lib/svgIcons/FixturesIcon.d.ts +7 -0
  47. package/dist/lib/svgIcons/FridgeIcon.d.ts +7 -0
  48. package/dist/lib/svgIcons/FrontBuildingIcon.d.ts +7 -0
  49. package/dist/lib/svgIcons/FurnishedIcon.d.ts +7 -0
  50. package/dist/lib/svgIcons/HobIcon.d.ts +7 -0
  51. package/dist/lib/svgIcons/HotWaterIcon.d.ts +7 -0
  52. package/dist/lib/svgIcons/KitchenIcon.d.ts +7 -0
  53. package/dist/lib/svgIcons/LaundryIcon.d.ts +7 -0
  54. package/dist/lib/svgIcons/MezzanineIcon.d.ts +7 -0
  55. package/dist/lib/svgIcons/OpticFiberIcon.d.ts +7 -0
  56. package/dist/lib/svgIcons/PhotoAlbumIcon.d.ts +7 -0
  57. package/dist/lib/svgIcons/RoofIcon.d.ts +7 -0
  58. package/dist/lib/svgIcons/SatelliteSystemIcon.d.ts +7 -0
  59. package/dist/lib/svgIcons/SecurityDoorIcon.d.ts +7 -0
  60. package/dist/lib/svgIcons/TavernIcon.d.ts +7 -0
  61. package/dist/lib/svgIcons/TypeFloorIcon.d.ts +7 -0
  62. package/dist/lib/svgIcons/TypeRollerShutterIcon.d.ts +7 -0
  63. package/dist/lib/svgIcons/TypeTvIcon.d.ts +7 -0
  64. package/dist/lib/svgIcons/TypeViewIcon.d.ts +7 -0
  65. package/dist/lib/svgIcons/WashingMachineIcon.d.ts +7 -0
  66. package/dist/lib/svgIcons/WhirlpoolIcon.d.ts +7 -0
  67. package/package.json +1 -1
@@ -0,0 +1,36 @@
1
+ import { h as r } from "vue";
2
+ import { s as c } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const n = (t) => c({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 17 17",
8
+ width: t.width ?? 17,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: r(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: t["stroke-color"] ?? "#222",
16
+ "stroke-width": t["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ transform: "translate(.5 .5)"
20
+ },
21
+ [
22
+ r("path", {
23
+ d: "M1.882 0h12.235A1.883 1.883 0 0 1 16 1.883v12.234A1.883 1.883 0 0 1 14.117 16H1.882A1.882 1.882 0 0 1 0 14.118V1.882A1.882 1.882 0 0 1 1.882 0Z"
24
+ }),
25
+ r("circle", { cx: "1.86", cy: "1.86", r: "1.86", transform: "translate(2.713 1.921)" }),
26
+ r("circle", { cx: "1.86", cy: "1.86", r: "1.86", transform: "translate(9.567 1.921)" }),
27
+ r("circle", { cx: "1.86", cy: "1.86", r: "1.86", transform: "translate(2.713 7.895)" }),
28
+ r("circle", { cx: "1.86", cy: "1.86", r: "1.86", transform: "translate(9.567 7.895)" }),
29
+ r("circle", { cx: ".409", cy: ".409", r: ".409", transform: "translate(9.756 13.453)" }),
30
+ r("circle", { cx: ".409", cy: ".409", r: ".409", transform: "translate(12.171 13.453)" })
31
+ ]
32
+ )
33
+ });
34
+ export {
35
+ n as HobIcon
36
+ };
@@ -0,0 +1,64 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const h = (t) => e({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 14.794 17.012",
8
+ width: t.width ?? 14,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: o("g", [
12
+ o("path", {
13
+ fill: "#fff",
14
+ stroke: t["stroke-color"] ?? "#222",
15
+ "stroke-width": t["stroke-width"] ?? 1,
16
+ d: "M4.796 2.078 1.087 8.5a4.284 4.284 0 1 0 7.417 0Z"
17
+ }),
18
+ o("path", {
19
+ fill: "none",
20
+ stroke: t["stroke-color"] ?? "#222",
21
+ "stroke-width": t["stroke-width"] ?? 1,
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ d: "M4.796 2.078 1.087 8.5a4.284 4.284 0 1 0 7.417 0Z"
25
+ }),
26
+ o("path", {
27
+ fill: "#fff",
28
+ stroke: t["stroke-color"] ?? "#222",
29
+ "stroke-width": t["stroke-width"] ?? 1,
30
+ d: "M10.24 9.3V2.151a1.651 1.651 0 1 0-3.3 0V9.3a3.795 3.795 0 1 0 3.3 0"
31
+ }),
32
+ o("path", {
33
+ fill: "none",
34
+ stroke: t["stroke-color"] ?? "#222",
35
+ "stroke-width": t["stroke-width"] ?? 1,
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round",
38
+ d: "M10.24 9.3V2.151a1.651 1.651 0 1 0-3.3 0V9.3a3.795 3.795 0 1 0 3.3 0Z"
39
+ }),
40
+ o("path", {
41
+ fill: t["stroke-color"] ?? "#222",
42
+ d: "M8.958 10.227V2.264a.411.411 0 1 0-.822 0v7.963a2.52 2.52 0 1 0 .822 0"
43
+ }),
44
+ o("path", {
45
+ fill: t["stroke-color"] ?? "#222",
46
+ d: "M14.402 2.755h-2.191a.391.391 0 0 1-.392-.392v-.2a.391.391 0 0 1 .392-.392h2.19a.393.393 0 0 1 .392.392v.2a.393.393 0 0 1-.392.392"
47
+ }),
48
+ o("path", {
49
+ fill: t["stroke-color"] ?? "#222",
50
+ d: "M14.402 4.846h-2.191a.391.391 0 0 1-.392-.392v-.2a.391.391 0 0 1 .392-.392h2.19a.393.393 0 0 1 .392.392v.2a.393.393 0 0 1-.392.392"
51
+ }),
52
+ o("path", {
53
+ fill: t["stroke-color"] ?? "#222",
54
+ d: "M14.402 6.937h-2.191a.391.391 0 0 1-.392-.392v-.2a.391.391 0 0 1 .392-.392h2.19a.393.393 0 0 1 .392.392v.2a.393.393 0 0 1-.392.392"
55
+ }),
56
+ o("path", {
57
+ fill: t["stroke-color"] ?? "#222",
58
+ d: "M14.402 9.028h-1.7a.391.391 0 0 1-.392-.392v-.2a.391.391 0 0 1 .392-.392h1.7a.393.393 0 0 1 .392.392v.2a.393.393 0 0 1-.392.392"
59
+ })
60
+ ])
61
+ });
62
+ export {
63
+ h as HotWaterIcon
64
+ };
@@ -0,0 +1,34 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const r = (h) => o({
4
+ props: h,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 20.589 17",
8
+ width: h.width ?? 20,
9
+ height: h.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: h["stroke-color"] ?? "#222",
16
+ "stroke-width": h["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("path", { d: "M1.79 9.3h4.23v7.2H2.69a.9.9 0 0 1-.9-.9Z" }),
22
+ t("path", { d: "M6.018 9.296h8.593V16.5H6.018z" }),
23
+ t("path", { d: "M14.611 9.3h4.23v6.3a.9.9 0 0 1-.9.9h-3.33Z" }),
24
+ t("path", { d: "M.5 9.296h19.589" }),
25
+ t("path", { d: "M14.006 6H6.582l2.026-3.716h3.373Z" }),
26
+ t("path", { d: "M9.229.5h2.131v1.785H9.229z" }),
27
+ t("path", { d: "M7.256 11.045h6.112v2.05H7.256z" }),
28
+ t("path", { d: "M8.851 14.804h2.955" })
29
+ ]
30
+ )
31
+ });
32
+ export {
33
+ r as KitchenIcon
34
+ };
@@ -0,0 +1,43 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const a = (h) => o({
4
+ props: h,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 21.024 17",
8
+ width: h.width ?? 21,
9
+ height: h.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: h["stroke-color"] ?? "#0e1d34",
16
+ "stroke-width": h["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("path", { d: "M7.018 4.171h13.506v9.983a2.346 2.346 0 0 1-2.347 2.346H7.018Z" }),
22
+ t("path", {
23
+ d: "M9.364.5h8.813a2.346 2.346 0 0 1 2.346 2.346v1.325H7.018V2.846A2.346 2.346 0 0 1 9.364.5Z"
24
+ }),
25
+ t("circle", {
26
+ cx: "3.312",
27
+ cy: "3.312",
28
+ r: "3.312",
29
+ transform: "translate(10.459 7.023)"
30
+ }),
31
+ t("path", { d: "M16.179 8.074a3.285 3.285 0 1 0 .9 2.26 3.286 3.286 0 0 0-.9-2.26Z" }),
32
+ t("path", { d: "M11.419.5v3.671" }),
33
+ t("path", { d: "M17.01 2.335h1.298" }),
34
+ t("path", {
35
+ d: "M2.846 6.659h4.173V16.5H2.846A2.346 2.346 0 0 1 .5 14.153V9.005a2.346 2.346 0 0 1 2.346-2.346Z"
36
+ }),
37
+ t("path", { d: "M5.246 4.171H2.272l.373 2.217h2.247Z" })
38
+ ]
39
+ )
40
+ });
41
+ export {
42
+ a as LaundryIcon
43
+ };
@@ -0,0 +1,33 @@
1
+ import { h as t } from "vue";
2
+ import { s as h } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const r = (a) => h({
4
+ props: a,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 17.113 17",
8
+ width: a.width ?? 17,
9
+ height: a.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: a["stroke-color"] ?? "#222",
16
+ "stroke-width": a["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("path", {
22
+ d: "M14.613 16.5H1.5a1 1 0 0 1-1-1v-1.09a.5.5 0 0 1 .5-.5h2.922a.5.5 0 0 0 .5-.5v-1.463a.5.5 0 0 1 .5-.5h2.752a.5.5 0 0 0 .5-.5V9.455a.5.5 0 0 1 .5-.5H11.5a.5.5 0 0 0 .5-.5V7a.5.5 0 0 1 .5-.5h3.114a1 1 0 0 1 1 1v7a2 2 0 0 1-2.001 2Z"
23
+ }),
24
+ t("path", { d: "M.5.5v2.85a1 1 0 0 0 1 1h8.744a1 1 0 0 0 1-1V.612" }),
25
+ t("path", { d: "M.5 2.207h10.744" }),
26
+ t("path", { d: "M4.103 2.207V4.35" }),
27
+ t("path", { d: "M7.38 2.207V4.35" })
28
+ ]
29
+ )
30
+ });
31
+ export {
32
+ r as MezzanineIcon
33
+ };
@@ -0,0 +1,36 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const h = (r) => o({
4
+ props: r,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24.042 24.042",
8
+ width: r.width ?? 24,
9
+ height: r.height ?? 24
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: r["stroke-color"] ?? "#222",
16
+ "stroke-width": r["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ transform: "rotate(-135 10.99 9.531)"
20
+ },
21
+ [
22
+ t("path", { d: "M11.876 1.246s-.976 5.647 1.106 7.759" }),
23
+ t("path", { d: "M9.153.527S9 8.661 10.06 10.1" }),
24
+ t("path", { d: "M7.15.614S8.146 8.6 6.4 10.76" }),
25
+ t("path", { d: "M4.908 1.351s1.078 5.223-.88 7.107" }),
26
+ t("path", { d: "M3.993 9.9a.89.89 0 1 1 .044-1.259.89.89 0 0 1-.044 1.259Z" }),
27
+ t("path", { d: "M6.685 12.3a.89.89 0 1 1 .044-1.258.89.89 0 0 1-.044 1.258Z" }),
28
+ t("path", { d: "M11.1 11.675a.89.89 0 1 1 .044-1.257.89.89 0 0 1-.044 1.257Z" }),
29
+ t("path", { d: "M14.221 10.28a.89.89 0 1 1 .044-1.258.89.89 0 0 1-.044 1.258Z" }),
30
+ t("circle", { cx: "8", cy: "8", r: "8", transform: "translate(.5 .5)" })
31
+ ]
32
+ )
33
+ });
34
+ export {
35
+ h as OpticFiberIcon
36
+ };
@@ -0,0 +1,168 @@
1
+ import { h as o } from "vue";
2
+ import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const a = (t) => r({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 58.976 51.992",
8
+ width: t.width ?? 58,
9
+ height: t.height ?? 51
10
+ },
11
+ childrenNodes: [
12
+ o(
13
+ "defs",
14
+ o(
15
+ "clipPath",
16
+ { id: "clip-path" },
17
+ o("rect", { id: "Rettangolo_885", width: "58.976", height: "51.992", fill: "none" })
18
+ )
19
+ ),
20
+ o("g", { id: "Raggruppa_1059-2" }, [
21
+ o("path", {
22
+ id: "Tracciato_713",
23
+ d: "M37.224,28.627l-27.065,6a3.9,3.9,0,0,1-4.651-2.963L1.093,11.742A3.9,3.9,0,0,1,4.057,7.091l27.064-6a3.9,3.9,0,0,1,4.651,2.963l4.415,19.921a3.9,3.9,0,0,1-2.963,4.651",
24
+ transform: "translate(-0.137 -0.137)",
25
+ fill: "#fff"
26
+ }),
27
+ o("rect", {
28
+ id: "Rettangolo_883",
29
+ width: "35.52",
30
+ height: "28.202",
31
+ rx: "4.519",
32
+ transform: "translate(0.112 7.798) rotate(-12.496)",
33
+ fill: "none",
34
+ stroke: t["stroke-color"] ?? "#2b5dff",
35
+ "stroke-linecap": "round",
36
+ "stroke-linejoin": "round",
37
+ "stroke-width": t["stroke-width"] ?? 2
38
+ }),
39
+ o("path", {
40
+ id: "Tracciato_714",
41
+ d: "M11.474,14.873A2.161,2.161,0,1,1,8.9,13.231,2.161,2.161,0,0,1,11.474,14.873Z",
42
+ transform: "translate(-0.988 -1.808)",
43
+ fill: "none",
44
+ stroke: t["stroke-color"] ?? "#2b5dff",
45
+ "stroke-linecap": "round",
46
+ "stroke-linejoin": "round",
47
+ "stroke-width": t["stroke-width"] ?? 2
48
+ }),
49
+ o("path", {
50
+ id: "Tracciato_715",
51
+ d: "M6.581,34.141l5.026-6.793a4.837,4.837,0,0,1,6.673-1.079l10.649,7.494",
52
+ transform: "translate(-0.903 -3.483)",
53
+ fill: "none",
54
+ stroke: t["stroke-color"] ?? "#2b5dff",
55
+ "stroke-linecap": "round",
56
+ "stroke-linejoin": "round",
57
+ "stroke-width": t["stroke-width"] ?? 2
58
+ }),
59
+ o("path", {
60
+ id: "Tracciato_716",
61
+ d: "M19.252,24.1l5.026-6.793a4.837,4.837,0,0,1,6.673-1.079L41.6,23.724",
62
+ transform: "translate(-2.641 -2.105)",
63
+ fill: "none",
64
+ stroke: t["stroke-color"] ?? "#2b5dff",
65
+ "stroke-linecap": "round",
66
+ "stroke-linejoin": "round",
67
+ "stroke-width": t["stroke-width"] ?? 2
68
+ }),
69
+ o("path", {
70
+ id: "Tracciato_717",
71
+ d: "M52.343,43.152,25.191,37.563a3.9,3.9,0,0,1-3.034-4.6L26.27,12.974A3.9,3.9,0,0,1,30.876,9.94l27.152,5.588a3.9,3.9,0,0,1,3.034,4.606L56.949,40.118a3.9,3.9,0,0,1-4.606,3.034",
72
+ transform: "translate(-3.029 -1.352)",
73
+ fill: "#fff"
74
+ }),
75
+ o("path", {
76
+ id: "Tracciato_718",
77
+ d: "M52.343,43.152,25.191,37.563a3.9,3.9,0,0,1-3.034-4.6L26.27,12.974A3.9,3.9,0,0,1,30.876,9.94l27.152,5.588a3.9,3.9,0,0,1,3.034,4.606L56.949,40.118A3.9,3.9,0,0,1,52.343,43.152Z",
78
+ transform: "translate(-3.029 -1.352)",
79
+ fill: "none",
80
+ stroke: t["stroke-color"] ?? "#2b5dff",
81
+ "stroke-linecap": "round",
82
+ "stroke-linejoin": "round",
83
+ "stroke-width": t["stroke-width"] ?? 2
84
+ }),
85
+ o("path", {
86
+ id: "Tracciato_719",
87
+ d: "M35.646,19.114a2.161,2.161,0,1,1-1.681-2.552A2.161,2.161,0,0,1,35.646,19.114Z",
88
+ transform: "translate(-4.303 -2.266)",
89
+ fill: "none",
90
+ stroke: t["stroke-color"] ?? "#2b5dff",
91
+ "stroke-linecap": "round",
92
+ "stroke-linejoin": "round",
93
+ "stroke-width": t["stroke-width"] ?? 2
94
+ }),
95
+ o("path", {
96
+ id: "Tracciato_720",
97
+ d: "M22.906,35.1l7.363-4.146A4.838,4.838,0,0,1,36.8,32.7l6.655,11.192",
98
+ transform: "translate(-3.142 -4.161)",
99
+ fill: "none",
100
+ stroke: "#2a7ec3",
101
+ "stroke-linecap": "round",
102
+ "stroke-linejoin": "round",
103
+ "stroke-width": t["stroke-width"] ?? 2
104
+ }),
105
+ o("path", {
106
+ id: "Tracciato_721",
107
+ d: "M38.573,31.118l7.363-4.146a4.838,4.838,0,0,1,6.532,1.743l6.655,11.192",
108
+ transform: "translate(-5.292 -3.615)",
109
+ fill: "none",
110
+ stroke: t["stroke-color"] ?? "#2b5dff",
111
+ "stroke-linecap": "round",
112
+ "stroke-linejoin": "round",
113
+ "stroke-width": t["stroke-width"] ?? 2
114
+ }),
115
+ o("path", {
116
+ id: "Tracciato_722",
117
+ d: "M45.923,54.774H18.2a3.9,3.9,0,0,1-3.9-3.9v-20.4a3.9,3.9,0,0,1,3.9-3.9H45.923a3.9,3.9,0,0,1,3.9,3.9v20.4a3.9,3.9,0,0,1-3.9,3.9",
118
+ transform: "translate(-1.962 -3.645)",
119
+ fill: "#fff"
120
+ }),
121
+ o("path", {
122
+ id: "Rettangolo_884",
123
+ d: "M4.519,0H31A4.519,4.519,0,0,1,35.52,4.519V23.684A4.519,4.519,0,0,1,31,28.2H4.52A4.52,4.52,0,0,1,0,23.683V4.519A4.519,4.519,0,0,1,4.519,0Z",
124
+ transform: "translate(12.34 22.926)",
125
+ fill: "none",
126
+ stroke: t["stroke-color"] ?? "#2b5dff",
127
+ "stroke-linecap": "round",
128
+ "stroke-linejoin": "round",
129
+ "stroke-width": t["stroke-width"] ?? 2
130
+ }),
131
+ o("circle", {
132
+ id: "Ellisse_62",
133
+ cx: "2.161",
134
+ cy: "2.161",
135
+ r: "2.161",
136
+ transform: "translate(17.006 28.151)",
137
+ fill: "none",
138
+ stroke: t["stroke-color"] ?? "#2b5dff",
139
+ "stroke-linecap": "round",
140
+ "stroke-linejoin": "round",
141
+ "stroke-width": t["stroke-width"] ?? 2
142
+ }),
143
+ o("path", {
144
+ id: "Tracciato_723",
145
+ d: "M14.867,52.764l6.376-5.544a4.838,4.838,0,0,1,6.749.39l8.775,9.621",
146
+ transform: "translate(-2.039 -6.315)",
147
+ fill: "none",
148
+ stroke: t["stroke-color"] ?? "#2b5dff",
149
+ "stroke-linecap": "round",
150
+ "stroke-linejoin": "round",
151
+ "stroke-width": t["stroke-width"] ?? 2
152
+ }),
153
+ o("path", {
154
+ id: "Tracciato_724",
155
+ d: "M29.41,45.7l6.376-5.544a4.838,4.838,0,0,1,6.749.39l8.775,9.621",
156
+ transform: "translate(-4.035 -5.346)",
157
+ fill: "none",
158
+ stroke: t["stroke-color"] ?? "#2b5dff",
159
+ "stroke-linecap": "round",
160
+ "stroke-linejoin": "round",
161
+ "stroke-width": t["stroke-width"] ?? 2
162
+ })
163
+ ])
164
+ ]
165
+ });
166
+ export {
167
+ a as PhotoAlbumIcon
168
+ };
@@ -0,0 +1,32 @@
1
+ import { h as t } from "vue";
2
+ import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const h = (o) => r({
4
+ props: o,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 21.413 17",
8
+ width: o.width ?? 21,
9
+ height: o.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: o["stroke-color"] ?? "#222",
16
+ "stroke-width": o["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ transform: "translate(.207)"
20
+ },
21
+ [
22
+ t("path", { d: "m.5 10.187 8.3-8.905a2.372 2.372 0 0 1 3.521 0l8.179 8.783" }),
23
+ t("path", { d: "M3.69 6.828V.5h2.116v3.965" }),
24
+ t("circle", { cx: "2", cy: "2", r: "2", transform: "translate(8.5 5.602)" }),
25
+ t("path", { d: "M19.392 16.401V8.84" }),
26
+ t("path", { d: "M1.722 8.939V16.5" })
27
+ ]
28
+ )
29
+ });
30
+ export {
31
+ h as RoofIcon
32
+ };
@@ -0,0 +1,36 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const a = (t) => e({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 13.889 17.084",
8
+ width: t.width ?? 13,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: o(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: t["stroke-color"] ?? "#222",
16
+ "stroke-width": t["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ o("path", {
22
+ d: "M6.18 12.841c-1.415-.367-3.256-2.583-3.728-3L.6 15.717a.666.666 0 0 0 .636.867h4.8a.666.666 0 0 0 .657-.782Z"
23
+ }),
24
+ o("path", { d: "m8.845 5.067 1.793-1.777" }),
25
+ o("path", {
26
+ d: "M11.513 1.141a1.251 1.251 0 1 1-1.262 1.251 1.256 1.256 0 0 1 1.262-1.251Z"
27
+ }),
28
+ o("path", {
29
+ d: "M4.215 11.6 2.289 9.674a6.109 6.109 0 0 1 0-8.638l.187-.187a.906.906 0 0 1 1.28 0l9.284 9.284a.906.906 0 0 1 0 1.28l-.187.187a6.109 6.109 0 0 1-8.638 0Z"
30
+ })
31
+ ]
32
+ )
33
+ });
34
+ export {
35
+ a as SatelliteSystemIcon
36
+ };
@@ -0,0 +1,53 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const i = (t) => e({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 14.007 17",
8
+ width: t.width ?? 14,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: o("g", { transform: "translate(-1042.955 -2870.268)" }, [
12
+ o("g", [
13
+ o("path", {
14
+ fill: "none",
15
+ stroke: t["stroke-color"] ?? "#222",
16
+ "stroke-width": t["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ d: "M1053.995 2872.768a2 2 0 0 0-2-2h-6.54a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6.54a2 2 0 0 0 2-2"
20
+ }),
21
+ o("path", {
22
+ fill: "none",
23
+ stroke: t["stroke-color"] ?? "#222",
24
+ "stroke-width": t["stroke-width"] ?? 1,
25
+ "stroke-linecap": "round",
26
+ "stroke-linejoin": "round",
27
+ d: "M1051.519 2877.978h4.943v4.943h-4.943z"
28
+ }),
29
+ o("path", {
30
+ fill: "none",
31
+ stroke: t["stroke-color"] ?? "#222",
32
+ "stroke-width": t["stroke-width"] ?? 1,
33
+ "stroke-linecap": "round",
34
+ "stroke-linejoin": "round",
35
+ d: "M1052.331 2877.978v-1.7a1.664 1.664 0 1 1 3.328 0v1.7"
36
+ }),
37
+ o("path", {
38
+ fill: "#0e1d34",
39
+ d: "M1054.67 2880.168a.68.68 0 1 0-.975.606v.473a.163.163 0 0 0 .163.163h.264a.163.163 0 0 0 .164-.163v-.473a.677.677 0 0 0 .384-.606"
40
+ })
41
+ ]),
42
+ o("circle", {
43
+ cx: "1",
44
+ cy: "1",
45
+ r: "1",
46
+ fill: "#101d31",
47
+ transform: "translate(1045 2877.768)"
48
+ })
49
+ ])
50
+ });
51
+ export {
52
+ i as SecurityDoorIcon
53
+ };
@@ -0,0 +1,34 @@
1
+ import { h as o } from "vue";
2
+ import { s as h } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const r = (t) => h({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 12.972 17",
8
+ width: t.width ?? 12,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: o(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: t["stroke-color"] ?? "#222",
16
+ "stroke-width": t["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ o("path", {
22
+ d: "m11.472 8.349-.4-4.067H9.367l-.3 4.07a1.608 1.608 0 0 0-.982 1.482V15.7a.8.8 0 0 0 .8.8h2.778a.8.8 0 0 0 .8-.8V9.834a1.6 1.6 0 0 0-.991-1.485Z"
23
+ }),
24
+ o("path", {
25
+ d: "M4.761 5.415a1.459 1.459 0 0 1-.683-1.163V.5H1.84v3.752a1.457 1.457 0 0 1-.683 1.163 1.552 1.552 0 0 0-.656 1.268V15.7a.8.8 0 0 0 .8.8h3.314a.8.8 0 0 0 .8-.8V6.683a1.55 1.55 0 0 0-.654-1.268Z"
26
+ }),
27
+ o("path", { d: "M.501 7.765h4.917" }),
28
+ o("path", { d: "M.501 13.503h4.917" })
29
+ ]
30
+ )
31
+ });
32
+ export {
33
+ r as TavernIcon
34
+ };
@@ -0,0 +1,43 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const e = (h) => o({
4
+ props: h,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 17.311 17.32",
8
+ width: h.width ?? 17,
9
+ height: h.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: h["stroke-color"] ?? "#222",
16
+ "stroke-width": h["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("rect", {
22
+ width: "15.991",
23
+ height: "15.991",
24
+ rx: "2",
25
+ transform: "translate(.546 .546)"
26
+ }),
27
+ t("path", { d: "M1.062 15.868 15.874 1.056" }),
28
+ t("path", { d: "M5.418 16.537 16.537 5.418" }),
29
+ t("path", { d: "m10.283 16.547 6.254-6.254" }),
30
+ t("path", { d: "M.547 12.54h3.802" }),
31
+ t("path", { d: "M.547 8.542h7.841" }),
32
+ t("path", { d: "M.547 4.544h11.839" }),
33
+ t("path", { d: "M3.39 4.544v3.998" }),
34
+ t("path", { d: "M5.418 4.544V.546" }),
35
+ t("path", { d: "M10.283 4.544V.546" }),
36
+ t("path", { d: "M7.784 4.544v3.998" }),
37
+ t("path", { d: "M4.948 8.632v3.35" })
38
+ ]
39
+ )
40
+ });
41
+ export {
42
+ e as TypeFloorIcon
43
+ };
@@ -0,0 +1,35 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const r = (h) => o({
4
+ props: h,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 17 17",
8
+ width: h.width ?? 17,
9
+ height: h.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: h["stroke-color"] ?? "#222",
16
+ "stroke-width": h["stroke-width"] ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("path", { d: "M.991 2.556h14.703" }),
22
+ t("path", { d: "M.991 4.975h14.703" }),
23
+ t("path", { d: "M.991 7.394h14.703" }),
24
+ t("path", { d: "M.991 9.814h14.703" }),
25
+ t("path", { d: "M.991 12.233h14.703" }),
26
+ t("path", { d: "M.991 14.652h14.703" }),
27
+ t("path", { d: "M2.413.707V16.5" }),
28
+ t("path", { d: "M2.413.707V16.5" }),
29
+ t("path", { d: "M.5.5h16v.415H.5z" })
30
+ ]
31
+ )
32
+ });
33
+ export {
34
+ r as TypeRollerShutterIcon
35
+ };