@wikicasa-dev/svg-icons 0.0.12 → 0.0.14
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/AboutUsIcon.js +1 -1
- package/dist/AnalyticsIcon.js +1 -1
- package/dist/ArrowIcon.js +1 -1
- package/dist/BankIcon.js +48 -0
- package/dist/BarChartIcon.js +1 -1
- package/dist/BellIcon.js +1 -1
- package/dist/BulbIcon.js +1 -1
- package/dist/BusIcon.js +72 -0
- package/dist/CartIcon.js +54 -0
- package/dist/Charge.js +19 -0
- package/dist/CheckActiveIcon.js +1 -1
- package/dist/CheckInactiveIcon.js +1 -1
- package/dist/CloseIcon.js +1 -1
- package/dist/DashboardIcon.js +1 -1
- package/dist/{DefaultValues-k7iQWtC2.js → DefaultValues-DOBkctU1.js} +1 -0
- package/dist/DeleteIcon.js +1 -1
- package/dist/DrawIcon.js +1 -1
- package/dist/EditIcon.js +1 -1
- package/dist/FacebookIcon.js +1 -1
- package/dist/GearIcon.js +1 -1
- package/dist/GermanyFlagIcon.js +1 -1
- package/dist/HamburgerMenuIcon.js +1 -1
- package/dist/HeartIcon.js +1 -1
- package/dist/HidePswIcon.js +1 -1
- package/dist/HospitalIcon.js +37 -0
- package/dist/HouseIcon.js +1 -1
- package/dist/InstagramIcon.js +1 -1
- package/dist/ItalyFlagIcon.js +1 -1
- package/dist/LayersIcon.js +1 -1
- package/dist/LinkedinIcon.js +1 -1
- package/dist/LocationIcon.js +1 -1
- package/dist/LogoutIcon.js +1 -1
- package/dist/MailIcon.js +1 -1
- package/dist/MapIcon.js +1 -1
- package/dist/NerdHomeValutaMobile.js +2117 -0
- package/dist/NewsIcon.js +1 -1
- package/dist/NotesIcon.js +1 -1
- package/dist/PharmacyIcon.js +19 -0
- package/dist/PhoneIcon.js +1 -1
- package/dist/PhotoIcon.js +1 -1
- package/dist/PinIcon.js +1 -1
- package/dist/PlanIcon.js +1 -1
- package/dist/PlusIcon.js +1 -1
- package/dist/PostIcon.js +33 -0
- package/dist/PrestigeIcon.js +1 -1
- package/dist/PrintIcon.js +1 -1
- package/dist/ProfileIcon.js +1 -1
- package/dist/QuotesIcon.js +1 -1
- package/dist/RequestIcon.js +1 -1
- package/dist/SchoolIcon.js +62 -0
- package/dist/SearchIcon.js +1 -1
- package/dist/ShareIcon.js +1 -1
- package/dist/SubwayIcon.js +36 -0
- package/dist/SuitcaseIcon.js +1 -1
- package/dist/TieIcon.js +1 -1
- package/dist/TourIcon.js +1 -1
- package/dist/TrainAltIcon.js +61 -0
- package/dist/TrainIcon.js +75 -0
- package/dist/UkFlagIcon.js +1 -1
- package/dist/ValuationIcon.js +1 -1
- package/dist/VideoIcon.js +1 -1
- package/dist/ViewPswIcon.js +1 -1
- package/dist/WalletIcon.js +1 -1
- package/dist/WarningIcon.js +1 -1
- package/dist/WarningIconRounded.js +1 -1
- package/dist/WikiNerdMercatoHome.js +925 -0
- package/dist/WikicasaIcon.js +1 -1
- package/dist/WkAppIcon.js +1 -1
- package/dist/WkFavIcon.js +1 -1
- package/dist/YoutubeIcon.js +1 -1
- package/dist/index.js +70 -44
- package/dist/lib/index.d.ts +14 -1
- package/dist/lib/svgIcons/poi/BankIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/BusIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/CartIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/Charge.d.ts +7 -0
- package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/PostIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/SubwayIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/TrainIcon.d.ts +7 -0
- package/dist/lib/svgImages/NerdHomeValutaMobile.d.ts +3 -0
- package/dist/lib/svgImages/WikiNerdMercatoHome.d.ts +3 -0
- package/dist/{svgIconFactory-vMvYZl5W.js → svgIconFactory-B4HDiwZr.js} +1 -1
- package/package.json +1 -1
package/dist/WikicasaIcon.js
CHANGED
package/dist/WkAppIcon.js
CHANGED
package/dist/WkFavIcon.js
CHANGED
package/dist/YoutubeIcon.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,19 +4,19 @@ import { BarChartIcon as m } from "./BarChartIcon.js";
|
|
|
4
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
|
-
import { CheckInactiveIcon as
|
|
7
|
+
import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
9
|
import { DashboardIcon as P } from "./DashboardIcon.js";
|
|
10
|
-
import { DeleteIcon as
|
|
10
|
+
import { DeleteIcon as h } 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
|
|
12
|
+
import { EditIcon as H } from "./EditIcon.js";
|
|
13
|
+
import { GermanyFlagIcon as A } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as L } from "./HeartIcon.js";
|
|
15
|
+
import { HidePswIcon as F } from "./HidePswIcon.js";
|
|
16
|
+
import { HouseIcon as N } from "./HouseIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as D } from "./ItalyFlagIcon.js";
|
|
18
18
|
import { LayersIcon as V } from "./LayersIcon.js";
|
|
19
|
-
import { LocationIcon as
|
|
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";
|
|
22
22
|
import { MapIcon as Y } from "./MapIcon.js";
|
|
@@ -31,19 +31,19 @@ import { PrintIcon as mo } from "./PrintIcon.js";
|
|
|
31
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
|
-
import { SearchIcon as
|
|
34
|
+
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
35
|
import { ShareIcon as go } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as Po } from "./SuitcaseIcon.js";
|
|
37
|
-
import { TieIcon as
|
|
37
|
+
import { TieIcon as Wo } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as wo } from "./TourIcon.js";
|
|
39
|
-
import { UkFlagIcon as
|
|
40
|
-
import { ValuationIcon as
|
|
41
|
-
import { VideoIcon as
|
|
42
|
-
import { ViewPswIcon as
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
46
|
-
import { WkAppIcon as
|
|
39
|
+
import { UkFlagIcon as yo } from "./UkFlagIcon.js";
|
|
40
|
+
import { ValuationIcon as Co } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as Bo } from "./VideoIcon.js";
|
|
42
|
+
import { ViewPswIcon as Mo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as So } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as To } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as vo } from "./WarningIconRounded.js";
|
|
46
|
+
import { WkAppIcon as Ro } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as Qo } from "./WikicasaIcon.js";
|
|
49
49
|
import { GearIcon as jo } from "./GearIcon.js";
|
|
@@ -53,66 +53,92 @@ 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 {
|
|
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 dr } from "./SchoolIcon.js";
|
|
64
|
+
import { SubwayIcon as Wr } from "./SubwayIcon.js";
|
|
65
|
+
import { TrainIcon as wr } from "./TrainIcon.js";
|
|
66
|
+
import { TrainAltIcon as yr } from "./TrainAltIcon.js";
|
|
67
|
+
import { WikicasaDatiLogoIcon as Cr } from "./WikicasaDatiLogo.js";
|
|
68
|
+
import { WikicasaLogoIcon as Br } from "./WikicasaLogo.js";
|
|
69
|
+
import { WikiNerdIcon as Mr } from "./WikiNerdIcon.js";
|
|
70
|
+
import { NerdHomeValutaMobileIcon as Sr } from "./NerdHomeValutaMobile.js";
|
|
71
|
+
import { NerdMercatoHome as Tr } from "./WikiNerdMercatoHome.js";
|
|
59
72
|
export {
|
|
60
73
|
e as AboutUsIcon,
|
|
61
74
|
qo as AnalyticsIcon,
|
|
62
75
|
n as ArrowIcon,
|
|
76
|
+
cr as BankIcon,
|
|
63
77
|
m as BarChartIcon,
|
|
64
78
|
I as BellIcon,
|
|
65
79
|
x as BulbIcon,
|
|
80
|
+
pr as BusIcon,
|
|
81
|
+
fr as CartIcon,
|
|
82
|
+
ar as ChargeIcon,
|
|
66
83
|
i as CheckActiveIcon,
|
|
67
|
-
|
|
84
|
+
s as CheckInactiveIcon,
|
|
68
85
|
g as CloseIcon,
|
|
69
86
|
P as DashboardIcon,
|
|
70
|
-
|
|
87
|
+
h as DeleteIcon,
|
|
71
88
|
b as DrawIcon,
|
|
72
|
-
|
|
89
|
+
H as EditIcon,
|
|
73
90
|
Oo as FacebookIcon,
|
|
74
91
|
jo as GearIcon,
|
|
75
|
-
|
|
92
|
+
A as GermanyFlagIcon,
|
|
76
93
|
tr as HamburgerMenuIcon,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
94
|
+
L as HeartIcon,
|
|
95
|
+
F as HidePswIcon,
|
|
96
|
+
lr as HospitalIcon,
|
|
97
|
+
N as HouseIcon,
|
|
80
98
|
$o as InstagramIcon,
|
|
81
|
-
|
|
99
|
+
D as ItalyFlagIcon,
|
|
82
100
|
V as LayersIcon,
|
|
83
101
|
Zo as LinkedinIcon,
|
|
84
|
-
|
|
102
|
+
G as LocationIcon,
|
|
85
103
|
U as LogoutIcon,
|
|
86
104
|
E as MailIcon,
|
|
87
105
|
Y as MapIcon,
|
|
106
|
+
Sr as NerdHomeValutaMobileIcon,
|
|
107
|
+
Tr as NerdMercatoHome,
|
|
88
108
|
z as NewsIcon,
|
|
89
109
|
K as NotesIcon,
|
|
110
|
+
ur as PharmacyIcon,
|
|
90
111
|
X as PhoneIcon,
|
|
91
112
|
_ as PinIcon,
|
|
92
113
|
oo as PlanIcon,
|
|
93
114
|
eo as PlusIcon,
|
|
115
|
+
kr as PostIcon,
|
|
94
116
|
no as PrestigeIcon,
|
|
95
117
|
mo as PrintIcon,
|
|
96
118
|
Io as ProfileIcon,
|
|
97
119
|
xo as QuotesIcon,
|
|
98
120
|
io as RequestIcon,
|
|
99
|
-
|
|
121
|
+
dr as SchoolIcon,
|
|
122
|
+
so as SearchIcon,
|
|
100
123
|
go as ShareIcon,
|
|
124
|
+
Wr as SubwayIcon,
|
|
101
125
|
Po as SuitcaseIcon,
|
|
102
|
-
|
|
126
|
+
Wo as TieIcon,
|
|
103
127
|
wo as TourIcon,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
128
|
+
yr as TrainAltIcon,
|
|
129
|
+
wr as TrainIcon,
|
|
130
|
+
yo as UkFlagIcon,
|
|
131
|
+
Co as ValuationIcon,
|
|
132
|
+
Bo as VideoIcon,
|
|
133
|
+
Mo as ViewPswIcon,
|
|
134
|
+
So as WalletIcon,
|
|
135
|
+
To as WarningIcon,
|
|
136
|
+
vo as WarningIconRounded,
|
|
137
|
+
Mr as WikiNerdIcon,
|
|
138
|
+
Cr as WikicasaDatiLogoIcon,
|
|
113
139
|
Qo as WikicasaIcon,
|
|
114
|
-
|
|
115
|
-
|
|
140
|
+
Br as WikicasaLogoIcon,
|
|
141
|
+
Ro as WkAppIcon,
|
|
116
142
|
Jo as WkFavIcon,
|
|
117
143
|
rr as YoutubeIcon
|
|
118
144
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -53,7 +53,20 @@ 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 { BankIcon } from './svgIcons/poi/BankIcon';
|
|
57
|
+
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
58
|
+
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
59
|
+
import { ChargeIcon } from './svgIcons/poi/Charge';
|
|
60
|
+
import { HospitalIcon } from './svgIcons/poi/HospitalIcon';
|
|
61
|
+
import { PharmacyIcon } from './svgIcons/poi/PharmacyIcon';
|
|
62
|
+
import { PostIcon } from './svgIcons/poi/PostIcon';
|
|
63
|
+
import { SchoolIcon } from './svgIcons/poi/SchoolIcon';
|
|
64
|
+
import { SubwayIcon } from './svgIcons/poi/SubwayIcon';
|
|
65
|
+
import { TrainIcon } from './svgIcons/poi/TrainIcon';
|
|
66
|
+
import { TrainAltIcon } from './svgIcons/poi/TrainAltIcon';
|
|
56
67
|
import { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
57
68
|
import { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
58
69
|
import { WikiNerdIcon } from './svgImages/WikiNerdIcon';
|
|
59
|
-
|
|
70
|
+
import { NerdHomeValutaMobileIcon } from './svgImages/NerdHomeValutaMobile';
|
|
71
|
+
import { NerdMercatoHome } from './svgImages/WikiNerdMercatoHome';
|
|
72
|
+
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, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, NerdHomeValutaMobileIcon, NerdMercatoHome };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const BankIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const BusIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const CartIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const HospitalIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const PharmacyIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const PostIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const SchoolIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const SubwayIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const TrainAltIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import type { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
export declare const TrainIcon: FunctionalSvgIconComponent<Partial<SvgProps> & Partial<{
|
|
4
|
+
bgColor: string;
|
|
5
|
+
color: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
}>>;
|