@wikicasa-dev/svg-icons 0.0.34 → 0.0.36
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/InfoIcon.js +24 -0
- package/dist/index.js +52 -50
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/svgIcons/InfoIcon.d.ts +4 -0
- package/package.json +2 -2
package/dist/InfoIcon.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as a } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const s = (o, { attrs: t }) => a({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18" },
|
|
6
|
+
childrenNodes: r("g", { transform: "translate(-369 -224)" }, [
|
|
7
|
+
r("circle", {
|
|
8
|
+
cx: "9",
|
|
9
|
+
cy: "9",
|
|
10
|
+
r: "9",
|
|
11
|
+
fill: t["fill-color"] ?? "#2B5DFf",
|
|
12
|
+
transform: "translate(369 224)"
|
|
13
|
+
}),
|
|
14
|
+
r("g", { fill: "#fff" }, [
|
|
15
|
+
r("path", {
|
|
16
|
+
d: "M376.484 231.881c-.044 0-.1.026-.131.008-.11-.059-.212-.133-.316-.2.085-.082.162-.221.258-.237.447-.075.9-.116 1.351-.167.275-.031.551-.058.826-.09.449-.052.528.033.418.457l-1 3.856a1.612 1.612 0 0 0-.05.227c-.034.312.128.494.428.4a3.84 3.84 0 0 0 .658-.406 1.925 1.925 0 0 1 .36-.123c.01.129.073.285.022.381a2.41 2.41 0 0 1-2.109 1.491 1.1 1.1 0 0 1-1.195-1.178 3.622 3.622 0 0 1 .139-.848c.254-1.009.523-2.014.785-3.021.124-.504.052-.593-.444-.55Z"
|
|
17
|
+
}),
|
|
18
|
+
r("path", { d: "M378.391 228a1.1 1.1 0 1 1-1.087 1.1 1.1 1.1 0 0 1 1.087-1.1Z" })
|
|
19
|
+
])
|
|
20
|
+
])
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
s as InfoIcon
|
|
24
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -65,45 +65,46 @@ import { SquareMeterIcon as Pr } from "./SquareMeterIcon.js";
|
|
|
65
65
|
import { PriceIcon as Sr } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as br } from "./DemandIcon.js";
|
|
67
67
|
import { TransactionIcon as Dr } from "./TransactionIcon.js";
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
68
|
+
import { InfoIcon as yr } from "./InfoIcon.js";
|
|
69
|
+
import { BankIcon as Hr } from "./BankIcon.js";
|
|
70
|
+
import { BusIcon as Vr } from "./BusIcon.js";
|
|
71
|
+
import { CartIcon as Fr } from "./CartIcon.js";
|
|
72
|
+
import { ChargeIcon as vr } from "./Charge.js";
|
|
73
|
+
import { HospitalIcon as Rr } from "./HospitalIcon.js";
|
|
74
|
+
import { PharmacyIcon as qr } from "./PharmacyIcon.js";
|
|
75
|
+
import { PostIcon as Er } from "./PostIcon.js";
|
|
76
|
+
import { SchoolIcon as Yr } from "./SchoolIcon.js";
|
|
77
|
+
import { SubwayIcon as Jr } from "./SubwayIcon.js";
|
|
78
|
+
import { TrainIcon as Or } from "./TrainIcon.js";
|
|
79
|
+
import { TrainAltIcon as Zr } from "./TrainAltIcon.js";
|
|
80
|
+
import { WikicasaDatiLogoIcon as $r } from "./WikicasaDatiLogo.js";
|
|
81
|
+
import { WikicasaLogoIcon as re } from "./WikicasaLogo.js";
|
|
82
|
+
import { WikiNerdImg as te } from "./WikiNerd.js";
|
|
83
|
+
import { WikiNerdValutaMobileImg as me } from "./WikiNerdValutaMobile.js";
|
|
84
|
+
import { WikiNerdMercatoImg as pe } from "./WikiNerdMercatoHome.js";
|
|
85
|
+
import { WikiNerdValutaDesktopImg as fe } from "./WikiNerdValutaDesktop.js";
|
|
86
|
+
import { WikiNerdDownloadAppImg as ae } from "./WikiNerdDownloadApp.js";
|
|
87
|
+
import { WikicasaStudioLogoIcon as le } from "./WikicasaStudioLogo.js";
|
|
88
|
+
import { GenericUserWikiAvatarImg as de } from "./GenericUserWikiAvatar.js";
|
|
89
|
+
import { ShieldImg as ue } from "./ShieldImg.js";
|
|
90
|
+
import { SnapImg as We } from "./SnapImg.js";
|
|
91
|
+
import { StopWatchImg as Pe } from "./StopWatchImg.js";
|
|
92
|
+
import { CheckImg as Se } from "./CheckImg.js";
|
|
93
|
+
import { WikiNerdAnalyzeImg as be } from "./WikiNerdAnalyzeImg.js";
|
|
93
94
|
export {
|
|
94
95
|
e as AboutUsIcon,
|
|
95
96
|
qo as AnalyticsIcon,
|
|
96
97
|
n as ArrowIcon,
|
|
97
98
|
fr as ArrowIndicatorIcon,
|
|
98
|
-
|
|
99
|
+
Hr as BankIcon,
|
|
99
100
|
c as BarChartIcon,
|
|
100
101
|
I as BellIcon,
|
|
101
102
|
x as BulbIcon,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
Vr as BusIcon,
|
|
104
|
+
Fr as CartIcon,
|
|
105
|
+
vr as ChargeIcon,
|
|
105
106
|
i as CheckActiveIcon,
|
|
106
|
-
|
|
107
|
+
Se as CheckImg,
|
|
107
108
|
s as CheckInactiveIcon,
|
|
108
109
|
ur as CheckRoundedIcon,
|
|
109
110
|
g as CloseIcon,
|
|
@@ -115,15 +116,16 @@ export {
|
|
|
115
116
|
A as EditIcon,
|
|
116
117
|
Oo as FacebookIcon,
|
|
117
118
|
Yo as GearIcon,
|
|
118
|
-
|
|
119
|
+
de as GenericUserWikiAvatarImg,
|
|
119
120
|
C as GermanyFlagIcon,
|
|
120
121
|
mr as GoogleIcon,
|
|
121
122
|
tr as HamburgerMenuIcon,
|
|
122
123
|
N as HeartIcon,
|
|
123
124
|
L as HidePswIcon,
|
|
124
125
|
M as HomeIcon,
|
|
125
|
-
|
|
126
|
+
Rr as HospitalIcon,
|
|
126
127
|
dr as HouseValuationIcon,
|
|
128
|
+
yr as InfoIcon,
|
|
127
129
|
$o as InstagramIcon,
|
|
128
130
|
B as ItalyFlagIcon,
|
|
129
131
|
T as LayersIcon,
|
|
@@ -134,13 +136,13 @@ export {
|
|
|
134
136
|
Q as MapIcon,
|
|
135
137
|
j as NewsIcon,
|
|
136
138
|
K as NotesIcon,
|
|
137
|
-
|
|
139
|
+
qr as PharmacyIcon,
|
|
138
140
|
X as PhoneIcon,
|
|
139
141
|
_ as PinIcon,
|
|
140
142
|
lr as PinShadowedIcon,
|
|
141
143
|
oo as PlanIcon,
|
|
142
144
|
eo as PlusIcon,
|
|
143
|
-
|
|
145
|
+
Er as PostIcon,
|
|
144
146
|
no as PrestigeIcon,
|
|
145
147
|
Sr as PriceIcon,
|
|
146
148
|
ar as PrincipalIcon,
|
|
@@ -148,19 +150,19 @@ export {
|
|
|
148
150
|
Io as ProfileIcon,
|
|
149
151
|
xo as QuotesIcon,
|
|
150
152
|
io as RequestIcon,
|
|
151
|
-
|
|
153
|
+
Yr as SchoolIcon,
|
|
152
154
|
so as SearchIcon,
|
|
153
155
|
uo as ShareIcon,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
+
ue as ShieldImg,
|
|
157
|
+
We as SnapImg,
|
|
156
158
|
Pr as SquareMeterIcon,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
+
Pe as StopWatchImg,
|
|
160
|
+
Jr as SubwayIcon,
|
|
159
161
|
Wo as SuitcaseIcon,
|
|
160
162
|
Po as TieIcon,
|
|
161
163
|
So as TourIcon,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
+
Zr as TrainAltIcon,
|
|
165
|
+
Or as TrainIcon,
|
|
164
166
|
Dr as TransactionIcon,
|
|
165
167
|
bo as UkFlagIcon,
|
|
166
168
|
Do as ValuationIcon,
|
|
@@ -169,17 +171,17 @@ export {
|
|
|
169
171
|
Vo as WalletIcon,
|
|
170
172
|
Fo as WarningIcon,
|
|
171
173
|
vo as WarningIconRounded,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
174
|
+
be as WikiNerdAnalyzeImg,
|
|
175
|
+
ae as WikiNerdDownloadAppImg,
|
|
176
|
+
te as WikiNerdImg,
|
|
177
|
+
pe as WikiNerdMercatoImg,
|
|
178
|
+
fe as WikiNerdValutaDesktopImg,
|
|
179
|
+
me as WikiNerdValutaMobileImg,
|
|
180
|
+
$r as WikicasaDatiLogoIcon,
|
|
179
181
|
Eo as WikicasaIcon,
|
|
180
|
-
|
|
182
|
+
re as WikicasaLogoIcon,
|
|
181
183
|
pr as WikicasaRoundedIcon,
|
|
182
|
-
|
|
184
|
+
le as WikicasaStudioLogoIcon,
|
|
183
185
|
Ro as WkAppIcon,
|
|
184
186
|
Jo as WkFavIcon,
|
|
185
187
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ import { SquareMeterIcon } from './svgIcons/SquareMeterIcon';
|
|
|
65
65
|
import { PriceIcon } from './svgIcons/PriceIcon';
|
|
66
66
|
import { DemandIcon } from './svgIcons/DemandIcon';
|
|
67
67
|
import { TransactionIcon } from './svgIcons/TransactionIcon';
|
|
68
|
+
import { InfoIcon } from './svgIcons/InfoIcon';
|
|
68
69
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
69
70
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
70
71
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -91,4 +92,4 @@ import { StopWatchImg } from './svgImages/StopWatchImg';
|
|
|
91
92
|
import { CheckImg } from './svgImages/CheckImg';
|
|
92
93
|
import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
93
94
|
|
|
94
|
-
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HomeIcon, 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, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg, WikicasaRoundedIcon, ArrowIndicatorIcon, ShieldImg, SnapImg, StopWatchImg, PrincipalIcon, PinShadowedIcon, HouseValuationIcon, CheckImg, WikiNerdAnalyzeImg, CheckRoundedIcon, DownloadIcon, SquareMeterIcon, PriceIcon, DemandIcon, TransactionIcon };
|
|
95
|
+
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HomeIcon, 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, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg, WikicasaRoundedIcon, ArrowIndicatorIcon, ShieldImg, SnapImg, StopWatchImg, PrincipalIcon, PinShadowedIcon, HouseValuationIcon, CheckImg, WikiNerdAnalyzeImg, CheckRoundedIcon, DownloadIcon, SquareMeterIcon, PriceIcon, DemandIcon, TransactionIcon, InfoIcon };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
20
20
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
21
21
|
"@vue/tsconfig": "^0.5.1",
|
|
22
|
-
"@wikicasa-dev/types": "^
|
|
22
|
+
"@wikicasa-dev/types": "^1.2.14",
|
|
23
23
|
"autoprefixer": "^10.4.15",
|
|
24
24
|
"eslint": "^8.49.0",
|
|
25
25
|
"eslint-plugin-vue": "^9.17.0",
|