@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.
@@ -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 { BankIcon as cr } from "./BankIcon.js";
57
- import { BusIcon as pr } from "./BusIcon.js";
58
- import { CartIcon as fr } from "./CartIcon.js";
59
- import { ChargeIcon as ar } from "./Charge.js";
60
- import { HospitalIcon as lr } from "./HospitalIcon.js";
61
- import { PharmacyIcon as ur } from "./PharmacyIcon.js";
62
- import { PostIcon as kr } from "./PostIcon.js";
63
- import { SchoolIcon as Wr } from "./SchoolIcon.js";
64
- import { SubwayIcon as hr } from "./SubwayIcon.js";
65
- import { TrainIcon as wr } from "./TrainIcon.js";
66
- import { TrainAltIcon as Nr } from "./TrainAltIcon.js";
67
- import { WikicasaDatiLogoIcon as Cr } from "./WikicasaDatiLogo.js";
68
- import { WikicasaLogoIcon as Lr } from "./WikicasaLogo.js";
69
- import { WikiNerdImg as Fr } from "./WikiNerd.js";
70
- import { WikiNerdValutaMobileImg as Mr } from "./WikiNerdValutaMobile.js";
71
- import { WikiNerdMercatoImg as Vr } from "./WikiNerdMercatoHome.js";
72
- import { WikiNerdValutaDesktopImg as vr } from "./WikiNerdValutaDesktop.js";
73
- import { WikiNerdDownloadAppImg as Rr } from "./WikiNerdDownloadApp.js";
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
- cr as BankIcon,
79
+ pr as BankIcon,
79
80
  m as BarChartIcon,
80
81
  I as BellIcon,
81
82
  x as BulbIcon,
82
- pr as BusIcon,
83
- fr as CartIcon,
84
- ar as ChargeIcon,
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
- lr as HospitalIcon,
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
- ur as PharmacyIcon,
112
+ kr as PharmacyIcon,
111
113
  X as PhoneIcon,
112
114
  _ as PinIcon,
113
115
  oo as PlanIcon,
114
116
  eo as PlusIcon,
115
- kr as PostIcon,
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
- Wr as SchoolIcon,
123
+ hr as SchoolIcon,
122
124
  so as SearchIcon,
123
125
  go as ShareIcon,
124
- hr as SubwayIcon,
126
+ wr as SubwayIcon,
125
127
  Wo as SuitcaseIcon,
126
128
  ho as TieIcon,
127
129
  wo as TourIcon,
128
- Nr as TrainAltIcon,
129
- wr as TrainIcon,
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
- Rr as WikiNerdDownloadAppImg,
138
- Fr as WikiNerdImg,
139
- Vr as WikiNerdMercatoImg,
140
- vr as WikiNerdValutaDesktopImg,
141
- Mr as WikiNerdValutaMobileImg,
142
- Cr as WikicasaDatiLogoIcon,
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
- Lr as WikicasaLogoIcon,
146
+ Fr as WikicasaLogoIcon,
145
147
  Ro as WkAppIcon,
146
148
  Jo as WkFavIcon,
147
149
  rr as YoutubeIcon
@@ -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 };
@@ -0,0 +1,2 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ export declare const GoogleIcon: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",