@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
@@ -1,61 +1,54 @@
1
- import { h as r } from "vue";
1
+ import { h as n } from "vue";
2
2
  import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as l } from "./DefaultValues-DOBkctU1.js";
4
- const a = (o) => (o = { ...l(), ...o }, e({
3
+ import { g as t } from "./DefaultValues-DOBkctU1.js";
4
+ const a = (o) => (o = { ...t(), ...o }, e({
5
5
  props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.851 16.368" },
7
- childrenNodes: [
8
- r(
9
- "g",
10
- {
11
- transform: "translate(-229.46 -298.307)"
12
- },
13
- [
14
- r("path", {
15
- fill: o.bgColor ?? "#fff",
16
- stroke: o.color ?? "#222",
17
- "stroke-linecap": "round",
18
- "stroke-linejoin": "round",
19
- d: "M232.869 304.276v5.249a.78.78 0 0 0 .189.512c.514.6 2.159 2.07 5.9 2.07 3.861 0 5.494-1.833 5.953-2.485a.8.8 0 0 0 .144-.454v-4.892Z"
20
- }),
21
- r("path", {
22
- fill: o.bgColor ?? "#fff",
23
- stroke: o.color ?? "#222",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round",
26
- d: "m238.958 298.807-9 4.069 9 4.331 8.853-4.419Z"
27
- }),
28
- r("ellipse", {
29
- cx: "1.75",
30
- cy: "1.006",
31
- fill: o.bgColor ?? "#fff",
32
- stroke: o.color ?? "#222",
33
- "stroke-linecap": "round",
34
- "stroke-linejoin": "round",
35
- rx: "1.75",
36
- ry: "1.006",
37
- transform: "translate(237.179 301.826)"
38
- }),
39
- r("path", {
40
- fill: "none",
41
- stroke: o.color ?? "#222",
42
- "stroke-linecap": "round",
43
- "stroke-linejoin": "round",
44
- d: "M235.073 312.109v-7.16l2.533-1.293"
45
- }),
46
- r("circle", {
47
- cx: "1.028",
48
- cy: "1.028",
49
- r: "1.028",
50
- fill: o.bgColor ?? "#fff",
51
- stroke: o.color ?? "#222",
52
- "stroke-linecap": "round",
53
- "stroke-linejoin": "round",
54
- transform: "translate(234.045 312.119)"
55
- })
56
- ]
57
- )
58
- ]
6
+ svgNodeAttrs: {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 16.838 17.011",
9
+ width: o.width ?? 16,
10
+ height: o.height ?? 17
11
+ },
12
+ childrenNodes: n(
13
+ "g",
14
+ { stroke: o["stroke-color"] ?? "#222", "stroke-width": o["stroke-width"] ?? 1 },
15
+ [
16
+ n("path", {
17
+ fill: "none",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ d: "M2.409 6.059v5.047a.736.736 0 0 0 .189.493c.512.577 2.152 1.99 5.882 1.99 3.849 0 5.477-1.762 5.936-2.389a.74.74 0 0 0 .143-.437V6.059Z"
21
+ }),
22
+ n("path", {
23
+ fill: "#fff",
24
+ d: "M7.644.691 1.163 3.622a1.128 1.128 0 0 0-.024 2.044l6.442 3.1a2.034 2.034 0 0 0 1.789-.013l6.344-3.166a1.128 1.128 0 0 0-.042-2.038L9.314.689a2.033 2.033 0 0 0-1.67 0"
25
+ }),
26
+ n("path", {
27
+ fill: "none",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round",
30
+ d: "M7.644.691 1.163 3.622a1.128 1.128 0 0 0-.024 2.044l6.442 3.1a2.034 2.034 0 0 0 1.789-.013l6.344-3.166a1.128 1.128 0 0 0-.042-2.038L9.314.689a2.033 2.033 0 0 0-1.67.002Z"
31
+ }),
32
+ n("path", {
33
+ fill: "none",
34
+ "stroke-linecap": "round",
35
+ "stroke-linejoin": "round",
36
+ d: "M8.449 3.493c1.021 0 1.85.476 1.85 1.064s-.829 1.065-1.85 1.065-1.854-.478-1.854-1.065.832-1.064 1.854-1.064Z"
37
+ }),
38
+ n("path", {
39
+ fill: "none",
40
+ "stroke-linecap": "round",
41
+ "stroke-linejoin": "round",
42
+ d: "M4.37 14.325V6.752l2.679-1.368"
43
+ }),
44
+ n("path", {
45
+ fill: "none",
46
+ "stroke-linecap": "round",
47
+ "stroke-linejoin": "round",
48
+ d: "M4.37 14.335a1.087 1.087 0 1 1-1.087 1.087 1.087 1.087 0 0 1 1.087-1.087Z"
49
+ })
50
+ ]
51
+ )
59
52
  }));
60
53
  export {
61
54
  a as SchoolIcon
@@ -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,42 @@
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 16.889 17",
8
+ width: h.width ?? 16,
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: "M14.3 11.115H4.9L3.8 3.559h11.187a1.4 1.4 0 0 1 1.385 1.6l-.688 4.756a1.4 1.4 0 0 1-1.384 1.2Z"
23
+ }),
24
+ t("path", { d: "M4.764 5.95h11.019" }),
25
+ t("path", { d: "m6.574 5.95.639 5.165" }),
26
+ t("path", { d: "m13.424 5.95-.639 5.165" }),
27
+ t("path", { d: "M10.148 5.95v5.165" }),
28
+ t("path", {
29
+ d: "M.5.5h1.674a1.4 1.4 0 0 1 1.388 1.218L4.94 12.241a1.4 1.4 0 0 0 1.388 1.218h9.033"
30
+ }),
31
+ t("path", {
32
+ d: "M6.048 13.933a1.284 1.284 0 1 1-1.283 1.283 1.283 1.283 0 0 1 1.283-1.283Z"
33
+ }),
34
+ t("path", {
35
+ d: "M14.366 13.933a1.284 1.284 0 1 1-1.283 1.283 1.283 1.283 0 0 1 1.283-1.283Z"
36
+ })
37
+ ]
38
+ )
39
+ });
40
+ export {
41
+ r as SupermarketIcon
42
+ };
@@ -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
+ };
package/dist/TrainIcon.js CHANGED
@@ -1,75 +1,37 @@
1
- import { h as r } from "vue";
2
- import { s as n } from "./svgIconFactory-Dn0WJdb3.js";
3
- import { g as e } from "./DefaultValues-DOBkctU1.js";
4
- const a = (o) => (o = { ...e(), ...o }, n({
5
- props: o,
6
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.732 17.282" },
7
- childrenNodes: [
8
- r(
9
- "g",
10
- {
11
- transform: "translate(1.55 .502)"
12
- },
13
- [
14
- r("path", {
15
- fill: "#fff",
16
- stroke: o.color ?? "#222",
17
- "stroke-linecap": "round",
18
- "stroke-linejoin": "round",
19
- d: "M8.685.298a19.2 19.2 0 0 0-6.738 0h0A2.36 2.36 0 0 0 0 2.623v9.553a1.5 1.5 0 0 0 1.5 1.5h7.634a1.5 1.5 0 0 0 1.5-1.5V2.623A2.36 2.36 0 0 0 8.685.298"
20
- }),
21
- r("path", {
22
- fill: "#fff",
23
- stroke: o.color ?? "#222",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round",
26
- d: "M1.182 3.434h8.274v3.539H1.182z"
27
- }),
28
- r("path", {
29
- fill: "none",
30
- stroke: o.color ?? "#222",
31
- "stroke-linecap": "round",
32
- "stroke-linejoin": "round",
33
- d: "M5.32 3.536v3.438"
34
- }),
35
- r("circle", {
36
- cx: "1.074",
37
- cy: "1.074",
38
- r: "1.074",
39
- fill: "none",
40
- stroke: o.color ?? "#2b5dff",
41
- "stroke-linecap": "round",
42
- "stroke-linejoin": "round",
43
- transform: "translate(1.182 9.841)"
44
- }),
45
- r("circle", {
46
- cx: "1.074",
47
- cy: "1.074",
48
- r: "1.074",
49
- fill: "none",
50
- stroke: o.color ?? "#222",
51
- "stroke-linecap": "round",
52
- "stroke-linejoin": "round",
53
- transform: "translate(7.308 9.841)"
54
- }),
55
- r("path", {
56
- fill: "none",
57
- stroke: o.color ?? "#222",
58
- "stroke-linecap": "round",
59
- "stroke-linejoin": "round",
60
- d: "M4.624 10.224h1.383m-1.383 1.433h1.383M4.254 1.703h1.927"
61
- })
62
- ]
63
- ),
64
- r("path", {
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ import { g as a } from "./DefaultValues-DOBkctU1.js";
4
+ const i = (h) => (h = { ...a(), ...h }, o({
5
+ props: h,
6
+ svgNodeAttrs: {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 11.389 17.21",
9
+ width: h.width ?? 17,
10
+ height: h.height ?? 17
11
+ },
12
+ childrenNodes: t(
13
+ "g",
14
+ {
65
15
  fill: "none",
66
- stroke: o.color ?? "#222",
16
+ stroke: h["stroke-color"] ?? "#222",
17
+ "stroke-width": h["stroke-width"] ?? 1,
67
18
  "stroke-linecap": "round",
68
- "stroke-linejoin": "round",
69
- d: "m13.232 16.783-2.449-.065-1.929-2.54 1.657.112Zm-12.732 0 2.449-.065 1.929-2.54-1.657.112Zm2.915-.672h6.791"
70
- })
71
- ]
19
+ "stroke-linejoin": "round"
20
+ },
21
+ [
22
+ t("path", {
23
+ d: "M9.122 1.146h0a9.733 9.733 0 0 0-6.854 0A2.73 2.73 0 0 0 .5 3.699v7.649a2.007 2.007 0 0 0 1.639 1.975 19.222 19.222 0 0 0 7.109 0 2 2 0 0 0 1.638-1.971V3.699a2.728 2.728 0 0 0-1.764-2.553Z"
24
+ }),
25
+ t("path", { d: "M.5 3.637h10.389v3.794H.5z" }),
26
+ t("path", { d: "M5.695 6.912V3.637" }),
27
+ t("path", { d: "M2.966 9.677a.882.882 0 1 1-.883.883.883.883 0 0 1 .883-.883Z" }),
28
+ t("path", { d: "M8.276 9.677a.882.882 0 1 1-.883.883.883.883 0 0 1 .883-.883Z" }),
29
+ t("path", { d: "m1.107 16.523 1.765-2.871" }),
30
+ t("path", { d: "m10.229 16.523-1.765-2.871" }),
31
+ t("path", { d: "M1.602 15.717h7.744" })
32
+ ]
33
+ )
72
34
  }));
73
35
  export {
74
- a as TrainIcon
36
+ i as TrainIcon
75
37
  };
@@ -0,0 +1,44 @@
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 13.027 17.002",
8
+ width: a.width ?? 13,
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: "M10.138.795h0a22.563 22.563 0 0 0-7.243 0A2.391 2.391 0 0 0 .803 3.082v9.4a1.549 1.549 0 0 0 1.613 1.475h8.205a1.548 1.548 0 0 0 1.607-1.478V3.082a2.391 2.391 0 0 0-2.09-2.287Z"
23
+ }),
24
+ t("path", {
25
+ d: "M3.571 3.879h5.891a.962.962 0 0 1 .939.984v1.513a.962.962 0 0 1-.939.984H3.571a.962.962 0 0 1-.939-.984V4.863a.962.962 0 0 1 .939-.984Z"
26
+ }),
27
+ t("path", { d: "M6.518 3.98v3.382" }),
28
+ t("path", { d: "M3.504 10.584a.654.654 0 1 1-.654.654.655.655 0 0 1 .654-.654Z" }),
29
+ t("path", { d: "M9.42 10.584a.654.654 0 1 1-.655.654.655.655 0 0 1 .655-.654Z" }),
30
+ t("path", { d: "M5.833 11.238h1.36" }),
31
+ t("path", { d: "M5.469 2.177h1.895" }),
32
+ t("path", {
33
+ d: "m12.235 16.502-1.737-.046a.272.272 0 0 1-.211-.109l-1.465-1.928a.274.274 0 0 1 .23-.44l1.894.079a.275.275 0 0 1 .214.119l1.308 1.895a.274.274 0 0 1-.233.43Z"
34
+ }),
35
+ t("path", {
36
+ d: "m.792 16.502 1.737-.046a.272.272 0 0 0 .211-.109l1.47-1.928a.274.274 0 0 0-.23-.44l-1.894.079a.275.275 0 0 0-.214.119L.559 16.072a.274.274 0 0 0 .233.43Z"
37
+ }),
38
+ t("path", { d: "M3.119 15.855h6.68" })
39
+ ]
40
+ )
41
+ });
42
+ export {
43
+ r as TransportIcon
44
+ };
@@ -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
+ };
@@ -0,0 +1,35 @@
1
+ import { h as r } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const n = (t) => o({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 20.947 17.095",
8
+ width: t.width ?? 20,
9
+ height: t.height ?? 17
10
+ },
11
+ childrenNodes: r(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: t["stroke-color"] ?? "#222",
16
+ "stroke-linecap": "round",
17
+ "stroke-linejoin": "round",
18
+ "stroke-width": t["stroke-width"] ?? 1,
19
+ transform: "translate(0 .001)"
20
+ },
21
+ [
22
+ r("rect", {
23
+ width: "19.853",
24
+ height: "12.832",
25
+ rx: "2",
26
+ transform: "translate(.547 .546)"
27
+ }),
28
+ r("path", { d: "M4.67 16.547h11.607" }),
29
+ r("path", { d: "M10.473 13.378v3.168" })
30
+ ]
31
+ )
32
+ });
33
+ export {
34
+ n as TypeTvIcon
35
+ };
@@ -0,0 +1,34 @@
1
+ import { h as t } from "vue";
2
+ import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const i = (e) => o({
4
+ props: e,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 18.604 17",
8
+ width: e.width ?? 18,
9
+ height: e.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ t(
14
+ "g",
15
+ {
16
+ fill: "none",
17
+ stroke: e["stroke-color"] ?? "#222",
18
+ "stroke-width": e["stroke-width"] ?? 1,
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round"
21
+ },
22
+ [
23
+ t("path", { d: "M3.9.5h10.8a2 2 0 0 1 2 2v12H1.9v-12a2 2 0 0 1 2-2Z" }),
24
+ t("path", { d: "M5.137 2.616h8.331a1 1 0 0 1 1 1V14.5H4.137V3.616a1 1 0 0 1 1-1Z" }),
25
+ t("rect", { width: "17.604", height: "2", rx: ".902", transform: "translate(.5 14.5)" }),
26
+ t("path", { d: "m4.137 10.455 3.217-3.217 7.114 7.262" }),
27
+ t("path", { d: "m8.889 8.806 3.471-3.271 2.108 2.13" })
28
+ ]
29
+ )
30
+ )
31
+ });
32
+ export {
33
+ i as TypeViewIcon
34
+ };
@@ -0,0 +1,52 @@
1
+ import { h as t } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const i = (o) => e({
4
+ props: o,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 19.834 16.5",
8
+ width: o.width ?? 19,
9
+ height: o.height ?? 16
10
+ },
11
+ childrenNodes: t("g", [
12
+ t("path", {
13
+ fill: "none",
14
+ stroke: o["stroke-color"] ?? "#222",
15
+ "stroke-width": o["stroke-width"] ?? 1,
16
+ "stroke-linecap": "round",
17
+ "stroke-linejoin": "round",
18
+ d: "M17.896 7.262a1.434 1.434 0 0 1 1.418 1.65l-.627 3.433A4.3 4.3 0 0 1 14.433 16H5.402a4.3 4.3 0 0 1-4.254-3.655L.519 8.912a1.434 1.434 0 0 1 1.418-1.65"
19
+ }),
20
+ t("path", {
21
+ fill: "none",
22
+ stroke: o["stroke-color"] ?? "#222",
23
+ "stroke-width": o["stroke-width"] ?? 1,
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ d: "M4.202 7.115a2.2 2.2 0 0 1 1.452-.5c.732.058.863.564 1.576.622.892.073 1.126-.685 1.99-.58.716.087.774.634 1.411.622.734-.014.906-.747 1.576-.7.571.035.683.585 1.285.7a1.934 1.934 0 0 0 1.618-.664"
27
+ }),
28
+ t("path", {
29
+ fill: o["stroke-color"] ?? "#222",
30
+ d: "M4.978 3.6a.945.945 0 1 1-.945-.945.945.945 0 0 1 .945.945"
31
+ }),
32
+ t("path", {
33
+ fill: o["stroke-color"] ?? "#222",
34
+ d: "M10.119 1.9A1.857 1.857 0 1 1 8.261.041 1.858 1.858 0 0 1 10.119 1.9"
35
+ }),
36
+ t("path", {
37
+ fill: o["stroke-color"] ?? "#222",
38
+ d: "M13.145 3.684a1.091 1.091 0 1 1-1.092-1.092 1.092 1.092 0 0 1 1.092 1.092"
39
+ }),
40
+ t("path", {
41
+ fill: o["stroke-color"] ?? "#222",
42
+ d: "M13.747.6a.6.6 0 1 1-.6-.6.6.6 0 0 1 .6.6"
43
+ }),
44
+ t("path", {
45
+ fill: o["stroke-color"] ?? "#222",
46
+ d: "M16.234 3.653a.706.706 0 1 1-.706-.706.706.706 0 0 1 .706.706"
47
+ })
48
+ ])
49
+ });
50
+ export {
51
+ i as WhirlpoolIcon
52
+ };