@wikicasa-dev/svg-icons 0.0.12 → 0.0.13

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 (83) hide show
  1. package/dist/AboutUsIcon.js +1 -1
  2. package/dist/AnalyticsIcon.js +1 -1
  3. package/dist/ArrowIcon.js +1 -1
  4. package/dist/BankIcon.js +48 -0
  5. package/dist/BarChartIcon.js +1 -1
  6. package/dist/BellIcon.js +1 -1
  7. package/dist/BulbIcon.js +1 -1
  8. package/dist/BusIcon.js +72 -0
  9. package/dist/CartIcon.js +54 -0
  10. package/dist/Charge.js +19 -0
  11. package/dist/CheckActiveIcon.js +1 -1
  12. package/dist/CheckInactiveIcon.js +1 -1
  13. package/dist/CloseIcon.js +1 -1
  14. package/dist/DashboardIcon.js +1 -1
  15. package/dist/{DefaultValues-k7iQWtC2.js → DefaultValues-DOBkctU1.js} +1 -0
  16. package/dist/DeleteIcon.js +1 -1
  17. package/dist/DrawIcon.js +1 -1
  18. package/dist/EditIcon.js +1 -1
  19. package/dist/FacebookIcon.js +1 -1
  20. package/dist/GearIcon.js +1 -1
  21. package/dist/GermanyFlagIcon.js +1 -1
  22. package/dist/HamburgerMenuIcon.js +1 -1
  23. package/dist/HeartIcon.js +1 -1
  24. package/dist/HidePswIcon.js +1 -1
  25. package/dist/HospitalIcon.js +37 -0
  26. package/dist/HouseIcon.js +1 -1
  27. package/dist/InstagramIcon.js +1 -1
  28. package/dist/ItalyFlagIcon.js +1 -1
  29. package/dist/LayersIcon.js +1 -1
  30. package/dist/LinkedinIcon.js +1 -1
  31. package/dist/LocationIcon.js +1 -1
  32. package/dist/LogoutIcon.js +1 -1
  33. package/dist/MailIcon.js +1 -1
  34. package/dist/MapIcon.js +1 -1
  35. package/dist/NewsIcon.js +1 -1
  36. package/dist/NotesIcon.js +1 -1
  37. package/dist/PharmacyIcon.js +19 -0
  38. package/dist/PhoneIcon.js +1 -1
  39. package/dist/PhotoIcon.js +1 -1
  40. package/dist/PinIcon.js +1 -1
  41. package/dist/PlanIcon.js +1 -1
  42. package/dist/PlusIcon.js +1 -1
  43. package/dist/PostIcon.js +33 -0
  44. package/dist/PrestigeIcon.js +1 -1
  45. package/dist/PrintIcon.js +1 -1
  46. package/dist/ProfileIcon.js +1 -1
  47. package/dist/QuotesIcon.js +1 -1
  48. package/dist/RequestIcon.js +1 -1
  49. package/dist/SchoolIcon.js +62 -0
  50. package/dist/SearchIcon.js +1 -1
  51. package/dist/ShareIcon.js +1 -1
  52. package/dist/SubwayIcon.js +36 -0
  53. package/dist/SuitcaseIcon.js +1 -1
  54. package/dist/TieIcon.js +1 -1
  55. package/dist/TourIcon.js +1 -1
  56. package/dist/TrainAltIcon.js +61 -0
  57. package/dist/TrainIcon.js +75 -0
  58. package/dist/UkFlagIcon.js +1 -1
  59. package/dist/ValuationIcon.js +1 -1
  60. package/dist/VideoIcon.js +1 -1
  61. package/dist/ViewPswIcon.js +1 -1
  62. package/dist/WalletIcon.js +1 -1
  63. package/dist/WarningIcon.js +1 -1
  64. package/dist/WarningIconRounded.js +1 -1
  65. package/dist/WikicasaIcon.js +1 -1
  66. package/dist/WkAppIcon.js +1 -1
  67. package/dist/WkFavIcon.js +1 -1
  68. package/dist/YoutubeIcon.js +1 -1
  69. package/dist/index.js +60 -38
  70. package/dist/lib/index.d.ts +12 -1
  71. package/dist/lib/svgIcons/poi/BankIcon.d.ts +7 -0
  72. package/dist/lib/svgIcons/poi/BusIcon.d.ts +7 -0
  73. package/dist/lib/svgIcons/poi/CartIcon.d.ts +7 -0
  74. package/dist/lib/svgIcons/poi/Charge.d.ts +7 -0
  75. package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +7 -0
  76. package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +7 -0
  77. package/dist/lib/svgIcons/poi/PostIcon.d.ts +7 -0
  78. package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +7 -0
  79. package/dist/lib/svgIcons/poi/SubwayIcon.d.ts +7 -0
  80. package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +7 -0
  81. package/dist/lib/svgIcons/poi/TrainIcon.d.ts +7 -0
  82. package/dist/{svgIconFactory-vMvYZl5W.js → svgIconFactory-B4HDiwZr.js} +1 -1
  83. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (a, { attrs: o }) => {
4
4
  a = { ...r(), ...a };
5
5
  const { width: l, height: i, strokeColor: t, fillColor: h } = a;
@@ -1,5 +1,5 @@
1
1
  import { h as c } from "vue";
2
- import { s as o } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as o } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const l = (r) => o({
4
4
  props: r,
5
5
  svgNodeAttrs: {
package/dist/ArrowIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (o, { attrs: e }) => {
4
4
  o = { ...n(), ...o };
5
5
  const { width: r, height: i } = o;
@@ -0,0 +1,48 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
4
+ const s = (o) => (o = { ...e(), ...o }, t({
5
+ props: o,
6
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.787 18.787" },
7
+ childrenNodes: [
8
+ r(
9
+ "g",
10
+ {
11
+ transform: "translate(-448.016 -417.531)"
12
+ },
13
+ [
14
+ r("path", {
15
+ fill: o.color ?? "#222",
16
+ stroke: o.color ?? "#222",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ "stroke-width": ".1",
20
+ d: "M454.728 426.381h-.769v-.706h.884a3.27 3.27 0 0 1 3.057-2.756 3.05 3.05 0 0 1 2.948 2.375h-.989a2.01 2.01 0 0 0-1.954-1.44 2.265 2.265 0 0 0-2.17 1.82h2.17v.706h-2.314a5 5 0 0 0-.027.552 4 4 0 0 0 .034.59h2.307v.72h-2.16a2.284 2.284 0 0 0 2.16 1.762 2.015 2.015 0 0 0 1.954-1.426h.994a3.04 3.04 0 0 1-2.948 2.351 3.246 3.246 0 0 1-3.046-2.687h-.9v-.72h.764a5.5 5.5 0 0 1 .005-1.141"
21
+ }),
22
+ r("circle", {
23
+ cx: "8.893",
24
+ cy: "8.893",
25
+ r: "8.893",
26
+ fill: "none",
27
+ stroke: o.color ?? "#222",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round",
30
+ transform: "translate(448.515 418.031)"
31
+ }),
32
+ r("circle", {
33
+ cx: "7.1",
34
+ cy: "7.1",
35
+ r: "7.1",
36
+ fill: "none",
37
+ stroke: o.color ?? "#222",
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round",
40
+ transform: "translate(450.309 419.824)"
41
+ })
42
+ ]
43
+ )
44
+ ]
45
+ }));
46
+ export {
47
+ s as BankIcon
48
+ };
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as s } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as s } from "./DefaultValues-DOBkctU1.js";
3
3
  const g = (h, { attrs: a }) => {
4
4
  h = { ...s(), ...h };
5
5
  const { width: o, height: r, strokeColor: e, fillColor: i } = h;
package/dist/BellIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (e, { attrs: o }) => {
4
4
  e = { ...n(), ...e };
5
5
  const { width: t, height: r, fillColor: l } = e;
package/dist/BulbIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (o, { attrs: e }) => {
4
4
  o = { ...n(), ...o };
5
5
  const { width: t, height: l, strokeColor: r, fillColor: h } = o;
@@ -0,0 +1,72 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.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 12.122 12.182" },
7
+ childrenNodes: [
8
+ r(
9
+ "g",
10
+ {
11
+ transform: "translate(-495.656 -427.472)"
12
+ },
13
+ [
14
+ r("path", {
15
+ fill: o.bgColor ?? "none",
16
+ stroke: o.color ?? "#222",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ "stroke-width": "0.6",
20
+ d: "M498.635 438.049h1.306v.678a.63.63 0 0 1-.628.628h-.05a.63.63 0 0 1-.628-.628zm4.858 0h1.306v.678a.63.63 0 0 1-.628.628h-.05a.63.63 0 0 1-.628-.628z"
21
+ }),
22
+ r("rect", {
23
+ width: "8.251",
24
+ height: "10.301",
25
+ fill: "#fff",
26
+ stroke: o.color ?? "#222",
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round",
29
+ "stroke-width": "0.6",
30
+ rx: "0.802",
31
+ transform: "translate(497.591 427.772)"
32
+ }),
33
+ r("path", {
34
+ fill: "none",
35
+ stroke: o.color ?? "#222",
36
+ d: "M497.591 429.223h8.251v3.944h-8.251zm4.126 3.944v-3.944"
37
+ }),
38
+ r("circle", {
39
+ cx: "0.701",
40
+ cy: "0.701",
41
+ r: "0.701",
42
+ fill: o.color ?? "#222",
43
+ "stroke-linecap": "round",
44
+ "stroke-linejoin": "round",
45
+ "stroke-width": "0.6",
46
+ transform: "translate(498.907 435.205)"
47
+ }),
48
+ r("circle", {
49
+ cx: "0.701",
50
+ cy: "0.701",
51
+ r: "0.701",
52
+ fill: o.color ?? "#222",
53
+ "stroke-linecap": "round",
54
+ "stroke-linejoin": "round",
55
+ "stroke-width": "0.6",
56
+ transform: "translate(503.125 435.205)"
57
+ }),
58
+ r("path", {
59
+ fill: "none",
60
+ stroke: o.color ?? "#222",
61
+ "stroke-linecap": "round",
62
+ "stroke-linejoin": "round",
63
+ "stroke-width": "0.6",
64
+ d: "M497.475 429.998h-.686a.833.833 0 0 0-.833.833v1.394m10.003-2.227h.686a.833.833 0 0 1 .833.833v1.394"
65
+ })
66
+ ]
67
+ )
68
+ ]
69
+ }));
70
+ export {
71
+ a as BusIcon
72
+ };
@@ -0,0 +1,54 @@
1
+ import { h as r } from "vue";
2
+ import { s as n } from "./svgIconFactory-B4HDiwZr.js";
3
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
4
+ const i = (o) => (o = { ...e(), ...o }, n({
5
+ props: o,
6
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.424 16.323" },
7
+ childrenNodes: [
8
+ r(
9
+ "g",
10
+ {
11
+ transform: "translate(-526.563 -355.369)"
12
+ },
13
+ [
14
+ r("path", {
15
+ fill: "none",
16
+ stroke: o.color ?? "#2b5dff",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ d: "M541.438 366.035h-10.164l-1.048-7.236h12.26Zm-10.291-3.474H541.7m-9.103-3.762.895 7.236m6.231-7.236-.895 7.236m-2.525-6.947v6.947"
20
+ }),
21
+ r("path", {
22
+ fill: "none",
23
+ stroke: o.color ?? "#2b5dff",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ d: "M527.063 355.869h2.78l1.625 12.411h9.827"
27
+ }),
28
+ r("circle", {
29
+ cx: "1.229",
30
+ cy: "1.229",
31
+ r: "1.229",
32
+ fill: "none",
33
+ stroke: o.color ?? "#2b5dff",
34
+ "stroke-linecap": "round",
35
+ "stroke-linejoin": "round",
36
+ transform: "translate(531.147 368.734)"
37
+ }),
38
+ r("circle", {
39
+ cx: "1.229",
40
+ cy: "1.229",
41
+ r: "1.229",
42
+ fill: "none",
43
+ stroke: o.color ?? "#2b5dff",
44
+ "stroke-linecap": "round",
45
+ "stroke-linejoin": "round",
46
+ transform: "translate(539.113 368.734)"
47
+ })
48
+ ]
49
+ )
50
+ ]
51
+ }));
52
+ export {
53
+ i as CartIcon
54
+ };
package/dist/Charge.js ADDED
@@ -0,0 +1,19 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
4
+ const i = (o) => (o = { ...e(), ...o }, t({
5
+ props: o,
6
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 10.87 17.77" },
7
+ childrenNodes: [
8
+ r("path", {
9
+ fill: "none",
10
+ stroke: o.color ?? "#222",
11
+ "stroke-linecap": "round",
12
+ "stroke-linejoin": "round",
13
+ d: "M7.173.5.5 9.675h5.144l-2.989 7.576.681.019 7.035-9.75H4.88L7.938.5Z"
14
+ })
15
+ ]
16
+ }));
17
+ export {
18
+ i as ChargeIcon
19
+ };
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const c = (t, { attrs: i }) => {
4
4
  t = { ...n(), ...t };
5
5
  const { width: r, height: o } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as o } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as o } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (t, { attrs: i }) => {
4
4
  t = { ...o(), ...t };
5
5
  const { width: d, height: r } = t;
package/dist/CloseIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const l = (o, { attrs: e }) => {
4
4
  o = { ...r(), ...o };
5
5
  const { width: t, height: n } = o;
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (e, { attrs: o }) => {
4
4
  e = { ...r(), ...e };
5
5
  const { width: h, height: n } = e;
@@ -1,6 +1,7 @@
1
1
  const o = () => ({
2
2
  width: 20,
3
3
  height: 20,
4
+ color: "#222",
4
5
  strokeColor: "#222",
5
6
  fillColor: "none"
6
7
  });
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as a } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as a } from "./DefaultValues-DOBkctU1.js";
3
3
  const r = (h, { attrs: e }) => {
4
4
  h = { ...a(), ...h };
5
5
  const { width: o, height: v } = h;
package/dist/DrawIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as i } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as i } from "./DefaultValues-DOBkctU1.js";
3
3
  const l = (e, { attrs: o }) => {
4
4
  e = { ...i(), ...e };
5
5
  const { width: a, height: h } = e;
package/dist/EditIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as l } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as l } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (t, { attrs: e }) => {
4
4
  t = { ...l(), ...t };
5
5
  const { width: h, height: a } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as c } from "vue";
