@wikicasa-dev/svg-icons 0.0.2 → 0.0.4

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.
@@ -0,0 +1,28 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const s = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: h, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 15.428 15.428",
11
+ width: `${h}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ i("path", {
17
+ fill: o["fill-color"] ?? "none",
18
+ stroke: o["stroke-color"] ?? "#222",
19
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
20
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
21
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
22
+ d: "M.5 8.516h6.413V.5H.5Zm0 6.413h6.413v-4.81H.5Zm8.016 0h6.413V6.913H8.516ZM8.516.5v4.809h6.413V.5Z"
23
+ })
24
+ );
25
+ };
26
+ export {
27
+ s as DashboardIcon
28
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: n, height: l } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 14.431 16.077",
11
+ width: `${n}`,
12
+ height: `${l}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "M.697 5.966v9.612H4.62v-5.535h5.153v5.535h3.924V5.966"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "M13.726 6 7.195.5.705 6"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M4.743 15.577h5.656"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ d as HouseIcon
46
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const h = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: l, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.552 18.143",
11
+ width: `${l}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "m15.5 8.185 1.552.887-8.276 4.729L.5 9.071l1.552-.886"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "m15.5 12.029 1.553.888-8.276 4.729L.5 12.914l1.552-.885"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M.5 5.229 8.776.5l8.276 4.729-8.276 4.729Z"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ h as LayersIcon
46
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: l, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.552 15.897",
11
+ width: `${l}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "M1.379 2.759A1.38 1.38 0 0 1 0 1.379 1.38 1.38 0 0 1 1.379 0h11.035v1.1"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "M15.448 7.172V2.758H1.379A1.38 1.38 0 0 1 0 1.379v11.31a2.207 2.207 0 0 0 2.207 2.207h13.241v-4.417"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M16.552 10.482H12.69a1.655 1.655 0 0 1-1.655-1.655 1.655 1.655 0 0 1 1.655-1.655h3.862Z"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ d as WalletIcon
46
+ };
@@ -0,0 +1,55 @@
1
+ import { h as a } from "vue";
2
+ const f = (o, { attrs: l }) => a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 234.002 65.901",
7
+ width: o.width ?? 128,
8
+ height: o.height ?? 36
9
+ },
10
+ [
11
+ a("path", {
12
+ fill: l["stroke-color"] ?? "#2b5dff",
13
+ d: "M64.391 0H2.444A2.46 2.46 0 0 0 0 2.444v50.789a2.445 2.445 0 0 0 2.444 2.444H25.59l6.824 9.706a1.229 1.229 0 0 0 2.006 0l6.824-9.706h23.124a2.445 2.445 0 0 0 2.444-2.444V2.444A2.411 2.411 0 0 0 64.391 0ZM60.84 10.282 49.59 46.455a.616.616 0 0 1-.576.438H40.23a.546.546 0 0 1-.53-.393l-6.018-19.78a.3.3 0 0 0-.576 0L27.089 46.5a.547.547 0 0 1-.53.369H17.8a.6.6 0 0 1-.576-.438L5.971 10.259a.613.613 0 0 1 .576-.784h8.6a.523.523 0 0 1 .53.415L21.717 32a.3.3 0 0 0 .576.023l7.17-22.109a.616.616 0 0 1 .577-.414h6.64a.6.6 0 0 1 .576.438l6.709 22.086a.3.3 0 0 0 .576 0l6.547-22.109a.568.568 0 0 1 .53-.392h8.6a.581.581 0 0 1 .622.761Z"
14
+ }),
15
+ a("path", {
16
+ fill: l["stroke-color"] ?? "#2b5dff",
17
+ d: "M76.217 9.084a4.578 4.578 0 0 1 1.867.369 5.351 5.351 0 0 1 1.545 1.037 4.793 4.793 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.35 5.35 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.792 4.792 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.35 5.35 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.735 4.735 0 0 1 1.868-.369Z"
18
+ }),
19
+ a("path", {
20
+ fill: l["stroke-color"] ?? "#2b5dff",
21
+ d: "M79.907 46.777H72.53a.6.6 0 0 1-.6-.6V23.193a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.6.6 0 0 1-.6.599Z"
22
+ }),
23
+ a("path", {
24
+ fill: l["stroke-color"] ?? "#2b5dff",
25
+ d: "m94.453 30.8 8.23-8.046a.63.63 0 0 1 .438-.184h9.936a.611.611 0 0 1 .415 1.061l-10.766 9.913a.283.283 0 0 0 0 .438l11.642 11.758a.6.6 0 0 1-.438 1.037h-10.304a.63.63 0 0 1-.438-.184l-8.692-9.13a.306.306 0 0 0-.53.207v8.484a.6.6 0 0 1-.6.6H85.97a.6.6 0 0 1-.6-.6V10.006a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v20.587a.3.3 0 0 0 .507.207Z"
26
+ }),
27
+ a("path", {
28
+ fill: l["stroke-color"] ?? "#2b5dff",
29
+ d: "M121.842 9.222a4.578 4.578 0 0 1 1.867.369 5.35 5.35 0 0 1 1.545 1.037 4.792 4.792 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.349 5.349 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.791 4.791 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.348 5.348 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.994 4.994 0 0 1 1.868-.369Z"
30
+ }),
31
+ a("path", {
32
+ fill: l["stroke-color"] ?? "#2b5dff",
33
+ d: "M125.531 46.939h-7.377a.6.6 0 0 1-.6-.6V23.355a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6V46.34a.61.61 0 0 1-.6.599Z"
34
+ }),
35
+ a("path", {
36
+ fill: l["stroke-color"] ?? "#2b5dff",
37
+ d: "M148.862 29.326a.619.619 0 0 1-.922.53 18.693 18.693 0 0 0-1.153-.6 6.113 6.113 0 0 0-4.657-.046 5.864 5.864 0 0 0-1.891 1.245 5.763 5.763 0 0 0-1.245 1.867 5.9 5.9 0 0 0-.438 2.328 5.7 5.7 0 0 0 1.683 4.288 5.928 5.928 0 0 0 4.357 1.66 6.64 6.64 0 0 0 2.282-.415 7.793 7.793 0 0 0 1.084-.507.6.6 0 0 1 .922.53v5.648a.616.616 0 0 1-.346.553 12.825 12.825 0 0 1-2.605.876 13.924 13.924 0 0 1-3.089.323 13.771 13.771 0 0 1-5.072-.945 12.987 12.987 0 0 1-4.2-2.651 12.189 12.189 0 0 1-3.9-9.06 13.413 13.413 0 0 1 1.037-5.349 12.31 12.31 0 0 1 2.882-4.15 13.381 13.381 0 0 1 4.311-2.7 14.441 14.441 0 0 1 5.3-.968 12.6 12.6 0 0 1 2.951.346 11.134 11.134 0 0 1 2.4.9.6.6 0 0 1 .323.553v5.741Z"
38
+ }),
39
+ a("path", {
40
+ fill: l["stroke-color"] ?? "#2b5dff",
41
+ d: "M178.994 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.775 12.775 0 0 1-2.535-4.126 14.049 14.049 0 0 1 0-9.89 13.341 13.341 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.359 8.359 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6Zm-13.21-17.544a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.119 5.119 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.368 2.12 5.544 5.544 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.429-3.873 5.864 5.864 0 0 0-.369-2.121 5.119 5.119 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.437Z"
42
+ }),
43
+ a("path", {
44
+ fill: l["stroke-color"] ?? "#2b5dff",
45
+ d: "M200.066 28.195a.623.623 0 0 1-.784.277 11.129 11.129 0 0 0-1.752-.6 8.974 8.974 0 0 0-2.352-.323 4 4 0 0 0-.853.092 4.869 4.869 0 0 0-.876.277 2.485 2.485 0 0 0-.692.484 1.123 1.123 0 0 0-.277.784 1.217 1.217 0 0 0 .438.991 3.632 3.632 0 0 0 1.06.6 7.862 7.862 0 0 0 1.268.323c.438.069.807.161 1.084.207a12.707 12.707 0 0 1 2.79.83 8.2 8.2 0 0 1 2.213 1.383 5.993 5.993 0 0 1 1.475 2.052 6.947 6.947 0 0 1 .553 2.9 7.9 7.9 0 0 1-.991 4.1 8.685 8.685 0 0 1-2.628 2.79 11.987 11.987 0 0 1-3.666 1.614 16.788 16.788 0 0 1-4.15.53 17.974 17.974 0 0 1-5.072-.715 18.651 18.651 0 0 1-4.2-1.775.626.626 0 0 1-.231-.807l2.536-4.888a.619.619 0 0 1 .876-.231c.3.184.622.346.945.53a23.91 23.91 0 0 0 1.752.784 16.7 16.7 0 0 0 1.821.576 8.007 8.007 0 0 0 1.729.207 4.252 4.252 0 0 0 .9-.092 2.854 2.854 0 0 0 .876-.323 2.327 2.327 0 0 0 .669-.576 1.56 1.56 0 0 0-.208-1.96 3.833 3.833 0 0 0-1.222-.669 13.46 13.46 0 0 0-1.729-.438 21.838 21.838 0 0 1-1.96-.461 15.228 15.228 0 0 1-1.96-.692 5.749 5.749 0 0 1-1.729-1.13 5.167 5.167 0 0 1-1.222-1.821 6.75 6.75 0 0 1-.461-2.743 7.615 7.615 0 0 1 .922-3.85 8.5 8.5 0 0 1 2.421-2.7 10.736 10.736 0 0 1 3.412-1.568 15.845 15.845 0 0 1 3.9-.507 23.974 23.974 0 0 1 4.081.346 16.564 16.564 0 0 1 3.274.945.615.615 0 0 1 .323.853Z"
46
+ }),
47
+ a("path", {
48
+ fill: l["stroke-color"] ?? "#2b5dff",
49
+ d: "M233.403 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.774 12.774 0 0 1-2.535-4.126 14.048 14.048 0 0 1 0-9.89 13.34 13.34 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.36 8.36 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6ZM220.17 29.234a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.12 5.12 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.369 2.121 5.543 5.543 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.434-3.874 5.864 5.864 0 0 0-.369-2.121 5.12 5.12 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.438Z"
50
+ })
51
+ ]
52
+ );
53
+ export {
54
+ f as WikicasaLogoIcon
55
+ };
package/dist/index.d.ts CHANGED
@@ -4,12 +4,15 @@ import { BarChartIcon } from './svgIcons/BarChartIcon';
4
4
  import { BellIcon } from './svgIcons/BellIcon';
