@wikicasa-dev/svg-icons 0.0.11 → 0.0.12
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,39 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-vMvYZl5W.js";
|
|
3
|
+
const h = (t, { attrs: r }) => e({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.361 16" },
|
|
6
|
+
childrenNodes: [
|
|
7
|
+
o(
|
|
8
|
+
"defs",
|
|
9
|
+
o(
|
|
10
|
+
"clipPath",
|
|
11
|
+
{ id: "a" },
|
|
12
|
+
o("path", {
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
15
|
+
d: "M0 0h17.361v16H0z"
|
|
16
|
+
})
|
|
17
|
+
)
|
|
18
|
+
),
|
|
19
|
+
o(
|
|
20
|
+
"g",
|
|
21
|
+
{
|
|
22
|
+
fill: "none",
|
|
23
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round",
|
|
26
|
+
"stroke-width": r["stroke-width"] ?? "1.5",
|
|
27
|
+
"clip-path": "url(#a)"
|
|
28
|
+
},
|
|
29
|
+
[
|
|
30
|
+
o("path", { d: "M.992 1.379h15.377" }),
|
|
31
|
+
o("path", { d: "M.992 8h15.377" }),
|
|
32
|
+
o("path", { d: "M.992 14.621h15.377" })
|
|
33
|
+
]
|
|
34
|
+
)
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
h as HamburgerMenuIcon
|
|
39
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { AboutUsIcon as e } from "./AboutUsIcon.js";
|
|
2
2
|
import { ArrowIcon as n } from "./ArrowIcon.js";
|
|
3
|
-
import { BarChartIcon as
|
|
4
|
-
import { BellIcon as
|
|
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
|
|
8
|
+
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
9
|
import { DashboardIcon as P } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as d } from "./DeleteIcon.js";
|
|
11
|
-
import { DrawIcon as
|
|
12
|
-
import { EditIcon as
|
|
11
|
+
import { DrawIcon as b } from "./DrawIcon.js";
|
|
12
|
+
import { EditIcon as L } from "./EditIcon.js";
|
|
13
13
|
import { GermanyFlagIcon as F } from "./GermanyFlagIcon.js";
|
|
14
14
|
import { HeartIcon as C } from "./HeartIcon.js";
|
|
15
|
-
import { HidePswIcon as
|
|
16
|
-
import { HouseIcon as
|
|
17
|
-
import { ItalyFlagIcon as
|
|
18
|
-
import { LayersIcon as
|
|
15
|
+
import { HidePswIcon as H } from "./HidePswIcon.js";
|
|
16
|
+
import { HouseIcon as B } from "./HouseIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as N } from "./ItalyFlagIcon.js";
|
|
18
|
+
import { LayersIcon as V } from "./LayersIcon.js";
|
|
19
19
|
import { LocationIcon as R } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as U } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as E } from "./MailIcon.js";
|
|
@@ -27,22 +27,22 @@ 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
|
|
31
|
-
import { ProfileIcon as
|
|
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
|
|
35
|
+
import { ShareIcon as go } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as Po } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as ho } from "./TieIcon.js";
|
|
38
|
-
import { TourIcon as
|
|
38
|
+
import { TourIcon as wo } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as Ao } from "./UkFlagIcon.js";
|
|
40
40
|
import { ValuationIcon as yo } from "./ValuationIcon.js";
|
|
41
41
|
import { VideoIcon as Do } from "./VideoIcon.js";
|
|
42
|
-
import { ViewPswIcon as
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
42
|
+
import { ViewPswIcon as vo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as Mo } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as So } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as Go } from "./WarningIconRounded.js";
|
|
46
46
|
import { WkAppIcon as To } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as Qo } from "./WikicasaIcon.js";
|
|
@@ -52,32 +52,34 @@ 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 {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
55
|
+
import { HamburgerMenuIcon as tr } from "./HamburgerMenuIcon.js";
|
|
56
|
+
import { WikicasaDatiLogoIcon as cr } from "./WikicasaDatiLogo.js";
|
|
57
|
+
import { WikicasaLogoIcon as pr } from "./WikicasaLogo.js";
|
|
58
|
+
import { WikiNerdIcon as fr } from "./WikiNerdIcon.js";
|
|
58
59
|
export {
|
|
59
60
|
e as AboutUsIcon,
|
|
60
61
|
qo as AnalyticsIcon,
|
|
61
62
|
n as ArrowIcon,
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
m as BarChartIcon,
|
|
64
|
+
I as BellIcon,
|
|
64
65
|
x as BulbIcon,
|
|
65
66
|
i as CheckActiveIcon,
|
|
66
67
|
l as CheckInactiveIcon,
|
|
67
|
-
|
|
68
|
+
g as CloseIcon,
|
|
68
69
|
P as DashboardIcon,
|
|
69
70
|
d as DeleteIcon,
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
b as DrawIcon,
|
|
72
|
+
L as EditIcon,
|
|
72
73
|
Oo as FacebookIcon,
|
|
73
74
|
jo as GearIcon,
|
|
74
75
|
F as GermanyFlagIcon,
|
|
76
|
+
tr as HamburgerMenuIcon,
|
|
75
77
|
C as HeartIcon,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
H as HidePswIcon,
|
|
79
|
+
B as HouseIcon,
|
|
78
80
|
$o as InstagramIcon,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
+
N as ItalyFlagIcon,
|
|
82
|
+
V as LayersIcon,
|
|
81
83
|
Zo as LinkedinIcon,
|
|
82
84
|
R as LocationIcon,
|
|
83
85
|
U as LogoutIcon,
|
|
@@ -90,26 +92,26 @@ export {
|
|
|
90
92
|
oo as PlanIcon,
|
|
91
93
|
eo as PlusIcon,
|
|
92
94
|
no as PrestigeIcon,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
mo as PrintIcon,
|
|
96
|
+
Io as ProfileIcon,
|
|
95
97
|
xo as QuotesIcon,
|
|
96
98
|
io as RequestIcon,
|
|
97
99
|
lo as SearchIcon,
|
|
98
|
-
|
|
100
|
+
go as ShareIcon,
|
|
99
101
|
Po as SuitcaseIcon,
|
|
100
102
|
ho as TieIcon,
|
|
101
|
-
|
|
103
|
+
wo as TourIcon,
|
|
102
104
|
Ao as UkFlagIcon,
|
|
103
105
|
yo as ValuationIcon,
|
|
104
106
|
Do as VideoIcon,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
vo as ViewPswIcon,
|
|
108
|
+
Mo as WalletIcon,
|
|
109
|
+
So as WarningIcon,
|
|
110
|
+
Go as WarningIconRounded,
|
|
111
|
+
fr as WikiNerdIcon,
|
|
112
|
+
cr as WikicasaDatiLogoIcon,
|
|
111
113
|
Qo as WikicasaIcon,
|
|
112
|
-
|
|
114
|
+
pr as WikicasaLogoIcon,
|
|
113
115
|
To as WkAppIcon,
|
|
114
116
|
Jo as WkFavIcon,
|
|
115
117
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -52,7 +52,8 @@ 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';
|
|
55
56
|
import { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
56
57
|
import { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
57
58
|
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 };
|
|
59
|
+
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, HamburgerMenuIcon };
|