@wikicasa-dev/svg-icons 0.0.15 → 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/{WikiNerdIcon.js → WikiNerd.js} +1 -1
- package/dist/WikiNerdDownloadApp.js +404 -0
- package/dist/WikiNerdMercatoHome.js +1 -2
- package/dist/WikiNerdValutaDesktop.js +4057 -0
- package/dist/{NerdHomeValutaMobile.js → WikiNerdValutaMobile.js} +1 -2
- package/dist/index.js +70 -64
- package/dist/lib/index.d.ts +7 -4
- package/dist/lib/svgIcons/GoogleIcon.d.ts +2 -0
- package/dist/lib/svgImages/{WikiNerdIcon.d.ts → WikiNerd.d.ts} +1 -1
- package/dist/lib/svgImages/WikiNerdDownloadApp.d.ts +3 -0
- package/dist/lib/svgImages/WikiNerdMercatoHome.d.ts +1 -1
- package/dist/lib/svgImages/{NerdHomeValutaMobile.d.ts → WikiNerdValutaDesktop.d.ts} +1 -1
- package/dist/lib/svgImages/WikiNerdValutaMobile.d.ts +3 -0
- package/package.json +1 -1
|
@@ -3,7 +3,6 @@ import { s as r } from "./svgImagefactory-fcIp3A8Z.js";
|
|
|
3
3
|
const c = (t, { attrs: f }) => r({
|
|
4
4
|
props: t,
|
|
5
5
|
svgNodeAttrs: {
|
|
6
|
-
id: "nerd-home-valuta-mobile",
|
|
7
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
7
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
9
8
|
width: "283.214",
|
|
@@ -2113,5 +2112,5 @@ const c = (t, { attrs: f }) => r({
|
|
|
2113
2112
|
]
|
|
2114
2113
|
});
|
|
2115
2114
|
export {
|
|
2116
|
-
c as
|
|
2115
|
+
c as WikiNerdValutaMobileImg
|
|
2117
2116
|
};
|
package/dist/index.js
CHANGED
|
@@ -6,16 +6,16 @@ import { BulbIcon as x } from "./BulbIcon.js";
|
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
10
|
-
import { DeleteIcon as
|
|
9
|
+
import { DashboardIcon as d } from "./DashboardIcon.js";
|
|
10
|
+
import { DeleteIcon as P } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as b } from "./DrawIcon.js";
|
|
12
|
-
import { EditIcon as
|
|
13
|
-
import { GermanyFlagIcon as
|
|
14
|
-
import { HeartIcon as
|
|
15
|
-
import { HidePswIcon as
|
|
16
|
-
import { HouseIcon as
|
|
17
|
-
import { ItalyFlagIcon as
|
|
18
|
-
import { LayersIcon as
|
|
12
|
+
import { EditIcon as A } from "./EditIcon.js";
|
|
13
|
+
import { GermanyFlagIcon as y } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as D } from "./HeartIcon.js";
|
|
15
|
+
import { HidePswIcon as B } from "./HidePswIcon.js";
|
|
16
|
+
import { HouseIcon as H } from "./HouseIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as S } from "./ItalyFlagIcon.js";
|
|
18
|
+
import { LayersIcon as T } from "./LayersIcon.js";
|
|
19
19
|
import { LocationIcon as G } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as U } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as E } from "./MailIcon.js";
|
|
@@ -33,15 +33,15 @@ import { QuotesIcon as xo } from "./QuotesIcon.js";
|
|
|
33
33
|
import { RequestIcon as io } from "./RequestIcon.js";
|
|
34
34
|
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
35
|
import { ShareIcon as go } from "./ShareIcon.js";
|
|
36
|
-
import { SuitcaseIcon as
|
|
37
|
-
import { TieIcon as
|
|
36
|
+
import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
37
|
+
import { TieIcon as ho } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as wo } from "./TourIcon.js";
|
|
39
|
-
import { UkFlagIcon as
|
|
39
|
+
import { UkFlagIcon as No } from "./UkFlagIcon.js";
|
|
40
40
|
import { ValuationIcon as Co } from "./ValuationIcon.js";
|
|
41
|
-
import { VideoIcon as
|
|
42
|
-
import { ViewPswIcon as
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
41
|
+
import { VideoIcon as Lo } from "./VideoIcon.js";
|
|
42
|
+
import { ViewPswIcon as Fo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as Mo } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as Vo } from "./WarningIcon.js";
|
|
45
45
|
import { WarningIconRounded as vo } from "./WarningIconRounded.js";
|
|
46
46
|
import { WkAppIcon as Ro } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
@@ -53,91 +53,97 @@ 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 {
|
|
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";
|
|
72
75
|
export {
|
|
73
76
|
e as AboutUsIcon,
|
|
74
77
|
qo as AnalyticsIcon,
|
|
75
78
|
n as ArrowIcon,
|
|
76
|
-
|
|
79
|
+
pr as BankIcon,
|
|
77
80
|
m as BarChartIcon,
|
|
78
81
|
I as BellIcon,
|
|
79
82
|
x as BulbIcon,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
+
fr as BusIcon,
|
|
84
|
+
ar as CartIcon,
|
|
85
|
+
lr as ChargeIcon,
|
|
83
86
|
i as CheckActiveIcon,
|
|
84
87
|
s as CheckInactiveIcon,
|
|
85
88
|
g as CloseIcon,
|
|
86
|
-
|
|
87
|
-
|
|
89
|
+
d as DashboardIcon,
|
|
90
|
+
P as DeleteIcon,
|
|
88
91
|
b as DrawIcon,
|
|
89
|
-
|
|
92
|
+
A as EditIcon,
|
|
90
93
|
Oo as FacebookIcon,
|
|
91
94
|
jo as GearIcon,
|
|
92
|
-
|
|
95
|
+
y as GermanyFlagIcon,
|
|
96
|
+
cr as GoogleIcon,
|
|
93
97
|
tr as HamburgerMenuIcon,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
D as HeartIcon,
|
|
99
|
+
B as HidePswIcon,
|
|
100
|
+
ur as HospitalIcon,
|
|
101
|
+
H as HouseIcon,
|
|
98
102
|
$o as InstagramIcon,
|
|
99
|
-
|
|
100
|
-
|
|
103
|
+
S as ItalyFlagIcon,
|
|
104
|
+
T as LayersIcon,
|
|
101
105
|
Zo as LinkedinIcon,
|
|
102
106
|
G as LocationIcon,
|
|
103
107
|
U as LogoutIcon,
|
|
104
108
|
E as MailIcon,
|
|
105
109
|
Y as MapIcon,
|
|
106
|
-
Sr as NerdHomeValutaMobileIcon,
|
|
107
|
-
Tr as NerdMercatoHome,
|
|
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
|
-
|
|
125
|
-
|
|
126
|
-
|
|
126
|
+
wr as SubwayIcon,
|
|
127
|
+
Wo as SuitcaseIcon,
|
|
128
|
+
ho as TieIcon,
|
|
127
129
|
wo as TourIcon,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
130
|
+
Cr as TrainAltIcon,
|
|
131
|
+
Nr as TrainIcon,
|
|
132
|
+
No as UkFlagIcon,
|
|
131
133
|
Co as ValuationIcon,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
Lo as VideoIcon,
|
|
135
|
+
Fo as ViewPswIcon,
|
|
136
|
+
Mo as WalletIcon,
|
|
137
|
+
Vo as WarningIcon,
|
|
136
138
|
vo as WarningIconRounded,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
+
qr as WikiNerdDownloadAppImg,
|
|
140
|
+
Mr as WikiNerdImg,
|
|
141
|
+
vr as WikiNerdMercatoImg,
|
|
142
|
+
Rr as WikiNerdValutaDesktopImg,
|
|
143
|
+
Vr as WikiNerdValutaMobileImg,
|
|
144
|
+
Lr as WikicasaDatiLogoIcon,
|
|
139
145
|
Qo as WikicasaIcon,
|
|
140
|
-
|
|
146
|
+
Fr as WikicasaLogoIcon,
|
|
141
147
|
Ro as WkAppIcon,
|
|
142
148
|
Jo as WkFavIcon,
|
|
143
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';
|
|
@@ -66,7 +67,9 @@ import { TrainIcon } from './svgIcons/poi/TrainIcon';
|
|
|
66
67
|
import { TrainAltIcon } from './svgIcons/poi/TrainAltIcon';
|
|
67
68
|
import { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
68
69
|
import { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
|
|
70
|
+
import { WikiNerdImg } from './svgImages/WikiNerd';
|
|
71
|
+
import { WikiNerdValutaMobileImg } from './svgImages/WikiNerdValutaMobile';
|
|
72
|
+
import { WikiNerdMercatoImg } from './svgImages/WikiNerdMercatoHome';
|
|
73
|
+
import { WikiNerdValutaDesktopImg } from './svgImages/WikiNerdValutaDesktop';
|
|
74
|
+
import { WikiNerdDownloadAppImg } from './svgImages/WikiNerdDownloadApp';
|
|
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 };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { FunctionalComponent } from 'vue';
|
|
2
2
|
import type { SvgImageProps } from '@wikicasa-dev/types';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const WikiNerdValutaDesktopImg: FunctionalComponent<SvgImageProps>;
|