5
5
  import { BulbIcon } from './svgIcons/BulbIcon';
6
6
  import { CloseIcon } from './svgIcons/CloseIcon';
7
+ import { DashboardIcon } from './svgIcons/DashboardIcon';
7
8
  import { DeleteIcon } from './svgIcons/DeleteIcon';
8
9
  import { DrawIcon } from './svgIcons/DrawIcon';
9
10
  import { GermanyFlagIcon } from './svgIcons/GermanyFlagIcon';
10
11
  import { HeartIcon } from './svgIcons/HeartIcon';
11
12
  import { HidePswIcon } from './svgIcons/HidePswIcon';
13
+ import { HouseIcon } from './svgIcons/HouseIcon';
12
14
  import { ItalyFlagIcon } from './svgIcons/ItalyFlagIcon';
15
+ import { LayersIcon } from './svgIcons/LayersIcon';
13
16
  import { LocationIcon } from './svgIcons/LocationIcon';
14
17
  import { LogoutIcon } from './svgIcons/LogoutIcon';
15
18
  import { MailIcon } from './svgIcons/MailIcon';
@@ -34,8 +37,10 @@ import { UkFlagIcon } from './svgIcons/UkFlagIcon';
34
37
  import { ValuationIcon } from './svgIcons/ValuationIcon';
