@wikicasa-dev/svg-icons 0.0.16 → 0.0.17
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/GoogleIcon.js +27 -0
- package/dist/index.js +38 -36
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/svgIcons/GoogleIcon.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { h as l } from "vue";
|
|
2
|
+
import { s as c } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const e = (o) => c({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 46 46" },
|
|
6
|
+
childrenNodes: l("g", { fill: "none", "fill-rule": "evenodd" }, [
|
|
7
|
+
l("path", {
|
|
8
|
+
fill: "#4285F4",
|
|
9
|
+
d: "M43.736 23.49c0-1.53-.137-3.003-.393-4.417H23v8.355h11.625c-.501 2.7-2.023 4.988-4.31 6.52v5.419h6.98c4.085-3.76 6.441-9.298 6.441-15.876Z"
|
|
10
|
+
}),
|
|
11
|
+
l("path", {
|
|
12
|
+
fill: "#34A853",
|
|
13
|
+
d: "M23 44.6c5.832 0 10.721-1.934 14.295-5.233l-6.98-5.42C28.38 35.243 25.906 36.01 23 36.01c-5.626 0-10.388-3.8-12.086-8.905H3.697V32.7C7.252 39.76 14.557 44.6 23 44.6"
|
|
14
|
+
}),
|
|
15
|
+
l("path", {
|
|
16
|
+
fill: "#FBBC05",
|
|
17
|
+
d: "M10.914 27.104A13 13 0 0 1 10.236 23c0-1.424.246-2.808.678-4.104V13.3H3.697A21.6 21.6 0 0 0 1.4 23c0 3.485.835 6.784 2.297 9.7z"
|
|
18
|
+
}),
|
|
19
|
+
l("path", {
|
|
20
|
+
fill: "#EA4335",
|
|
21
|
+
d: "M23 9.99c3.171 0 6.019 1.09 8.257 3.231l6.195-6.195C33.712 3.54 28.822 1.4 23 1.4c-8.444 0-15.748 4.84-19.303 11.9l7.217 5.596c1.698-5.105 6.46-8.905 12.086-8.905Z"
|
|
22
|
+
})
|
|
23
|
+
])
|
|
24
|
+
});
|
|
25
|
+
export {
|
|
26
|
+
e as GoogleIcon
|
|
27
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -53,35 +53,36 @@ 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
55
|
import { HamburgerMenuIcon as tr } from "./HamburgerMenuIcon.js";
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
56
|
+
import { GoogleIcon as cr } from "./GoogleIcon.js";
|
|
57
|
+
import { BankIcon as pr } from "./BankIcon.js";
|
|
58
|
+
import { BusIcon as fr } from "./BusIcon.js";
|
|
59
|
+
import { CartIcon as ar } from "./CartIcon.js";
|
|
60
|
+
import { ChargeIcon as lr } from "./Charge.js";
|
|
61
|
+
import { HospitalIcon as ur } from "./HospitalIcon.js";
|
|
62
|
+
import { PharmacyIcon as kr } from "./PharmacyIcon.js";
|
|
63
|
+
import { PostIcon as Wr } from "./PostIcon.js";
|
|
64
|
+
import { SchoolIcon as hr } from "./SchoolIcon.js";
|
|
65
|
+
import { SubwayIcon as wr } from "./SubwayIcon.js";
|
|
66
|
+
import { TrainIcon as Nr } from "./TrainIcon.js";
|
|
67
|
+
import { TrainAltIcon as Cr } from "./TrainAltIcon.js";
|
|
68
|
+
import { WikicasaDatiLogoIcon as Lr } from "./WikicasaDatiLogo.js";
|
|
69
|
+
import { WikicasaLogoIcon as Fr } from "./WikicasaLogo.js";
|
|
70
|
+
import { WikiNerdImg as Mr } from "./WikiNerd.js";
|
|
71
|
+
import { WikiNerdValutaMobileImg as Vr } from "./WikiNerdValutaMobile.js";
|
|
72
|
+
import { WikiNerdMercatoImg as vr } from "./WikiNerdMercatoHome.js";
|
|
73
|
+
import { WikiNerdValutaDesktopImg as Rr } from "./WikiNerdValutaDesktop.js";
|
|
74
|
+
import { WikiNerdDownloadAppImg as qr } from "./WikiNerdDownloadApp.js";
|
|
74
75
|
export {
|
|
75
76
|
e as AboutUsIcon,
|
|
76
77
|
qo as AnalyticsIcon,
|
|
77
78
|
n as ArrowIcon,
|
|
78
|
-
|
|
79
|
+
pr as BankIcon,
|
|
79
80
|
m as BarChartIcon,
|
|
80
81
|
I as BellIcon,
|
|
81
82
|
x as BulbIcon,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
fr as BusIcon,
|
|
84
|
+
ar as CartIcon,
|
|
85
|
+
lr as ChargeIcon,
|
|
85
86
|
i as CheckActiveIcon,
|
|
86
87
|
s as CheckInactiveIcon,
|
|
87
88
|
g as CloseIcon,
|
|
@@ -92,10 +93,11 @@ export {
|
|
|
92
93
|
Oo as FacebookIcon,
|
|
93
94
|
jo as GearIcon,
|
|
94
95
|
y as GermanyFlagIcon,
|
|
96
|
+
cr as GoogleIcon,
|
|
95
97
|
tr as HamburgerMenuIcon,
|
|
96
98
|
D as HeartIcon,
|
|
97
99
|
B as HidePswIcon,
|
|
98
|
-
|
|
100
|
+
ur as HospitalIcon,
|
|
99
101
|
H as HouseIcon,
|
|
100
102
|
$o as InstagramIcon,
|
|
101
103
|
S as ItalyFlagIcon,
|
|
@@ -107,26 +109,26 @@ export {
|
|
|
107
109
|
Y as MapIcon,
|
|
108
110
|
z as NewsIcon,
|
|
109
111
|
K as NotesIcon,
|
|
110
|
-
|
|
112
|
+
kr as PharmacyIcon,
|
|
111
113
|
X as PhoneIcon,
|
|
112
114
|
_ as PinIcon,
|
|
113
115
|
oo as PlanIcon,
|
|
114
116
|
eo as PlusIcon,
|
|
115
|
-
|
|
117
|
+
Wr as PostIcon,
|
|
116
118
|
no as PrestigeIcon,
|
|
117
119
|
mo as PrintIcon,
|
|
118
120
|
Io as ProfileIcon,
|
|
119
121
|
xo as QuotesIcon,
|
|
120
122
|
io as RequestIcon,
|
|
121
|
-
|
|
123
|
+
hr as SchoolIcon,
|
|
122
124
|
so as SearchIcon,
|
|
123
125
|
go as ShareIcon,
|
|
124
|
-
|
|
126
|
+
wr as SubwayIcon,
|
|
125
127
|
Wo as SuitcaseIcon,
|
|
126
128
|
ho as TieIcon,
|
|
127
129
|
wo as TourIcon,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
+
Cr as TrainAltIcon,
|
|
131
|
+
Nr as TrainIcon,
|
|
130
132
|
No as UkFlagIcon,
|
|
131
133
|
Co as ValuationIcon,
|
|
132
134
|
Lo as VideoIcon,
|
|
@@ -134,14 +136,14 @@ export {
|
|
|
134
136
|
Mo as WalletIcon,
|
|
135
137
|
Vo as WarningIcon,
|
|
136
138
|
vo as WarningIconRounded,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
qr as WikiNerdDownloadAppImg,
|
|
140
|
+
Mr as WikiNerdImg,
|
|
141
|
+
vr as WikiNerdMercatoImg,
|
|
142
|
+
Rr as WikiNerdValutaDesktopImg,
|
|
143
|
+
Vr as WikiNerdValutaMobileImg,
|
|
144
|
+
Lr as WikicasaDatiLogoIcon,
|
|
143
145
|
Qo as WikicasaIcon,
|
|
144
|
-
|
|
146
|
+
Fr as WikicasaLogoIcon,
|
|
145
147
|
Ro as WkAppIcon,
|
|
146
148
|
Jo as WkFavIcon,
|
|
147
149
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ import { LinkedinIcon } from './svgIcons/LinkedinIcon';
|
|
|
53
53
|
import { InstagramIcon } from './svgIcons/InstagramIcon';
|
|
54
54
|
import { YoutubeIcon } from './svgIcons/YoutubeIcon';
|
|
55
55
|
import { HamburgerMenuIcon } from './svgIcons/HamburgerMenuIcon';
|
|
56
|
+
import { GoogleIcon } from './svgIcons/GoogleIcon';
|
|
56
57
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
57
58
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
58
59
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -71,4 +72,4 @@ import { WikiNerdValutaMobileImg } from './svgImages/WikiNerdValutaMobile';
|
|
|
71
72
|
import { WikiNerdMercatoImg } from './svgImages/WikiNerdMercatoHome';
|
|
72
73
|
import { WikiNerdValutaDesktopImg } from './svgImages/WikiNerdValutaDesktop';
|
|
73
74
|
import { WikiNerdDownloadAppImg } from './svgImages/WikiNerdDownloadApp';
|
|
74
|
-
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, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg };
|
|
75
|
+
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, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg, GoogleIcon };
|