@wikicasa-dev/svg-icons 0.1.8 → 0.1.10

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 (84) 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/BankIcon.js +29 -41
  6. package/dist/BusIcon.js +39 -69
  7. package/dist/CeilingIcon.js +51 -0
  8. package/dist/CellarIcon.js +32 -0
  9. package/dist/ChargeIcon.js +23 -0
  10. package/dist/ClosetIcon.js +35 -0
  11. package/dist/ElectricGateIcon.js +54 -0
  12. package/dist/EntranceIcon.js +30 -0
  13. package/dist/FireplaceIcon.js +35 -0
  14. package/dist/FixturesIcon.js +40 -0
  15. package/dist/FrontBuildingIcon.js +43 -0
  16. package/dist/FurnishedIcon.js +40 -0
  17. package/dist/HospitalIcon.js +28 -34
  18. package/dist/HotWaterIcon.js +64 -0
  19. package/dist/KitchenIcon.js +34 -0
  20. package/dist/LaundryIcon.js +43 -0
  21. package/dist/MetroIcon.js +35 -0
  22. package/dist/MezzanineIcon.js +33 -0
  23. package/dist/OpticFiberIcon.js +36 -0
  24. package/dist/PharmacyIcon.js +27 -13
  25. package/dist/PostOfficeIcon.js +38 -0
  26. package/dist/RoofIcon.js +32 -0
  27. package/dist/SatelliteSystemIcon.js +36 -0
  28. package/dist/SchoolIcon.js +49 -56
  29. package/dist/SecurityDoorIcon.js +53 -0
  30. package/dist/SupermarketIcon.js +42 -0
  31. package/dist/TavernIcon.js +34 -0
  32. package/dist/TrainIcon.js +32 -70
  33. package/dist/TransportIcon.js +44 -0
  34. package/dist/TypeFloorIcon.js +43 -0
  35. package/dist/TypeRollerShutterIcon.js +35 -0
  36. package/dist/TypeTvIcon.js +35 -0
  37. package/dist/TypeViewIcon.js +34 -0
  38. package/dist/WhirlpoolIcon.js +52 -0
  39. package/dist/index.js +230 -172
  40. package/dist/lib/index.d.ts +33 -4
  41. package/dist/lib/svgIcons/AirConditionerIcon.d.ts +7 -0
  42. package/dist/lib/svgIcons/AlarmIcon.d.ts +7 -0
  43. package/dist/lib/svgIcons/AttachedIcon.d.ts +7 -0
  44. package/dist/lib/svgIcons/AtticIcon.d.ts +7 -0
  45. package/dist/lib/svgIcons/CeilingIcon.d.ts +7 -0
  46. package/dist/lib/svgIcons/CellarIcon.d.ts +7 -0
  47. package/dist/lib/svgIcons/ClosetIcon.d.ts +7 -0
  48. package/dist/lib/svgIcons/ElectricGateIcon.d.ts +7 -0
  49. package/dist/lib/svgIcons/EntranceIcon.d.ts +7 -0
  50. package/dist/lib/svgIcons/FireplaceIcon.d.ts +7 -0
  51. package/dist/lib/svgIcons/FixturesIcon.d.ts +7 -0
  52. package/dist/lib/svgIcons/FrontBuildingIcon.d.ts +7 -0
  53. package/dist/lib/svgIcons/FurnishedIcon.d.ts +7 -0
  54. package/dist/lib/svgIcons/HotWaterIcon.d.ts +7 -0
  55. package/dist/lib/svgIcons/KitchenIcon.d.ts +7 -0
  56. package/dist/lib/svgIcons/LaundryIcon.d.ts +7 -0
  57. package/dist/lib/svgIcons/MezzanineIcon.d.ts +7 -0
  58. package/dist/lib/svgIcons/OpticFiberIcon.d.ts +7 -0
  59. package/dist/lib/svgIcons/RoofIcon.d.ts +7 -0
  60. package/dist/lib/svgIcons/SatelliteSystemIcon.d.ts +7 -0
  61. package/dist/lib/svgIcons/SecurityDoorIcon.d.ts +7 -0
  62. package/dist/lib/svgIcons/TavernIcon.d.ts +7 -0
  63. package/dist/lib/svgIcons/TypeFloorIcon.d.ts +7 -0
  64. package/dist/lib/svgIcons/TypeRollerShutterIcon.d.ts +7 -0
  65. package/dist/lib/svgIcons/TypeTvIcon.d.ts +7 -0
  66. package/dist/lib/svgIcons/TypeViewIcon.d.ts +7 -0
  67. package/dist/lib/svgIcons/WhirlpoolIcon.d.ts +7 -0
  68. package/dist/lib/svgIcons/poi/BankIcon.d.ts +3 -4
  69. package/dist/lib/svgIcons/poi/BusIcon.d.ts +3 -4
  70. package/dist/lib/svgIcons/poi/{Charge.d.ts → ChargeIcon.d.ts} +3 -4
  71. package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +3 -4
  72. package/dist/lib/svgIcons/poi/MetroIcon.d.ts +7 -0
  73. package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +3 -4
  74. package/dist/lib/svgIcons/poi/PostOfficeIcon.d.ts +7 -0
  75. package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +3 -4
  76. package/dist/lib/svgIcons/poi/SupermarketIcon.d.ts +7 -0
  77. package/dist/lib/svgIcons/poi/TrainIcon.d.ts +3 -4
  78. package/dist/lib/svgIcons/poi/TransportIcon.d.ts +7 -0
  79. package/package.json +1 -1
  80. package/dist/Charge.js +0 -19
  81. package/dist/PostIcon.js +0 -33
  82. package/dist/TrainAltIcon.js +0 -61
  83. package/dist/lib/svgIcons/poi/PostIcon.d.ts +0 -8
  84. package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +0 -8
