@wikicasa-dev/svg-icons 0.0.3 → 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.
- package/dist/DashboardIcon.js +28 -0
- package/dist/HouseIcon.js +46 -0
- package/dist/LayersIcon.js +46 -0
- package/dist/WalletIcon.js +46 -0
- package/dist/index.d.ts +5 -1
- package/dist/index.js +78 -70
- package/dist/svgIcons/DashboardIcon.d.ts +3 -0
- package/dist/svgIcons/HouseIcon.d.ts +3 -0
- package/dist/svgIcons/LayersIcon.d.ts +3 -0
- package/dist/svgIcons/WalletIcon.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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
|
+
};
|
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,9 +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';
|
|
39
43
|
import { WikicasaLogoIcon } from './svgIcons/WikicasaLogo';
|
|
40
44
|
import { WikiNerdIcon } from './svgIcons/WikiNerdIcon';
|
|
41
45
|
import { WkAppIcon } from './svgIcons/WkAppIcon';
|
|
42
|
-
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, WikicasaLogoIcon, 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,41 +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 {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
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";
|
|
42
46
|
export {
|
|
43
47
|
e as AboutUsIcon,
|
|
44
48
|
n as ArrowIcon,
|
|
@@ -46,39 +50,43 @@ export {
|
|
|
46
50
|
m as BellIcon,
|
|
47
51
|
x as BulbIcon,
|
|
48
52
|
i as CloseIcon,
|
|
49
|
-
s as
|
|
50
|
-
P as
|
|
51
|
-
|
|
52
|
-
W as
|
|
53
|
-
k as
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
R as
|
|
61
|
-
U as
|
|
62
|
-
G as
|
|
63
|
-
j as
|
|
64
|
-
z as
|
|
65
|
-
J as
|
|
66
|
-
O as
|
|
67
|
-
Y as
|
|
68
|
-
_ as
|
|
69
|
-
oo as
|
|
70
|
-
eo as
|
|
71
|
-
no as
|
|
72
|
-
po as
|
|
73
|
-
mo as
|
|
74
|
-
xo as
|
|
75
|
-
io as
|
|
76
|
-
so as
|
|
77
|
-
Po as
|
|
78
|
-
wo as
|
|
79
|
-
ho as
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
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
|
|
84
92
|
};
|