@wikicasa-dev/svg-icons 0.0.11 → 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 (84) 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 +39 -0
  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 +80 -56
  70. package/dist/lib/index.d.ts +13 -1
  71. package/dist/lib/svgIcons/HamburgerMenuIcon.d.ts +2 -0
  72. package/dist/lib/svgIcons/poi/BankIcon.d.ts +7 -0
  73. package/dist/lib/svgIcons/poi/BusIcon.d.ts +7 -0
  74. package/dist/lib/svgIcons/poi/CartIcon.d.ts +7 -0
  75. package/dist/lib/svgIcons/poi/Charge.d.ts +7 -0
  76. package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +7 -0
  77. package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +7 -0
  78. package/dist/lib/svgIcons/poi/PostIcon.d.ts +7 -0
  79. package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +7 -0
  80. package/dist/lib/svgIcons/poi/SubwayIcon.d.ts +7 -0
  81. package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +7 -0
  82. package/dist/lib/svgIcons/poi/TrainIcon.d.ts +7 -0
  83. package/dist/{svgIconFactory-vMvYZl5W.js → svgIconFactory-B4HDiwZr.js} +1 -1
  84. package/package.json +1 -1
@@ -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;
@@ -0,0 +1,62 @@
1
+ import { h as r } from "vue";
2
+ import { s as e } from "./svgIconFactory-B4HDiwZr.js";
3
+ import { g as l } from "./DefaultValues-DOBkctU1.js";
4
+ const a = (o) => (o = { ...l(), ...o }, e({
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
+ ]
59
+ }));
60
+ export {
61
+ a as SchoolIcon
62
+ };
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as c } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as c } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (o, { attrs: i }) => {
4
4
  o = { ...c(), ...o };
5
5
  const { width: r, height: t } = o;
package/dist/ShareIcon.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 d = (o, { attrs: e }) => {
4
4
  o = { ...t(), ...o };
5
5
  const { width: n, height: r } = o;
@@ -0,0 +1,36 @@
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.587 12.587" },
7
+ childrenNodes: [
8
+ r(
9
+ "g",
10
+ {
11
+ transform: "translate(-435.187 -426.058)",
12
+ stroke: o.color ?? "#222",
13
+ "stroke-linecap": "round",
14
+ "stroke-linejoin": "round"
15
+ },
16
+ [
17
+ r("circle", {
18
+ cx: "5.943",
19
+ cy: "5.943",
20
+ r: "5.943",
21
+ fill: "none",
22
+ "stroke-width": ".7",
23
+ transform: "translate(435.537 426.408)"
24
+ }),
25
+ r("path", {
26
+ fill: o.color ?? "#222",
27
+ "stroke-width": ".4",
28
+ d: "M438.601 429.534h.8l2.085 4.657 2.085-4.657h.79v5.635h-.74v-4.2l-1.873 4.2h-.521l-1.882-4.21v4.21h-.743Z"
29
+ })
30
+ ]
31
+ )
32
+ ]
33
+ }));
34
+ export {
35
+ a as SubwayIcon
36
+ };
@@ -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 = (e, { attrs: o }) => {
4
4
  e = { ...n(), ...e };
5
5
  const { width: r, height: i, strokeColor: a, fillColor: h } = e;
package/dist/TieIcon.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 = (e, { attrs: o }) => {
4
4
  e = { ...n(), ...e };
5
5
  const { width: t, height: l, strokeColor: r, fillColor: h } = e;
package/dist/TourIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as d } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as d } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (i, { attrs: o }) => {
4
4
  i = { ...d(), ...i };
5
5
  const { width: t, height: l, strokeColor: r, fillColor: n } = i;
@@ -0,0 +1,61 @@
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 9.498 14.433" },
7
+ childrenNodes: [
8
+ r(
9
+ "g",
10
+ {
11
+ transform: "translate(-479.242 -427.135)"
12
+ },
13
+ [
14
+ r("path", {
15
+ fill: "none",
16
+ stroke: o.color ?? "#222",
17
+ "stroke-linecap": "rounåd",
18
+ "stroke-linejoin": "round",
19
+ d: "M486.925 427.987a8.34 8.34 0 0 0-5.87 0h0a2.335 2.335 0 0 0-1.513 2.186s0 4.057 0 6.551a1.72 1.72 0 0 0 1.4 1.689h0a16.5 16.5 0 0 0 6.088 0h0a1.72 1.72 0 0 0 1.4-1.688v-6.552a2.34 2.34 0 0 0-1.505-2.186"
20
+ }),
21
+ r("path", {
22
+ fill: "none",
23
+ stroke: o.color ?? "#222",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ d: "M479.542 430.121h8.897v3.249h-8.897zm4.448 2.805v-2.805"
27
+ }),
28
+ r("circle", {
29
+ cx: ".756",
30
+ cy: ".756",
31
+ r: ".756",
32
+ fill: "none",
33
+ stroke: o.color ?? "#222",
34
+ "stroke-linecap": "round",
35
+ "stroke-linejoin": "round",
36
+ transform: "translate(480.898 435.293)"
37
+ }),
38
+ r("circle", {
39
+ cx: ".756",
40
+ cy: ".756",
41
+ r: ".756",
42
+ fill: "none",
43
+ stroke: o.color ?? "#222",
44
+ "stroke-linecap": "round",
45
+ "stroke-linejoin": "round",
46
+ transform: "translate(485.445 435.293)"
47
+ }),
48
+ r("path", {
49
+ fill: "none",
50
+ stroke: o.color ?? "#222",
51
+ "stroke-linecap": "round",
52
+ "stroke-linejoin": "round",
53
+ d: "m480.062 441.155 1.512-2.458m6.3 2.458-1.512-2.458m-5.876 1.769h6.632"
54
+ })
55
+ ]
56
+ )
57
+ ]
58
+ }));
59
+ export {
60
+ i as TrainAltIcon
61
+ };
@@ -0,0 +1,75 @@
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 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", {
65
+ fill: "none",
66
+ stroke: o.color ?? "#222",
67
+ "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
+ ]
72
+ }));
73
+ export {
74
+ a as TrainIcon
75
+ };
@@ -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 o = (t, { attrs: l }) => {
4
4
  t = { ...e(), ...t };
5
5
  const { width: i, height: a } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as l } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as l } from "./DefaultValues-DOBkctU1.js";
