@wikicasa-dev/svg-icons 0.0.1

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 (88) hide show
  1. package/README.md +39 -0
  2. package/dist/AboutUsIcon.js +41 -0
  3. package/dist/ArrowIcon.js +28 -0
  4. package/dist/BarChartIcon.js +39 -0
  5. package/dist/BellIcon.js +45 -0
  6. package/dist/BulbIcon.js +40 -0
  7. package/dist/CloseIcon.js +38 -0
  8. package/dist/DefaultValues-k7iQWtC2.js +9 -0
  9. package/dist/DeleteIcon.js +27 -0
  10. package/dist/DrawIcon.js +40 -0
  11. package/dist/GermanyFlagIcon.js +34 -0
  12. package/dist/HeartIcon.js +28 -0
  13. package/dist/HidePswIcon.js +69 -0
  14. package/dist/ItalyFlagIcon.js +34 -0
  15. package/dist/LocationIcon.js +29 -0
  16. package/dist/LogoutIcon.js +44 -0
  17. package/dist/MailIcon.js +43 -0
  18. package/dist/MapIcon.js +50 -0
  19. package/dist/NewsIcon.js +63 -0
  20. package/dist/NotesIcon.js +43 -0
  21. package/dist/PhoneIcon.js +50 -0
  22. package/dist/PhotoIcon.js +46 -0
  23. package/dist/PinIcon.js +38 -0
  24. package/dist/PlanIcon.js +31 -0
  25. package/dist/PlusIcon.js +57 -0
  26. package/dist/PrestigeIcon.js +41 -0
  27. package/dist/PrintIcon.js +44 -0
  28. package/dist/ProfileIcon.js +30 -0
  29. package/dist/QuotesIcon.js +41 -0
  30. package/dist/RequestIcon.js +47 -0
  31. package/dist/SearchIcon.js +55 -0
  32. package/dist/ShareIcon.js +40 -0
  33. package/dist/SuitcaseIcon.js +45 -0
  34. package/dist/TieIcon.js +39 -0
  35. package/dist/TourIcon.js +50 -0
  36. package/dist/UkFlagIcon.js +90 -0
  37. package/dist/ValuationIcon.js +43 -0
  38. package/dist/VideoIcon.js +44 -0
  39. package/dist/ViewPswIcon.js +42 -0
  40. package/dist/WarningIcon.js +36 -0
  41. package/dist/WarningIconRounded.js +40 -0
  42. package/dist/WikiNerdIcon.js +175 -0
  43. package/dist/WkAppIcon.js +57 -0
  44. package/dist/favicon.ico +0 -0
  45. package/dist/index.d.ts +41 -0
  46. package/dist/index.js +82 -0
  47. package/dist/svgIcons/AboutUsIcon.d.ts +3 -0
  48. package/dist/svgIcons/ArrowIcon.d.ts +3 -0
  49. package/dist/svgIcons/BarChartIcon.d.ts +3 -0
  50. package/dist/svgIcons/BellIcon.d.ts +3 -0
  51. package/dist/svgIcons/BulbIcon.d.ts +3 -0
  52. package/dist/svgIcons/CloseIcon.d.ts +3 -0
  53. package/dist/svgIcons/DeleteIcon.d.ts +3 -0
  54. package/dist/svgIcons/DrawIcon.d.ts +3 -0
  55. package/dist/svgIcons/GermanyFlagIcon.d.ts +3 -0
  56. package/dist/svgIcons/HeartIcon.d.ts +3 -0
  57. package/dist/svgIcons/HidePswIcon.d.ts +3 -0
  58. package/dist/svgIcons/ItalyFlagIcon.d.ts +3 -0
  59. package/dist/svgIcons/LocationIcon.d.ts +3 -0
  60. package/dist/svgIcons/LogoutIcon.d.ts +3 -0
  61. package/dist/svgIcons/MailIcon.d.ts +3 -0
  62. package/dist/svgIcons/MapIcon.d.ts +3 -0
  63. package/dist/svgIcons/NewsIcon.d.ts +3 -0
  64. package/dist/svgIcons/NotesIcon.d.ts +3 -0
  65. package/dist/svgIcons/PhoneIcon.d.ts +3 -0
  66. package/dist/svgIcons/PhotoIcon.d.ts +3 -0
  67. package/dist/svgIcons/PinIcon.d.ts +3 -0
  68. package/dist/svgIcons/PlanIcon.d.ts +3 -0
  69. package/dist/svgIcons/PlusIcon.d.ts +3 -0
  70. package/dist/svgIcons/PrestigeIcon.d.ts +3 -0
  71. package/dist/svgIcons/PrintIcon.d.ts +3 -0
  72. package/dist/svgIcons/ProfileIcon.d.ts +3 -0
  73. package/dist/svgIcons/QuotesIcon.d.ts +3 -0
  74. package/dist/svgIcons/RequestIcon.d.ts +3 -0
  75. package/dist/svgIcons/SearchIcon.d.ts +3 -0
  76. package/dist/svgIcons/ShareIcon.d.ts +3 -0
  77. package/dist/svgIcons/SuitcaseIcon.d.ts +3 -0
  78. package/dist/svgIcons/TieIcon.d.ts +3 -0
  79. package/dist/svgIcons/TourIcon.d.ts +3 -0
  80. package/dist/svgIcons/UkFlagIcon.d.ts +3 -0
  81. package/dist/svgIcons/ValuationIcon.d.ts +3 -0
  82. package/dist/svgIcons/VideoIcon.d.ts +3 -0
  83. package/dist/svgIcons/ViewPswIcon.d.ts +3 -0
  84. package/dist/svgIcons/WarningIcon.d.ts +3 -0
  85. package/dist/svgIcons/WarningIconRounded.d.ts +3 -0
  86. package/dist/svgIcons/WikiNerdIcon.d.ts +3 -0
  87. package/dist/svgIcons/WkAppIcon.d.ts +3 -0
  88. package/package.json +55 -0
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # svg-icons
2
+
3
+ This template should help get you started developing with Vue 3 in Vite.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8
+
9
+ ## Type Support for `.vue` Imports in TS
10
+
11
+ TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
12
+
13
+ ## Customize configuration
14
+
15
+ See [Vite Configuration Reference](https://vitejs.dev/config/).
16
+
17
+ ## Project Setup
18
+
19
+ ```sh
20
+ pnpm install
21
+ ```
22
+
23
+ ### Compile and Hot-Reload for Development
24
+
25
+ ```sh
26
+ pnpm dev
27
+ ```
28
+
29
+ ### Type-Check, Compile and Minify for Production
30
+
31
+ ```sh
32
+ pnpm build
33
+ ```
34
+
35
+ ### Lint with [ESLint](https://eslint.org/)
36
+
37
+ ```sh
38
+ pnpm lint
39
+ ```
@@ -0,0 +1,41 @@
1
+ import { h as e } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (a, { attrs: o }) => {
4
+ a = { ...r(), ...a };
5
+ const { width: l, height: i, strokeColor: t, fillColor: h } = a;
6
+ return e(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.521 17.301",
11
+ width: `${l}`,
12
+ height: `${i}`,
13
+ class: a.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ e("path", {
18
+ fill: h,
19
+ stroke: t,
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.3"}`,
23
+ d: `M16.283.65H1.243a.6.6 0 0 0-.593.593v12.331a.593.593 0 0 0
24
+ .593.593h5.62l1.657 2.356a.3.3 0 0 0 .416.071.314.314 0 0 0
25
+ .071-.071l1.657-2.356h5.614a.593.593 0 0 0 .593-.593V1.243a.585.585 0 0 0-.577-.593Z`
26
+ }),
27
+ e("path", {
28
+ fill: "#0e1d34",
29
+ d: `M15.421 3.146 12.69 11.93a.15.15 0 0 1-.14.106h-2.133a.133.133 0 0
30
+ 1-.128-.1l-1.462-4.8a.072.072 0 0 0-.139 0l-1.46 4.8a.135.135 0 0 1-.129.09h-2.13a.144.144 0 0
31
+ 1-.139-.106L2.099 3.137a.149.149 0 0 1 .1-.184.113.113 0 0 1 .038-.007h2.088a.128.128 0 0
32
+ 1 .129.1L5.92 8.414a.073.073 0 0 0 .088.054.071.071 0 0 0 .053-.048l1.741-5.368a.15.15 0 0
33
+ 1 .139-.1h1.612a.146.146 0 0 1 .14.106l1.629 5.363a.072.072 0 0 0 .139 0l1.59-5.368a.139.139 0 0
34
+ 1 .129-.1h2.088a.142.142 0 0 1 .157.124.13.13 0 0 1-.005.061Z`
35
+ })
36
+ ]
37
+ );
38
+ };
39
+ export {
40
+ d as AboutUsIcon
41
+ };
@@ -0,0 +1,28 @@
1
+ import { h as t } from "vue";
2
+ import { g as n } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (o, { attrs: e }) => {
4
+ o = { ...n(), ...o };
5
+ const { width: r, height: i } = o;
6
+ return t(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 20.243 11.621",
11
+ width: `${r}`,
12
+ height: `${i}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
+ },
16
+ t("path", {
17
+ fill: "none",
18
+ stroke: `${e["stroke-color"] ?? "#222"}`,
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round",
21
+ "stroke-width": `${e["stroke-width"] ?? "3"}`,
22
+ d: "m18.121 2.121-8 8-8-8"
23
+ })
24
+ );
25
+ };
26
+ export {
27
+ d as ArrowIcon
28
+ };
@@ -0,0 +1,39 @@
1
+ import { h as t } from "vue";
2
+ import { g as s } from "./DefaultValues-k7iQWtC2.js";
3
+ const g = (h, { attrs: a }) => {
4
+ h = { ...s(), ...h };
5
+ const { width: o, height: r, strokeColor: e, fillColor: i } = h;
6
+ return t(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 19.794 19.552",
11
+ width: `${o}`,
12
+ height: `${r}`,
13
+ class: h.class ?? "",
14
+ "aria-hidden": a["aria-hidden"] ?? "true"
15
+ },
16
+ t(
17
+ "g",
18
+ {
19
+ fill: i,
20
+ stroke: e,
21
+ "stroke-width": `${a["stroke-width"] ?? "1.3"}`
22
+ },
23
+ [
24
+ t("path", {
25
+ d: "M1.792 11.734h2.277a1.142 1.142 0 0 1 1.142 1.142v6.026H.65v-6.026a1.142 1.142 0 0 1 1.142-1.142Z"
26
+ }),
27
+ t("path", {
28
+ d: "M8.759.65h2.277a1.142 1.142 0 0 1 1.142 1.142v17.11H7.617V1.792A1.142 1.142 0 0 1 8.759.65Z"
29
+ }),
30
+ t("path", {
31
+ d: "M15.726 6.718h2.277a1.142 1.142 0 0 1 1.142 1.142v11.042h-4.561V7.86a1.142 1.142 0 0 1 1.142-1.142Z"
32
+ })
33
+ ]
34
+ )
35
+ );
36
+ };
37
+ export {
38
+ g as BarChartIcon
39
+ };
@@ -0,0 +1,45 @@
1
+ import { h as i } from "vue";
2
+ import { g as n } from "./DefaultValues-k7iQWtC2.js";
3
+ const h = (e, { attrs: o }) => {
4
+ e = { ...n(), ...e };
5
+ const { width: t, height: r, fillColor: l } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 15.283 17.171",
11
+ width: `${t}`,
12
+ height: `${r}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ i(
17
+ "g",
18
+ {
19
+ fill: l,
20
+ stroke: `${o["stroke-color"] ?? "#222"}`,
21
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
22
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
23
+ "stroke-width": `${o["stroke-width"] ?? "1.3"}`
24
+ },
25
+ [
26
+ i("path", {
27
+ "stroke-width": "1.202",
28
+ d: "M5.699 14.057v.573a1.943 1.943 0 0 0 3.886 0v-.569"
29
+ }),
30
+ i("path", {
31
+ "stroke-linecap": "round",
32
+ "stroke-linejoin": "round",
33
+ "stroke-width": "1.141",
34
+ d: `M6.276.724a5.015 5.015 0 0 0-1.852.876 6.571 6.571 0 0 0-2.231 5.039v2.513L.884
35
+ 11.026a1.638 1.638 0 0 0 .982 2.548 31.038 31.038 0 0 0 11.558.011 1.637 1.637 0 0 0
36
+ .975-2.546l-1.318-1.887V6.639c-.005-.457-.083-3.458-2.307-5.094A4.965 4.965
37
+ 0 0 0 8.998.724a6.089 6.089 0 0 0-2.722 0Z`
38
+ })
39
+ ]
40
+ )
41
+ );
42
+ };
43
+ export {
44
+ h as BellIcon
45
+ };
@@ -0,0 +1,40 @@
1
+ import { h as i } from "vue";
2
+ import { g as n } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (o, { attrs: e }) => {
4
+ o = { ...n(), ...o };
5
+ const { width: t, height: l, strokeColor: r, fillColor: h } = o;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 9.043 17.407",
11
+ width: `${t}`,
12
+ height: `${l}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
+ },
16
+ i(
17
+ "g",
18
+ {
19
+ fill: h,
20
+ stroke: r,
21
+ "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
22
+ "stroke-linejoin": `${e["stroke-linejoin"] ?? "round"}`,
23
+ "stroke-width": `${e["stroke-width"] ?? "1.3"}`
24
+ },
25
+ [
26
+ i("path", {
27
+ d: `M.65 6.627A5.987 5.987 0 0 1 6.995.659a5.766 5.766 0 0 1 3.627 1.526 5.988 5.988 0 0
28
+ 1 .147 8.729 1.928 1.928 0 0 0-.451.615l-.886 2.06h-5.63l-.885-2.062a1.95 1.95 0 0
29
+ 0-.45-.613A5.954 5.954 0 0 1 .65 6.627Z`
30
+ }),
31
+ i("path", {
32
+ d: "M8.061 16.654H5.172a1.075 1.075 0 0 1-1.058-.891l-.372-2.173h5.746l-.365 2.168a1.073 1.073 0 0 1-1.062.896Z"
33
+ })
34
+ ]
35
+ )
36
+ );
37
+ };
38
+ export {
39
+ d as BulbIcon
40
+ };
@@ -0,0 +1,38 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const l = (o, { attrs: e }) => {
4
+ o = { ...r(), ...o };
5
+ const { width: t, height: n } = o;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 18.558 18.558",
11
+ width: `${t}`,
12
+ height: `${n}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
+ },
16
+ i(
17
+ "g",
18
+ {
19
+ fill: "none",
20
+ stroke: `${e["stroke-color"] ?? "#222"}`,
21
+ "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
22
+ "stroke-linejoin": `${e["stroke-linejoin"] ?? "round"}`,
23
+ "stroke-width": `${e["stroke-width"] ?? "3"}`
24
+ },
25
+ [
26
+ i("path", {
27
+ d: "m2.121 2.121 14.316 14.316"
28
+ }),
29
+ i("path", {
30
+ d: "M2.121 16.437 16.244 2.121"
31
+ })
32
+ ]
33
+ )
34
+ );
35
+ };
36
+ export {
37
+ l as CloseIcon
38
+ };
@@ -0,0 +1,9 @@
1
+ const o = () => ({
2
+ width: 20,
3
+ height: 20,
4
+ strokeColor: "#222",
5
+ fillColor: "none"
6
+ });
7
+ export {
8
+ o as g
9
+ };
@@ -0,0 +1,27 @@
1
+ import { h as e } from "vue";
2
+ import { g as i } from "./DefaultValues-k7iQWtC2.js";
3
+ const l = (h, { attrs: t }) => {
4
+ h = { ...i(), ...h };
5
+ const { width: a, height: v } = h;
6
+ return e(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 11.175 13.409",
11
+ width: `${a}`,
12
+ height: `${v}`,
13
+ class: h.class ?? "",
14
+ "aria-hidden": t["aria-hidden"] ?? "true"
15
+ },
16
+ e("path", {
17
+ fill: t["stroke-color"] ?? "#222",
18
+ d: `M4.47 0a1.076 1.076 0 0 0-1.117 1.117v.559H0v1.118h.559v8.94a1.685 1.685 0 0 0
19
+ 1.676 1.676h6.7a1.685 1.685 0 0 0 1.676-1.676v-8.94h.559V1.676H7.822v-.559A1.076 1.076
20
+ 0 0 0 6.7 0Zm0 1.117H6.7v.559H4.47ZM1.676 2.794H9.5v8.94a.557.557 0 0 1-.559.559h-6.7a.557.557
21
+ 0 0 1-.559-.559ZM2.794 4.47v6.146h1.117V4.47Zm2.235 0v6.146h1.117V4.47Zm2.235 0v6.146h1.117V4.47Zm0 0`
22
+ })
23
+ );
24
+ };
25
+ export {
26
+ l as DeleteIcon
27
+ };
@@ -0,0 +1,40 @@
1
+ import { h as t } from "vue";
2
+ import { g as i } from "./DefaultValues-k7iQWtC2.js";
3
+ const l = (e, { attrs: o }) => {
4
+ e = { ...i(), ...e };
5
+ const { width: a, height: h } = e;
6
+ return t(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.522 17.639",
11
+ width: `${a}`,
12
+ height: `${h}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ t(
17
+ "g",
18
+ {
19
+ fill: "none",
20
+ stroke: `${o["stroke-color"] ?? "#2b5dff"}`,
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
24
+ d: "m18.121 2.121-8 8-8-8"
25
+ },
26
+ [
27
+ t("path", {
28
+ d: `M1.551 16.883a.375.375 0 0 1-.414-.329v-.005l-.38-3.666a1.142 1.142
29
+ 0 0 1 .247-.833l8.509-10.6a1.524 1.524 0 0 1 2.138-.234h.006l2.584 2.078a1.523
30
+ 1.523 0 0 1 .24 2.141v.006l-8.509 10.6a1.153 1.153 0 0 1-.76.419Z`
31
+ }),
32
+ t("path", { d: "m7.782 3.61 5.013 3.925" }),
33
+ t("path", { d: "M9.112 16.883h7.66" })
34
+ ]
35
+ )
36
+ );
37
+ };
38
+ export {
39
+ l as DrawIcon
40
+ };
@@ -0,0 +1,34 @@
1
+ import { h } from "vue";
2
+ import { g as e } from "./DefaultValues-k7iQWtC2.js";
3
+ const g = (t, { attrs: a }) => {
4
+ t = { ...e(), ...t };
5
+ const { width: d, height: i } = t;
6
+ return h(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 16.5 11",
11
+ width: `${d}`,
12
+ height: `${i}`,
13
+ class: t.class ?? "",
14
+ "aria-hidden": a["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ h("path", {
18
+ fill: "#3d3d3d",
19
+ d: "M0 0h16.5v3.7H0z"
20
+ }),
21
+ h("path", {
22
+ fill: "#d80027",
23
+ d: "M0 3.65h16.5v3.7H0z"
24
+ }),
25
+ h("path", {
26
+ fill: "#ffda44",
27
+ d: "M0 7.3h16.5V11H0z"
28
+ })
29
+ ]
30
+ );
31
+ };
32
+ export {
33
+ g as GermanyFlagIcon
34
+ };
@@ -0,0 +1,28 @@
1
+ import { h as i } from "vue";
2
+ import { g as t } from "./DefaultValues-k7iQWtC2.js";
3
+ const s = (o, { attrs: e }) => {
4
+ o = { ...t(), ...o };
5
+ const { width: n, height: r } = o;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 19.584 17.302",
11
+ width: `${n}`,
12
+ height: `${r}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
+ },
16
+ i("path", {
17
+ fill: e["fill-color"] ?? "none",
18
+ stroke: e["stroke-color"] ?? "#222",
19
+ "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
20
+ "stroke-linejoin": `${e["stroke-linejoin"] ?? "round"}`,
21
+ "stroke-width": `${e["stroke-width"] ?? "1.5"}`,
22
+ d: "M9.792 16.651c-17.572-9.8-5.249-21.4 0-13.238 5.249-8.166 17.572 3.439 0 13.238Z"
23
+ })
24
+ );
25
+ };
26
+ export {
27
+ s as HeartIcon
28
+ };
@@ -0,0 +1,69 @@
1
+ import { h as e } from "vue";
2
+ import { g as n } from "./DefaultValues-k7iQWtC2.js";
3
+ const c = (r, { attrs: o }) => {
4
+ r = { ...n(), ...r };
5
+ const { width: t, height: i } = r;
6
+ return e(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 19.433 15.556",
11
+ width: `${t}`,
12
+ height: `${i}`,
13
+ class: r.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ e(
18
+ "g",
19
+ {
20
+ stroke: o["stroke-color"] ?? "#3d4b56"
21
+ },
22
+ [
23
+ e("path", {
24
+ fill: "#fff",
25
+ "stroke-linecap": o["stroke-linecap"] ?? "round",
26
+ "stroke-linejoin": o["stroke-linejoin"] ?? "round",
27
+ d: "M.5 7.78s0 0 0 0c.622-.914 3.694-5.23 8.673-5.525 5.627-.332 9.227 4.744 9.758 5.522h0s0 0 0 0h0c-.622.912-3.693 5.227-8.672 5.521q-.267.016-.527.016C4.4 13.316 1.016 8.532.5 7.78"
28
+ }),
29
+ e(
30
+ "g",
31
+ {
32
+ fill: "none",
33
+ transform: "translate(5.852 3.739)"
34
+ },
35
+ [e("circle", { cx: 4, cy: 4, stroke: "none" }), e("circle", { cx: 4, cy: 4, r: 3.5 })]
36
+ )
37
+ ]
38
+ ),
39
+ e(
40
+ "g",
41
+ {
42
+ fill: o["stroke-color"] ?? "#3d4b56",
43
+ stroke: "#fff",
44
+ "stroke-width": 0.5,
45
+ transform: "rotate(-45 2.676 -1.632)"
46
+ },
47
+ [
48
+ e("rect", {
49
+ width: 2,
50
+ height: 20,
51
+ stroke: "none",
52
+ rx: 1
53
+ }),
54
+ e("rect", {
55
+ width: 1.5,
56
+ height: 19.5,
57
+ x: 0.25,
58
+ y: 0.25,
59
+ fill: "none",
60
+ rx: 0.75
61
+ })
62
+ ]
63
+ )
64
+ ]
65
+ );
66
+ };
67
+ export {
68
+ c as HidePswIcon
69
+ };
@@ -0,0 +1,34 @@
1
+ import { h } from "vue";
2
+ import { g as e } from "./DefaultValues-k7iQWtC2.js";
3
+ const g = (t, { attrs: a }) => {
4
+ t = { ...e(), ...t };
5
+ const { width: i, height: l } = t;
6
+ return h(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 16.5 11",
11
+ width: `${i}`,
12
+ height: `${l}`,
13
+ class: t.class ?? "",
14
+ "aria-hidden": a["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ h("path", {
18
+ fill: "#009246",
19
+ d: "M0 0h5.5v11H0z"
20
+ }),
21
+ h("path", {
22
+ fill: "#fff",
23
+ d: "M5.5 0H11v11H5.5z"
24
+ }),
25
+ h("path", {
26
+ fill: "#ce2b37",
27
+ d: "M11 0h5.5v11H11z"
28
+ })
29
+ ]
30
+ );
31
+ };
32
+ export {
33
+ g as ItalyFlagIcon
34
+ };
@@ -0,0 +1,29 @@
1
+ import { h as e } from "vue";
2
+ import { g as n } from "./DefaultValues-k7iQWtC2.js";
3
+ const s = (o, { attrs: t }) => {
4
+ o = { ...n(), ...o };
5
+ const { width: i, height: r } = o;
6
+ return e(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.523 17.523",
11
+ width: `${i}`,
12
+ height: `${r}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": t["aria-hidden"] ?? "true"
15
+ },
16
+ e("path", {
17
+ fill: "none",
18
+ stroke: `${t["stroke-color"] ?? "#2b5dff"}`,
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round",
21
+ "stroke-width": `${t["stroke-width"] ?? "1.5"}`,
22
+ d: `m16.704 1.609-6.264 14.51a1.074 1.074 0 0 1-2.045-.248l-.827-4.929a1.2 1.2
23
+ 0 0 0-.987-.987L1.652 9.13a1.074 1.074 0 0 1-.248-2.046L15.918.819a.6.6 0 0 1 .786.79Z`
24
+ })
25
+ );
26
+ };
27
+ export {
28
+ s as LocationIcon
29
+ };
@@ -0,0 +1,44 @@
1
+ import { h as t } from "vue";
2
+ import { g as d } from "./DefaultValues-k7iQWtC2.js";
3
+ const n = (o, { attrs: e }) => {
4
+ o = { ...d(), ...o };
5
+ const { width: i, height: r, strokeColor: h, fillColor: a } = o;
6
+ return t(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 18.132 17.301",
11
+ width: `${i}`,
12
+ height: `${r}`,
13
+ class: o.class ?? "",
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
+ },
16
+ t(
17
+ "g",
18
+ {
19
+ fill: a,
20
+ stroke: h,
21
+ "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": `${e["stroke-width"] ?? "1.3"}`
24
+ },
25
+ [
26
+ t("path", {
27
+ d: "M6.095 8.647h11.118"
28
+ }),
29
+ t("path", {
30
+ d: "m13.747 5.187 3.465 3.465"
31
+ }),
32
+ t("path", {
33
+ d: "m13.747 12.112 3.465-3.465"
34
+ }),
35
+ t("path", {
36
+ d: "M11.544 4.585V2.904A2.254 2.254 0 0 0 9.29.65H2.906A2.254 2.254 0 0 0 .65 2.904v11.493a2.253 2.253 0 0 0 2.256 2.254H9.29a2.253 2.253 0 0 0 2.254-2.254v-1.682"
37
+ })
38
+ ]
39
+ )
40
+ );
41
+ };
42
+ export {
43
+ n as LogoutIcon
44
+ };
@@ -0,0 +1,43 @@
1
+ import { h as e } from "vue";
2
+ import { g as h } from "./DefaultValues-k7iQWtC2.js";
3
+ const n = (t, { attrs: o }) => {
4
+ t = { ...h(), ...t };
5
+ const { width: r, height: i } = t;
6
+ return e(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 25.002 15.546",
11
+ width: `${r}`,
12
+ height: `${i}`,
13
+ class: t.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ e(
18
+ "g",
19
+ {
20
+ transform: "translate(.75 .75)"
21
+ },
22
+ e("rect", {
23
+ width: "23.502",
24
+ height: "14.046",
25
+ fill: "none",
26
+ stroke: o["stroke-color"] ?? "#2b5dff",
27
+ "stroke-width": "1.5",
28
+ rx: "2"
29
+ })
30
+ ),
31
+ e("path", {
32
+ fill: "none",
33
+ stroke: o["stroke-color"] ?? "#2b5dff",
34
+ "stroke-linecap": "round",
35
+ "stroke-width": "1.5",
36
+ d: "m5.604 4.488 6.054 4.52a1.11 1.11 0 0 0 1.386 0l6.594-4.52"
37
+ })
38
+ ]
39
+ );
40
+ };
41
+ export {
42
+ n as MailIcon
43
+ };