35
38
  import { VideoIcon } from './svgIcons/VideoIcon';
36
39
  import { ViewPswIcon } from './svgIcons/ViewPswIcon';
40
+ import { WalletIcon } from './svgIcons/WalletIcon';
37
41
  import { WarningIcon } from './svgIcons/WarningIcon';
38
42
  import { WarningIconRounded } from './svgIcons/WarningIconRounded';
43
+ import { WikicasaLogoIcon } from './svgIcons/WikicasaLogo';
39
44
  import { WikiNerdIcon } from './svgIcons/WikiNerdIcon';
40
45
  import { WkAppIcon } from './svgIcons/WkAppIcon';
41
- export { AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CloseIcon, DeleteIcon, DrawIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, ItalyFlagIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WarningIcon, WarningIconRounded, WikiNerdIcon, WkAppIcon };
46
+ export { AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, 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, WikiNerdIcon, WkAppIcon };
package/dist/index.js CHANGED
@@ -4,40 +4,45 @@ import { BarChartIcon as p } from "./BarChartIcon.js";
4
4
  import { BellIcon as m } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CloseIcon as i } from "./CloseIcon.js";
7
- import { DeleteIcon as s } from "./DeleteIcon.js";
8
- import { DrawIcon as P } from "./DrawIcon.js";
9
- import { GermanyFlagIcon as w } from "./GermanyFlagIcon.js";
10
- import { HeartIcon as h } from "./HeartIcon.js";
11
- import { HidePswIcon as k } from "./HidePswIcon.js";
12
- import { ItalyFlagIcon as B } from "./ItalyFlagIcon.js";
13
- import { LocationIcon as N } from "./LocationIcon.js";
14
- import { LogoutIcon as V } from "./LogoutIcon.js";
15
- import { MailIcon as y } from "./MailIcon.js";
16
- import { MapIcon as D } from "./MapIcon.js";
17
- import { NewsIcon as L } from "./NewsIcon.js";
18
- import { NotesIcon as R } from "./NotesIcon.js";
19
- import { PhoneIcon as U } from "./PhoneIcon.js";
20
- import { PinIcon as G } from "./PinIcon.js";
21
- import { PlanIcon as j } from "./PlanIcon.js";
22
- import { PlusIcon as z } from "./PlusIcon.js";
23
- import { PrestigeIcon as J } from "./PrestigeIcon.js";
24
- import { PrintIcon as O } from "./PrintIcon.js";
25
- import { ProfileIcon as Y } from "./ProfileIcon.js";
26
- import { QuotesIcon as _ } from "./QuotesIcon.js";
27
- import { RequestIcon as oo } from "./RequestIcon.js";
28
- import { SearchIcon as eo } from "./SearchIcon.js";
29
- import { ShareIcon as no } from "./ShareIcon.js";
30
- import { SuitcaseIcon as po } from "./SuitcaseIcon.js";
31
- import { TieIcon as mo } from "./TieIcon.js";
32
- import { TourIcon as xo } from "./TourIcon.js";
33
- import { UkFlagIcon as io } from "./UkFlagIcon.js";
34
- import { ValuationIcon as so } from "./ValuationIcon.js";
35
- import { VideoIcon as Po } from "./VideoIcon.js";
36
- import { ViewPswIcon as wo } from "./ViewPswIcon.js";
37
- import { WarningIcon as Wo } from "./WarningIcon.js";
38
- import { WarningIconRounded as Ao } from "./WarningIconRounded.js";
39
- import { WikiNerdIcon as Fo } from "./WikiNerdIcon.js";
40
- import { WkAppIcon as So } from "./WkAppIcon.js";
7
+ import { DashboardIcon as s } from "./DashboardIcon.js";
8
+ import { DeleteIcon as P } from "./DeleteIcon.js";
9
+ import { DrawIcon as d } from "./DrawIcon.js";
10
+ import { GermanyFlagIcon as W } from "./GermanyFlagIcon.js";
11
+ import { HeartIcon as k } from "./HeartIcon.js";
12
+ import { HidePswIcon as b } from "./HidePswIcon.js";
13
+ import { HouseIcon as A } from "./HouseIcon.js";
14
+ import { ItalyFlagIcon as D } from "./ItalyFlagIcon.js";
15
+ import { LayersIcon as H } from "./LayersIcon.js";
16
+ import { LocationIcon as S } from "./LocationIcon.js";
17
+ import { LogoutIcon as C } from "./LogoutIcon.js";
18
+ import { MailIcon as R } from "./MailIcon.js";
19
+ import { MapIcon as U } from "./MapIcon.js";
20
+ import { NewsIcon as G } from "./NewsIcon.js";
21
+ import { NotesIcon as j } from "./NotesIcon.js";
22
+ import { PhoneIcon as z } from "./PhoneIcon.js";
23
+ import { PinIcon as J } from "./PinIcon.js";
24
+ import { PlanIcon as O } from "./PlanIcon.js";
25
+ import { PlusIcon as Y } from "./PlusIcon.js";
26
+ import { PrestigeIcon as _ } from "./PrestigeIcon.js";
27
+ import { PrintIcon as oo } from "./PrintIcon.js";
28
+ import { ProfileIcon as eo } from "./ProfileIcon.js";
29
+ import { QuotesIcon as no } from "./QuotesIcon.js";
30
+ import { RequestIcon as po } from "./RequestIcon.js";
31
+ import { SearchIcon as mo } from "./SearchIcon.js";
32
+ import { ShareIcon as xo } from "./ShareIcon.js";
33
+ import { SuitcaseIcon as io } from "./SuitcaseIcon.js";
34
+ import { TieIcon as so } from "./TieIcon.js";
35
+ import { TourIcon as Po } from "./TourIcon.js";
36
+ import { UkFlagIcon as wo } from "./UkFlagIcon.js";
37
+ import { ValuationIcon as ho } from "./ValuationIcon.js";
38
+ import { VideoIcon as Lo } from "./VideoIcon.js";
39
+ import { ViewPswIcon as yo } from "./ViewPswIcon.js";
40
+ import { WalletIcon as Bo } from "./WalletIcon.js";
41
+ import { WarningIcon as Fo } from "./WarningIcon.js";
42
+ import { WarningIconRounded as No } from "./WarningIconRounded.js";
43
+ import { WikicasaLogoIcon as Vo } from "./WikicasaLogo.js";
44
+ import { WikiNerdIcon as Mo } from "./WikiNerdIcon.js";
45
+ import { WkAppIcon as To } from "./WkAppIcon.js";
41
46
  export {
42
47
  e as AboutUsIcon,
43
48
  n as ArrowIcon,
@@ -45,38 +50,43 @@ export {
45
50
  m as BellIcon,
46
51
  x as BulbIcon,
47
52
  i as CloseIcon,
48
- s as DeleteIcon,
49
- P as DrawIcon,
50
- w as GermanyFlagIcon,
51
- h as HeartIcon,
52
- k as HidePswIcon,
53
- B as ItalyFlagIcon,
54
- N as LocationIcon,
55
- V as LogoutIcon,
56
- y as MailIcon,
57
- D as MapIcon,
58
- L as NewsIcon,
59
- R as NotesIcon,
60
- U as PhoneIcon,
61
- G as PinIcon,
62
- j as PlanIcon,
63
- z as PlusIcon,
64
- J as PrestigeIcon,
65
- O as PrintIcon,
66
- Y as ProfileIcon,
67
- _ as QuotesIcon,
68
- oo as RequestIcon,
69
- eo as SearchIcon,
70
- no as ShareIcon,
71
- po as SuitcaseIcon,
72
- mo as TieIcon,
73
- xo as TourIcon,
74
- io as UkFlagIcon,
75
- so as ValuationIcon,
76
- Po as VideoIcon,
77
- wo as ViewPswIcon,
78
- Wo as WarningIcon,
79
- Ao as WarningIconRounded,
80
- Fo as WikiNerdIcon,
81
- So as WkAppIcon
53
+ s as DashboardIcon,
54
+ P as DeleteIcon,
55
+ d as DrawIcon,
56
+ W as GermanyFlagIcon,
57
+ k as HeartIcon,
58
+ b as HidePswIcon,
59
+ A as HouseIcon,
60
+ D as ItalyFlagIcon,
61
+ H as LayersIcon,
62
+ S as LocationIcon,
63
+ C as LogoutIcon,
64
+ R as MailIcon,
65
+ U as MapIcon,
66
+ G as NewsIcon,
67
+ j as NotesIcon,
68
+ z as PhoneIcon,
69
+ J as PinIcon,
70
+ O as PlanIcon,
71
+ Y as PlusIcon,
72
+ _ as PrestigeIcon,
73
+ oo as PrintIcon,
74
+ eo as ProfileIcon,
75
+ no as QuotesIcon,
76
+ po as RequestIcon,
77
+ mo as SearchIcon,
78
+ xo as ShareIcon,
79
+ io as SuitcaseIcon,
80
+ so as TieIcon,
81
+ Po as TourIcon,
82
+ wo as UkFlagIcon,
83
+ ho as ValuationIcon,
84
+ Lo as VideoIcon,
85
+ yo as ViewPswIcon,
86
+ Bo as WalletIcon,
87
+ Fo as WarningIcon,
88
+ No as WarningIconRounded,
89
+ Mo as WikiNerdIcon,
90
+ Vo as WikicasaLogoIcon,
91
+ To as WkAppIcon
82
92
  };
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const DashboardIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const HouseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const LayersIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WalletIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WikicasaLogoIcon: FunctionalComponent<Partial<SvgProps>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",