3
3
  const s = (o, { attrs: a }) => {
4
4
  o = { ...l(), ...o };
5
5
  const { width: e, height: h, fillColor: i } = o;
package/dist/VideoIcon.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 s = (e, { attrs: o }) => {
4
4
  e = { ...h(), ...e };
5
5
  const { width: t, height: r, strokeColor: l, fillColor: a } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as e } from "vue";
2
- import { g as t } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as t } from "./DefaultValues-DOBkctU1.js";
3
3
  const l = (o, { attrs: i }) => {
4
4
  o = { ...t(), ...o };
5
5
  const { width: r, 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 d = (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 t } 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: i, height: a } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { g as t } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as t } from "./DefaultValues-DOBkctU1.js";
3
3
  const h = (e, { attrs: r }) => {
4
4
  e = { ...t(), ...e };
5
5
  const { width: i, height: n } = e;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { s as r } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as r } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const e = (a) => r({
4
4
  props: a,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.521 17.301" },
package/dist/WkAppIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as c } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as h } from "./DefaultValues-DOBkctU1.js";
3
3
  const r = (l, { attrs: s }) => {
4
4
  l = { ...h(), ...l };
5
5
  const { width: t, height: i } = l;
package/dist/WkFavIcon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { h as t } from "vue";
2
- import { g as e } from "./DefaultValues-k7iQWtC2.js";
2
+ import { g as e } from "./DefaultValues-DOBkctU1.js";
3
3
  const f = (a, { attrs: h }) => {
4
4
  a = { ...e(), ...a };
5
5
  const { width: i, height: l } = a;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { s as t } from "./svgIconFactory-vMvYZl5W.js";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
3
  const s = (r) => t({
4
4
  props: r,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 23.791 16.996" },
package/dist/index.js CHANGED
@@ -1,22 +1,22 @@
1
1
  import { AboutUsIcon as e } from "./AboutUsIcon.js";
2
2
  import { ArrowIcon as n } from "./ArrowIcon.js";
3
- import { BarChartIcon as p } from "./BarChartIcon.js";
4
- import { BellIcon as m } from "./BellIcon.js";
3
+ import { BarChartIcon as m } from "./BarChartIcon.js";
4
+ import { BellIcon as I } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
7
7
  import { CheckInactiveIcon as l } from "./CheckInactiveIcon.js";
8
- import { CloseIcon as k } from "./CloseIcon.js";
8
+ import { CloseIcon as g } from "./CloseIcon.js";
9
9
  import { DashboardIcon as P } from "./DashboardIcon.js";
10
- import { DeleteIcon as d } from "./DeleteIcon.js";
11
- import { DrawIcon as w } from "./DrawIcon.js";
12
- import { EditIcon as b } from "./EditIcon.js";
13
- import { GermanyFlagIcon as F } from "./GermanyFlagIcon.js";
14
- import { HeartIcon as C } from "./HeartIcon.js";
15
- import { HidePswIcon as v } from "./HidePswIcon.js";
16
- import { HouseIcon as H } from "./HouseIcon.js";
17
- import { ItalyFlagIcon as S } from "./ItalyFlagIcon.js";
18
- import { LayersIcon as G } from "./LayersIcon.js";
19
- import { LocationIcon as R } from "./LocationIcon.js";
10
+ import { DeleteIcon as W } from "./DeleteIcon.js";
11
+ import { DrawIcon as b } from "./DrawIcon.js";
12
+ import { EditIcon as y } from "./EditIcon.js";
13
+ import { GermanyFlagIcon as C } from "./GermanyFlagIcon.js";
14
+ import { HeartIcon as B } from "./HeartIcon.js";
15
+ import { HidePswIcon as H } from "./HidePswIcon.js";
16
+ import { HouseIcon as D } from "./HouseIcon.js";
17
+ import { ItalyFlagIcon as v } from "./ItalyFlagIcon.js";
18
+ import { LayersIcon as N } from "./LayersIcon.js";
19
+ import { LocationIcon as G } from "./LocationIcon.js";
20
20
  import { LogoutIcon as U } from "./LogoutIcon.js";
21
21
  import { MailIcon as E } from "./MailIcon.js";
22
22
  import { MapIcon as Y } from "./MapIcon.js";
@@ -27,23 +27,23 @@ import { PinIcon as _ } from "./PinIcon.js";
27
27
  import { PlanIcon as oo } from "./PlanIcon.js";
28
28
  import { PlusIcon as eo } from "./PlusIcon.js";
29
29
  import { PrestigeIcon as no } from "./PrestigeIcon.js";
30
- import { PrintIcon as po } from "./PrintIcon.js";
31
- import { ProfileIcon as mo } from "./ProfileIcon.js";
30
+ import { PrintIcon as mo } from "./PrintIcon.js";
31
+ import { ProfileIcon as Io } from "./ProfileIcon.js";
32
32
  import { QuotesIcon as xo } from "./QuotesIcon.js";
33
33
  import { RequestIcon as io } from "./RequestIcon.js";
34
34
  import { SearchIcon as lo } from "./SearchIcon.js";
35
- import { ShareIcon as ko } from "./ShareIcon.js";
35
+ import { ShareIcon as go } from "./ShareIcon.js";
36
36
  import { SuitcaseIcon as Po } from "./SuitcaseIcon.js";
37
- import { TieIcon as ho } from "./TieIcon.js";
38
- import { TourIcon as Lo } from "./TourIcon.js";
37
+ import { TieIcon as Wo } from "./TieIcon.js";
38
+ import { TourIcon as wo } from "./TourIcon.js";
39
39
  import { UkFlagIcon as Ao } from "./UkFlagIcon.js";
40
- import { ValuationIcon as yo } from "./ValuationIcon.js";
41
- import { VideoIcon as Do } from "./VideoIcon.js";
42
- import { ViewPswIcon as Bo } from "./ViewPswIcon.js";
43
- import { WalletIcon as No } from "./WalletIcon.js";
44
- import { WarningIcon as Vo } from "./WarningIcon.js";
45
- import { WarningIconRounded as Mo } from "./WarningIconRounded.js";
46
- import { WkAppIcon as To } from "./WkAppIcon.js";
40
+ import { ValuationIcon as Lo } from "./ValuationIcon.js";
41
+ import { VideoIcon as Fo } from "./VideoIcon.js";
42
+ import { ViewPswIcon as So } from "./ViewPswIcon.js";
43
+ import { WalletIcon as To } from "./WalletIcon.js";
44
+ import { WarningIcon as Mo } from "./WarningIcon.js";
45
+ import { WarningIconRounded as Vo } from "./WarningIconRounded.js";
46
+ import { WkAppIcon as Ro } from "./WkAppIcon.js";
47
47
  import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
48
48
  import { WikicasaIcon as Qo } from "./WikicasaIcon.js";
49
49
  import { GearIcon as jo } from "./GearIcon.js";
@@ -52,65 +52,89 @@ import { FacebookIcon as Oo } from "./FacebookIcon.js";
52
52
  import { LinkedinIcon as Zo } from "./LinkedinIcon.js";
53
53
  import { InstagramIcon as $o } from "./InstagramIcon.js";
54
54
  import { YoutubeIcon as rr } from "./YoutubeIcon.js";
55
- import { WikicasaDatiLogoIcon as tr } from "./WikicasaDatiLogo.js";
56
- import { WikicasaLogoIcon as cr } from "./WikicasaLogo.js";
57
- import { WikiNerdIcon as Ir } from "./WikiNerdIcon.js";
55
+ import { HamburgerMenuIcon as tr } from "./HamburgerMenuIcon.js";
56
+ import { BankIcon as cr } from "./BankIcon.js";
57
+ import { BusIcon as pr } from "./BusIcon.js";
58
+ import { CartIcon as fr } from "./CartIcon.js";
59
+ import { ChargeIcon as ar } from "./Charge.js";
60
+ import { HospitalIcon as sr } from "./HospitalIcon.js";
61
+ import { PharmacyIcon as ur } from "./PharmacyIcon.js";
62
+ import { PostIcon as kr } from "./PostIcon.js";
63
+ import { SchoolIcon as hr } from "./SchoolIcon.js";
64
+ import { SubwayIcon as dr } from "./SubwayIcon.js";
65
+ import { TrainIcon as wr } from "./TrainIcon.js";
66
+ import { TrainAltIcon as Ar } from "./TrainAltIcon.js";
67
+ import { WikicasaDatiLogoIcon as Lr } from "./WikicasaDatiLogo.js";
68
+ import { WikicasaLogoIcon as Fr } from "./WikicasaLogo.js";
69
+ import { WikiNerdIcon as Sr } from "./WikiNerdIcon.js";
58
70
  export {
59
71
  e as AboutUsIcon,
60
72
  qo as AnalyticsIcon,
61
73
  n as ArrowIcon,
62
- p as BarChartIcon,
63
- m as BellIcon,
74
+ cr as BankIcon,
75
+ m as BarChartIcon,
76
+ I as BellIcon,
64
77
  x as BulbIcon,
78
+ pr as BusIcon,
79
+ fr as CartIcon,
80
+ ar as ChargeIcon,
65
81
  i as CheckActiveIcon,
66
82
  l as CheckInactiveIcon,
67
- k as CloseIcon,
83
+ g as CloseIcon,
68
84
  P as DashboardIcon,
69
- d as DeleteIcon,
70
- w as DrawIcon,
71
- b as EditIcon,
85
+ W as DeleteIcon,
86
+ b as DrawIcon,
87
+ y as EditIcon,
72
88
  Oo as FacebookIcon,
73
89
  jo as GearIcon,
74
- F as GermanyFlagIcon,
75
- C as HeartIcon,
76
- v as HidePswIcon,
77
- H as HouseIcon,
90
+ C as GermanyFlagIcon,
91
+ tr as HamburgerMenuIcon,
92
+ B as HeartIcon,
93
+ H as HidePswIcon,
94
+ sr as HospitalIcon,
95
+ D as HouseIcon,
78
96
  $o as InstagramIcon,
79
- S as ItalyFlagIcon,
80
- G as LayersIcon,
97
+ v as ItalyFlagIcon,
98
+ N as LayersIcon,
81
99
  Zo as LinkedinIcon,
82
- R as LocationIcon,
100
+ G as LocationIcon,
83
101
  U as LogoutIcon,
84
102
  E as MailIcon,
85
103
  Y as MapIcon,
86
104
  z as NewsIcon,
87
105
  K as NotesIcon,
106
+ ur as PharmacyIcon,
88
107
  X as PhoneIcon,
89
108
  _ as PinIcon,
90
109
  oo as PlanIcon,
91
110
  eo as PlusIcon,
111
+ kr as PostIcon,
92
112
  no as PrestigeIcon,
93
- po as PrintIcon,
94
- mo as ProfileIcon,
113
+ mo as PrintIcon,
114
+ Io as ProfileIcon,
95
115
  xo as QuotesIcon,
96
116
  io as RequestIcon,
117
+ hr as SchoolIcon,
97
118
  lo as SearchIcon,
98
- ko as ShareIcon,
119
+ go as ShareIcon,
120
+ dr as SubwayIcon,
99
121
  Po as SuitcaseIcon,
100
- ho as TieIcon,
101
- Lo as TourIcon,
122
+ Wo as TieIcon,
123
+ wo as TourIcon,
124
+ Ar as TrainAltIcon,
125
+ wr as TrainIcon,
102
126
  Ao as UkFlagIcon,
103
- yo as ValuationIcon,
104
- Do as VideoIcon,
105
- Bo as ViewPswIcon,
106
- No as WalletIcon,
107
- Vo as WarningIcon,
108
- Mo as WarningIconRounded,
109
- Ir as WikiNerdIcon,
110
- tr as WikicasaDatiLogoIcon,
127
+ Lo as ValuationIcon,
128
+ Fo as VideoIcon,
129
+ So as ViewPswIcon,
130
+ To as WalletIcon,
131
+ Mo as WarningIcon,
132
+ Vo as WarningIconRounded,
133
+ Sr as WikiNerdIcon,
134
+ Lr as WikicasaDatiLogoIcon,
111
135
  Qo as WikicasaIcon,
112
- cr as WikicasaLogoIcon,
113
- To as WkAppIcon,
136
+ Fr as WikicasaLogoIcon,
137
+ Ro as WkAppIcon,
114
138
  Jo as WkFavIcon,
115
139
  rr as YoutubeIcon
116
140
  };
@@ -52,7 +52,19 @@ import { FacebookIcon } from './svgIcons/FacebookIcon';
52
52
  import { LinkedinIcon } from './svgIcons/LinkedinIcon';
53
53
  import { InstagramIcon } from './svgIcons/InstagramIcon';
54
54
  import { YoutubeIcon } from './svgIcons/YoutubeIcon';
55
+ import { HamburgerMenuIcon } from './svgIcons/HamburgerMenuIcon';
56
+ import { BankIcon } from './svgIcons/poi/BankIcon';
57
+ import { BusIcon } from './svgIcons/poi/BusIcon';
58
+ import { CartIcon } from './svgIcons/poi/CartIcon';
59
+ import { ChargeIcon } from './svgIcons/poi/Charge';
60
+ import { HospitalIcon } from './svgIcons/poi/HospitalIcon';
61
+ import { PharmacyIcon } from './svgIcons/poi/PharmacyIcon';
62
+ import { PostIcon } from './svgIcons/poi/PostIcon';
63
+ import { SchoolIcon } from './svgIcons/poi/SchoolIcon';
64
+ import { SubwayIcon } from './svgIcons/poi/SubwayIcon';
65
+ import { TrainIcon } from './svgIcons/poi/TrainIcon';
66
+ import { TrainAltIcon } from './svgIcons/poi/TrainAltIcon';
55
67
  import { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
56
68
  import { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
57
69
  import { WikiNerdIcon } from './svgImages/WikiNerdIcon';
58
- export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdIcon, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon };
70
+ export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdIcon, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon };
@@ -0,0 +1,2 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ export declare const HamburgerMenuIcon: FunctionalSvgIconComponent;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const BankIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const BusIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const CartIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;
@@ -0,0 +1,7 @@
1
+ import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const HospitalIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
4
+ bgColor: string;
5
+ color: string;
6
+ borderColor: string;
7
+ }>>;