2
- import { s as r } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as r } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const e = (o) => r({
4
4
  props: o,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 9.876 17" },
package/dist/GearIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as a } from "vue";
2
- import { s as l } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as l } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const t = (c) => l({
4
4
  props: c,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 19.386 19.552" },
@@ -1,5 +1,5 @@
1
1
  import { h } from "vue";
2
- import { g as e } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
3
3
  const g = (t, { attrs: a }) => {
4
4
  t = { ...e(), ...t };
5
5
  const { width: d, height: i } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { s as e } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as e } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const h = (t, { attrs: r }) => e({
4
4
  props: t,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.361 16" },
package/dist/HeartIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as t } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as t } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (o, { attrs: e }) => {
4
4
  o = { ...t(), ...o };
5
5
  const { width: n, height: r } = o;
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const c = (r, { attrs: o }) => {
4
4
  r = { ...n(), ...r };
5
5
  const { width: t, height: i } = r;
@@ -0,0 +1,37 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.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
+ ]
34
+ }));
35
+ export {
36
+ a as HospitalIcon
37
+ };
package/dist/HouseIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (e, { attrs: o }) => {
4
4
  e = { ...r(), ...e };
5
5
  const { width: n, height: l } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { s as o } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as o } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const e = (r) => o({
4
4
  props: r,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" },
@@ -1,5 +1,5 @@
1
1
  import { h } from "vue";
2
- import { g as e } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
3
3
  const g = (t, { attrs: a }) => {
4
4
  t = { ...e(), ...t };
5
5
  const { width: i, height: l } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (e, { attrs: o }) => {
4
4
  e = { ...r(), ...e };
5
5
  const { width: l, height: n } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { s as c } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as c } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const e = (t) => c({
4
4
  props: t,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.746 17.001" },
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (o, { attrs: t }) => {
4
4
  o = { ...n(), ...o };
5
5
  const { width: i, height: r } = o;
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as d } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as d } from "./DefaultValues-DOBkctU1.js";
3
3
  const n = (o, { attrs: e }) => {
4
4
  o = { ...d(), ...o };
5
5
  const { width: i, height: r, strokeColor: h, fillColor: a } = o;
package/dist/MailIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as h } from "./DefaultValues-DOBkctU1.js";
3
3
  const n = (t, { attrs: o }) => {
4
4
  t = { ...h(), ...t };
5
5
  const { width: r, height: i } = t;
package/dist/MapIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const c = (r, { attrs: o }) => {
4
4
  r = { ...n(), ...r };
5
5
  const { width: t, height: a, strokeColor: i, fillColor: l } = r;
package/dist/NewsIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as d } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as d } from "./DefaultValues-DOBkctU1.js";
3
3
  const l = (h, { attrs: e }) => {
4
4
  h = { ...d(), ...h };
5
5
  const { width: o, height: r, strokeColor: a, fillColor: i } = h;
package/dist/NotesIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as h } from "./DefaultValues-DOBkctU1.js";
3
3
  const r = (i, { attrs: o }) => {
4
4
  i = { ...h(), ...i };
5
5
  const { width: l, height: t } = i;
@@ -0,0 +1,19 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.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.291 15.91" },
7
+ childrenNodes: [
8
+ r("path", {
9
+ fill: "none",
10
+ stroke: o.color ?? "#222",
11
+ "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
+ ]
16
+ }));
17
+ export {
18
+ a as PharmacyIcon
19
+ };
package/dist/PhoneIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as i } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as i } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (a, { attrs: c }) => {
4
4
  a = { ...i(), ...a };
5
5
  const { width: e, height: o } = a;
package/dist/PhotoIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as a } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as a } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (t, { attrs: o }) => {
4
4
  t = { ...a(), ...t };
5
5
  const { width: i, height: h, strokeColor: r, fillColor: l } = t;
package/dist/PinIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as h } from "./DefaultValues-DOBkctU1.js";
3
3
  const a = (t, { attrs: o }) => {
4
4
  t = { ...h(), ...t };
5
5
  const { width: i, height: r } = t;
package/dist/PlanIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as h } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (e, { attrs: o }) => {
4
4
  e = { ...h(), ...e };
5
5
  const { width: r, height: t, strokeColor: l, fillColor: n } = e;
package/dist/PlusIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as i } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as i } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (e, { attrs: o }) => {
4
4
  e = { ...i(), ...e };
5
5
  const { width: r, height: n } = e;
@@ -0,0 +1,33 @@
1
+ import { h as r } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
4
+ const c = (o) => (o = { ...e(), ...o }, t({
5
+ props: o,
6
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.1 16.1" },
7
+ childrenNodes: [
8
+ r("circle", {
9
+ cx: "8.05",
10
+ cy: "8.05",
11
+ r: "7.6",
12
+ fill: "none",
13
+ stroke: o.color ?? "#222",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round"
16
+ }),
17
+ r("path", {
18
+ fill: o.color ?? "#222",
19
+ d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
20
+ }),
21
+ r("path", {
22
+ fill: "none",
23
+ stroke: o.color ?? "#222",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ "stroke-width": ".4",
27
+ d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
28
+ })
29
+ ]
30
+ }));
31
+ export {
32
+ c as PostIcon
33
+ };
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as i } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as i } from "./DefaultValues-DOBkctU1.js";
3
3
  const d = (e, { attrs: a }) => {
4
4
  e = { ...i(), ...e };
5
5
  const { width: o, height: h } = e;
package/dist/PrintIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { g as r } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as r } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (t, { attrs: h }) => {
4
4
  t = { ...r(), ...t };
5
5
  const { width: e, height: i } = t, a = () => ({
@@ -1,5 +1,5 @@
1
1
  import { h as i } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const l = (o, { attrs: e }) => {
4
4
  o = { ...n(), ...o };
5
5
  const { width: r, height: t } = o;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { g as n } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as n } from "./DefaultValues-DOBkctU1.js";
3
3
  const a = (e, { attrs: t }) => {
4
4
  e = { ...n(), ...e };
5
5
  const { width: i, height: r, strokeColor: h, fillColor: l } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as a } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as a } from "./DefaultValues-DOBkctU1.js";
3
3
  const n = (t, { attrs: o }) => {
4
4
  t = { ...a(), ...t };
5
5
  const { width: i, height: h, fillColor: r } = t;