@@ -0,0 +1,35 @@
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 17 17",
8
+ width: t.width ?? 17,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: [
12
+ o("path", {
13
+ fill: t["stroke-color"] ?? "#222",
14
+ stroke: t["stroke-color"] ?? "#222",
15
+ "stroke-width": t["stroke-width"] ?? 0.2,
16
+ d: "M8.061 13.771a2.963 2.963 0 0 1-1.8-.759 2.672 2.672 0 0 1-.773-2.2A7.108 7.108 0 0 1 5.764 9.3 5.673 5.673 0 0 1 6.3 7.8c.105 0 .053 2.2.348 2.234.165.019.375-.654.551-1.219a6.645 6.645 0 0 0 .406-2c.015-1.229-.462-1.935-.29-2.03s.86.612 1.363 1.45c.9 1.506.905 2.855 1.189 2.842.189-.008.353-.613.377-1.073.033-.628-.191-1.036-.116-1.073.1-.046.566.549.9 1.3a4.624 4.624 0 0 1 .435 2.785A3.467 3.467 0 0 1 9.812 13.6a3.044 3.044 0 0 1-1.751.172"
17
+ }),
18
+ o("g", { fill: "none", stroke: t["stroke-color"] ?? "#222" }, [
19
+ o("path", {
20
+ d: "M15.264 16.5H1.736a1.236 1.236 0 0 1 0-2.472h13.528a1.236 1.236 0 1 1 0 2.472Z"
21
+ }),
22
+ o("path", {
23
+ d: "M15.264 2.972H1.736a1.236 1.236 0 0 1 0-2.472h13.528a1.236 1.236 0 1 1 0 2.472Z"
24
+ }),
25
+ o("path", {
26
+ "stroke-linecap": "round",
27
+ "stroke-linejoin": "round",
28
+ d: "M2.431 2.972h12.138v10.956H2.431z"
29
+ })
30
+ ])
31
+ ]
32
+ });
33
+ export {
34
+ a as FireplaceIcon
35
+ };
@@ -0,0 +1,40 @@
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 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.strokeColor ?? "#222",
16
+ "stroke-width": h.strokeWidth ?? 1,
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round"
19
+ },
20
+ [
21
+ t("path", {
22
+ d: "M2.713.5H8.5v16H2.713A2.167 2.167 0 0 1 .5 14.382V2.618A2.167 2.167 0 0 1 2.713.5Z"
23
+ }),
24
+ t("path", {
25
+ d: "M3.161 2.05h2.683A1.083 1.083 0 0 1 6.95 3.109v10.783a1.084 1.084 0 0 1-1.106 1.06H3.161a1.084 1.084 0 0 1-1.106-1.06V3.109A1.083 1.083 0 0 1 3.161 2.05Z"
26
+ }),
27
+ t("path", {
28
+ d: "M8.5.5h5.787A2.167 2.167 0 0 1 16.5 2.618v11.764a2.167 2.167 0 0 1-2.213 2.118H8.5Z"
29
+ }),
30
+ t("path", {
31
+ d: "M11.161 2.05h2.683a1.083 1.083 0 0 1 1.106 1.059v10.783a1.084 1.084 0 0 1-1.106 1.06h-2.683a1.084 1.084 0 0 1-1.106-1.06V3.109a1.083 1.083 0 0 1 1.106-1.059Z"
32
+ }),
33
+ t("path", { d: "M2.215 6.597H6.95" }),
34
+ t("path", { d: "M10.135 6.597h4.735" })
35
+ ]
36
+ )
37
+ });
38
+ export {
39
+ a as FixturesIcon
40
+ };
@@ -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 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", {
22
+ d: "M2.665.5h11.669A2.1 2.1 0 0 1 16.5 2.526V16.5H.5V2.526A2.1 2.1 0 0 1 2.665.5Z"
23
+ }),
24
+ t("path", {
25
+ d: "M6.113 9.224H11a1.05 1.05 0 0 1 1.083 1.013V16.5H5.03v-6.263a1.05 1.05 0 0 1 1.083-1.013Z"
26
+ }),
27
+ t("path", { d: "M8.555 9.314V16.5" }),
28
+ t("path", {
29
+ d: "M3.921 2.438h1.891a1.05 1.05 0 0 1 1.083 1.013v3.79H2.838v-3.79a1.05 1.05 0 0 1 1.083-1.013Z"
30
+ }),
31
+ t("path", { d: "M2.282 7.242H7.41" }),
32
+ t("path", {
33
+ d: "M11.328 2.438h1.891A1.05 1.05 0 0 1 14.3 3.451v3.79h-4.055v-3.79a1.05 1.05 0 0 1 1.083-1.013Z"
34
+ }),
35
+ t("path", { d: "M9.689 7.242h5.128" }),
36
+ t("path", { d: "M9.727 13.67v.217" }),
37
+ t("path", { d: "M7.318 13.67v.217" })
38
+ ]
39
+ )
40
+ });
41
+ export {
42
+ e as FrontBuildingIcon
43
+ };
@@ -0,0 +1,40 @@
1
+ import { h as t } from "vue";
2
+ import { s as a } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const h = (o) => a({
4
+ props: o,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 13.521 17.119",
8
+ width: o.width ?? 13,
9
+ height: o.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ { stroke: o["stroke-color"] ?? "#222", "stroke-width": o["stroke-width"] ?? 1 },
14
+ [
15
+ t("path", { fill: "none", "stroke-linecap": "round", d: "M4.578 11.001 2.991 16.5" }),
16
+ t("path", { fill: "none", "stroke-linecap": "round", d: "m10.741 11.001 1.587 5.499" }),
17
+ t("path", {
18
+ fill: "#fff",
19
+ d: "M4.814 6.676 3.428 1.6a1.486 1.486 0 1 0-2.867.782l1.052 3.851a11.915 11.915 0 0 1 .419 3.132 1.486 1.486 0 0 0 1.486 1.486h8.017a1.486 1.486 0 0 0 1.486-1.486v-.108a1.486 1.486 0 0 0-1.486-1.486H6.247a1.486 1.486 0 0 1-1.433-1.095"
20
+ }),
21
+ t("path", {
22
+ fill: "none",
23
+ "stroke-linecap": "round",
24
+ d: "M4.814 6.676 3.428 1.6a1.486 1.486 0 1 0-2.867.782l1.052 3.851a11.915 11.915 0 0 1 .419 3.132 1.486 1.486 0 0 0 1.486 1.486h8.017a1.486 1.486 0 0 0 1.486-1.486v-.108a1.486 1.486 0 0 0-1.486-1.486H6.247a1.486 1.486 0 0 1-1.433-1.095Z"
25
+ }),
26
+ t("path", {
27
+ fill: "#fff",
28
+ d: "M10.654 6.01H5.948a.88.88 0 0 0 0 1.761h4.706a.88.88 0 1 0 0-1.761"
29
+ }),
30
+ t("path", {
31
+ fill: "none",
32
+ "stroke-linecap": "round",
33
+ d: "M10.654 6.01H5.948a.88.88 0 0 0 0 1.761h4.706a.88.88 0 1 0 0-1.761Z"
34
+ })
35
+ ]
36
+ )
37
+ });
38
+ export {
39
+ h as FurnishedIcon
40
+ };
@@ -1,37 +1,31 @@
1
- import { h as r } from "vue";
2
- import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const a = (o) => (o = { ...e(), ...o }, t({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.141 16.141" },
7
- childrenNodes: [
8
- r(
9
- "g",
10
- {
11
- transform: "translate(-547.515 -356.051)"
12
- },
13
- [
14
- r("path", {
15
- fill: o.color ?? "#222",
16
- stroke: o.color ?? "#222",
17
- "stroke-linecap": "round",
18
- "stroke-linejoin": "round",
19
- d: "M559.371 360.336v7.57m-7.571-7.57v7.57m7.57-3.785h-7.57"
20
- }),
21
- r("circle", {
22
- cx: "7.57",
23
- cy: "7.57",
24
- r: "7.57",
25
- fill: "none",
26
- stroke: o.color ?? "#222",
27
- "stroke-linecap": "round",
28
- "stroke-linejoin": "round",
29
- transform: "translate(548.015 356.551)"
30
- })
31
- ]
32
- )
33
- ]
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
4
+ const h = (t) => (t = { ...r(), ...t }, e({
5
+ props: t,
6
+ svgNodeAttrs: {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 17 17",
9
+ width: t.width ?? 17,
10
+ height: t.height ?? 17
11
+ },
12
+ childrenNodes: o(
13
+ "g",
14
+ {
15
+ fill: "none",
16
+ stroke: t["stroke-color"] ?? "#222",
17
+ "stroke-width": t["stroke-width"] ?? 1,
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ },
21
+ [
22
+ o("circle", { cx: "8", cy: "8", r: "8", transform: "translate(.5 .5)" }),
23
+ o("path", { d: "M12.262 4.784v7.57" }),
24
+ o("path", { d: "M4.69 4.784v7.57" }),
25
+ o("path", { d: "M12.26 8.569H4.69" })
26
+ ]
27
+ )
34
28
  }));
35
29
  export {
36
- a as HospitalIcon
30
+ h as HospitalIcon
37
31
  };
@@ -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,35 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
4
+ const h = (t) => (t = { ...r(), ...t }, e({
5
+ props: t,
6
+ svgNodeAttrs: {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 17 17",
9
+ width: t.width ?? 17,
10
+ height: t.height ?? 17
11
+ },
12
+ childrenNodes: o(
13
+ "g",
14
+ { stroke: t["stroke-color"] ?? "#222", "stroke-width": t["stroke-width"] ?? 1 },
15
+ [
16
+ o("circle", {
17
+ cx: "8",
18
+ cy: "8",
19
+ r: "8",
20
+ fill: "none",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ transform: "translate(.5 .5)"
24
+ }),
25
+ o("path", {
26
+ fill: "#222",
27
+ "stroke-width": ".2",
28
+ d: "M3.33 12.439 4.678 4.5a.183.183 0 0 1 .181-.154h1.856a.183.183 0 0 1 .171.119l1.447 3.851a.183.183 0 0 0 .344 0l1.436-3.851a.184.184 0 0 1 .172-.119h1.855a.183.183 0 0 1 .181.154l1.348 7.939a.184.184 0 0 1-.181.215h-1.772a.184.184 0 0 1-.182-.157l-.588-3.926a.184.184 0 0 0-.354-.038l-1.5 4a.185.185 0 0 1-.172.12h-.977a.183.183 0 0 1-.173-.124L6.4 8.578a.183.183 0 0 0-.355.033l-.58 3.889a.183.183 0 0 1-.181.157H3.511a.184.184 0 0 1-.181-.215"
29
+ })
30
+ ]
31
+ )
32
+ }));
33
+ export {
34
+ h as MetroIcon
35
+ };
@@ -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
+ };
@@ -1,19 +1,33 @@
1
- import { h as r } from "vue";
2
- import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
1
+ import { h as o } from "vue";
2
+ import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
3
3
  import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const a = (o) => (o = { ...e(), ...o }, t({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.291 15.91" },
7
- childrenNodes: [
8
- r("path", {
4
+ o("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 17" });
5
+ const s = (t) => (t = { ...e(), ...t }, r({
6
+ props: t,
7
+ svgNodeAttrs: {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 17 17",
10
+ width: t.width ?? 17,
11
+ height: t.height ?? 17
12
+ },
13
+ childrenNodes: o(
14
+ "g",
15
+ {
9
16
  fill: "none",
10
- stroke: o.color ?? "#222",
17
+ stroke: t["stroke-color"] ?? "#222",
18
+ "stroke-width": t["stroke-width"] ?? 1,
11
19
  "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- d: "M9.383.5v6.408m6.408 0H9.383m-8.883 0h6.408m0-6.408v6.408m0 8.503V9.003m-6.408 0h6.408m8.883 0H9.383m0 6.408V9.003"
14
- })
15
- ]
20
+ "stroke-linejoin": "round"
21
+ },
22
+ [
23
+ o("circle", { cx: "8", cy: "8", r: "8", transform: "translate(.5 .5)" }),
24
+ o("path", { d: "M14.821 7.7h-4.3a1 1 0 0 1-1-1V2.4" }),
25
+ o("path", { d: "M7.477 2.406V6.7a1 1 0 0 1-1 1h-4.3" }),
26
+ o("path", { d: "M9.523 14.733v-4.3a1 1 0 0 1 1-1h4.3" }),
27
+ o("path", { d: "M2.179 9.435h4.3a1 1 0 0 1 1 1v4.3" })
28
+ ]
29
+ )
16
30
  }));
17
31
  export {
18
- a as PharmacyIcon
32
+ s as PharmacyIcon
19
33
  };
@@ -0,0 +1,38 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
4
+ const l = (t) => (t = { ...r(), ...t }, e({
5
+ props: t,
6
+ svgNodeAttrs: {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 17 17",
9
+ width: t.width ?? 17,
10
+ height: t.height ?? 17
11
+ },
12
+ childrenNodes: o("g", [
13
+ o("circle", {
14
+ cx: "8",
15
+ cy: "8",
16
+ r: "8",
17
+ fill: "none",
18
+ stroke: t["stroke-color"] ?? "#222",
19
+ "stroke-width": t["stroke-width"] ?? 1,
20
+ "stroke-linecap": "round",
21
+ "stroke-linejoin": "round",
22
+ transform: "translate(.5 .5)"
23
+ }),
24
+ o("path", {
25
+ fill: t["stroke-color"] ?? "#222",
26
+ "stroke-width": t["stroke-width"] ?? 1,
27
+ d: "M6.032 9.248H5.018v2.106a.217.217 0 0 1-.217.217H4.02a.217.217 0 0 1-.216-.217V5.737a.217.217 0 0 1 .216-.217h2.012c1.457 0 2.185.823 2.185 1.872 0 .919-.625 1.856-2.185 1.856m-.052-.98c.685 0 .988-.338.988-.876 0-.555-.3-.884-.988-.884h-.962v1.76Z"
28
+ }),
29
+ o("path", {
30
+ fill: t["stroke-color"] ?? "#222",
31
+ "stroke-width": t["stroke-width"] ?? 1,
32
+ d: "M8.974 5.429h4.005a.217.217 0 0 1 .217.217v.636a.217.217 0 0 1-.217.217H11.8a.217.217 0 0 0-.217.217v4.638a.217.217 0 0 1-.217.217h-.781a.217.217 0 0 1-.216-.217V6.716a.217.217 0 0 0-.217-.217H8.974a.217.217 0 0 1-.217-.217v-.636a.217.217 0 0 1 .217-.217"
33
+ })
34
+ ])
35
+ }));
36
+ export {
37
+ l as PostOfficeIcon
38
+ };
@@ -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
+ };