@wikicasa-dev/svg-icons 1.2.15 → 1.2.16
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/AiIcon.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { h as i } from "vue";
|
|
2
|
+
import { s as a } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
+
const t = (l) => a({
|
|
4
|
+
props: l,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
viewBox: "0 0 20 20"
|
|
7
|
+
},
|
|
8
|
+
childrenNodes: [
|
|
9
|
+
i("rect", { id: "Rettangolo_34262", width: "20", height: "20", fill: "none" }),
|
|
10
|
+
i(
|
|
11
|
+
"g",
|
|
12
|
+
{ id: "Gruppo_di_maschere_45533" },
|
|
13
|
+
i("g", { id: "ai_2" }, [
|
|
14
|
+
i("path", {
|
|
15
|
+
id: "Tracciato_62907",
|
|
16
|
+
d: "M13.18,16.32A4.854,4.854,0,0,1,16,19.13a.2.2,0,0,0,.26.12.182.182,0,0,0,.11-.1,5.47,5.47,0,0,1,2.82-2.84.19.19,0,0,0,.1-.26.2.2,0,0,0-.1-.1,5.5,5.5,0,0,1-2.83-2.81.21.21,0,0,0-.27-.1.182.182,0,0,0-.1.11,4.865,4.865,0,0,1-2.81,2.81.2.2,0,0,0,0,.38h0Z",
|
|
17
|
+
fill: l["fill-color"] ?? "#fff"
|
|
18
|
+
}),
|
|
19
|
+
i(
|
|
20
|
+
"g",
|
|
21
|
+
{ id: "Raggruppa_48541" },
|
|
22
|
+
i("path", {
|
|
23
|
+
id: "Tracciato_62908",
|
|
24
|
+
d: "M12.23,18.08H1.92V1.92H18.09v9.92a.214.214,0,0,1-.21.22h-.83a.214.214,0,0,1-.22-.21h0V3.17H3.17V16.84h9.07a.214.214,0,0,1,.22.21h0v.83a.214.214,0,0,1-.21.22h0v-.02Z",
|
|
25
|
+
fill: l["fill-color"] ?? "#fff"
|
|
26
|
+
})
|
|
27
|
+
)
|
|
28
|
+
])
|
|
29
|
+
),
|
|
30
|
+
i("path", {
|
|
31
|
+
id: "Tracciato_62994",
|
|
32
|
+
d: "M10.61,12.71H6.35l-.78,2.17H4.23l3.53-9.7H9.23l3.51,9.7H11.4l-.78-2.17Zm-.37-1.04L8.48,6.74,6.72,11.67h3.53Z",
|
|
33
|
+
fill: l["fill-color"] ?? "#fff"
|
|
34
|
+
}),
|
|
35
|
+
i("path", {
|
|
36
|
+
id: "Tracciato_62995",
|
|
37
|
+
d: "M14.95,12.78V5.12H13.68v9.11a2.92,2.92,0,0,0,1.27-1.45Z",
|
|
38
|
+
fill: l["fill-color"] ?? "#fff"
|
|
39
|
+
}),
|
|
40
|
+
i("path", {
|
|
41
|
+
id: "Tracciato_62907-2",
|
|
42
|
+
d: "M13.18,16.32A4.854,4.854,0,0,1,16,19.13a.2.2,0,0,0,.26.12.182.182,0,0,0,.11-.1,5.47,5.47,0,0,1,2.82-2.84.19.19,0,0,0,.1-.26.2.2,0,0,0-.1-.1,5.5,5.5,0,0,1-2.83-2.81.21.21,0,0,0-.27-.1.182.182,0,0,0-.1.11,4.865,4.865,0,0,1-2.81,2.81.2.2,0,0,0,0,.38h0Z",
|
|
43
|
+
fill: l["fill-color"] ?? "#fff"
|
|
44
|
+
})
|
|
45
|
+
]
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
t as AiIcon
|
|
49
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { DashboardIcon as k } from "./DashboardIcon.js";
|
|
|
10
10
|
import { DeleteIcon as W } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as P } from "./DrawIcon.js";
|
|
12
12
|
import { EditIcon as y } from "./EditIcon.js";
|
|
13
|
-
import { GermanyFlagIcon as
|
|
13
|
+
import { GermanyFlagIcon as T } from "./GermanyFlagIcon.js";
|
|
14
14
|
import { HeartIcon as F } from "./HeartIcon.js";
|
|
15
15
|
import { HidePswIcon as L } from "./HidePswIcon.js";
|
|
16
16
|
import { HomeIcon as v } from "./HomeIcon.js";
|
|
@@ -37,7 +37,7 @@ import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
|
|
|
37
37
|
import { TieIcon as So } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as Ao } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
40
|
-
import { ValuationIcon as
|
|
40
|
+
import { ValuationIcon as wo } from "./ValuationIcon.js";
|
|
41
41
|
import { VideoIcon as bo } from "./VideoIcon.js";
|
|
42
42
|
import { ViewPswIcon as No } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as Ho } from "./WalletIcon.js";
|
|
@@ -64,7 +64,7 @@ import { DownloadIcon as hr } from "./DownloadIcon.js";
|
|
|
64
64
|
import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as Ar } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
67
|
-
import { TransactionIcon as
|
|
67
|
+
import { TransactionIcon as wr } from "./TransactionIcon.js";
|
|
68
68
|
import { InfoIcon as br } from "./InfoIcon.js";
|
|
69
69
|
import { CheckIcon as Nr } from "./CheckIcon.js";
|
|
70
70
|
import { ExternalLinkIcon as Hr } from "./ExternalLinkIcon.js";
|
|
@@ -91,7 +91,7 @@ import { PoolIcon as he } from "./PoolIcon.js";
|
|
|
91
91
|
import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
|
|
92
92
|
import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
|
|
93
93
|
import { TennisIcon as Ce } from "./TennisIcon.js";
|
|
94
|
-
import { ReceptionIcon as
|
|
94
|
+
import { ReceptionIcon as we } from "./ReceptionIcon.js";
|
|
95
95
|
import { ArchitecturalBarriersIcon as be } from "./ArchitecturalBarriersIcon.js";
|
|
96
96
|
import { UploadIcon as Ne } from "./UploadIcon.js";
|
|
97
97
|
import { HobIcon as He } from "./HobIcon.js";
|
|
@@ -118,7 +118,7 @@ import { ElectricGateIcon as ht } from "./ElectricGateIcon.js";
|
|
|
118
118
|
import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
|
|
119
119
|
import { FireplaceIcon as At } from "./FireplaceIcon.js";
|
|
120
120
|
import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
|
|
121
|
-
import { TypeTvIcon as
|
|
121
|
+
import { TypeTvIcon as wt } from "./TypeTvIcon.js";
|
|
122
122
|
import { SatelliteSystemIcon as bt } from "./SatelliteSystemIcon.js";
|
|
123
123
|
import { TypeRollerShutterIcon as Nt } from "./TypeRollerShutterIcon.js";
|
|
124
124
|
import { TypeFloorIcon as Ht } from "./TypeFloorIcon.js";
|
|
@@ -140,11 +140,11 @@ import { TradingIcon as In } from "./TradingIcon.js";
|
|
|
140
140
|
import { MovingHandIcon as an } from "./MovingHandIcon.js";
|
|
141
141
|
import { FiltersIcon as sn } from "./FiltersIcon.js";
|
|
142
142
|
import { ListingIcon as gn } from "./ListingIcon.js";
|
|
143
|
-
import {
|
|
143
|
+
import { AiIcon as kn } from "./AiIcon.js";
|
|
144
144
|
import { BankIcon as Wn } from "./BankIcon.js";
|
|
145
145
|
import { CartIcon as Pn } from "./CartIcon.js";
|
|
146
146
|
import { ChargeIcon as yn } from "./ChargeIcon.js";
|
|
147
|
-
import { HospitalIcon as
|
|
147
|
+
import { HospitalIcon as Tn } from "./HospitalIcon.js";
|
|
148
148
|
import { PharmacyIcon as Fn } from "./PharmacyIcon.js";
|
|
149
149
|
import { PostOfficeIcon as Ln } from "./PostOfficeIcon.js";
|
|
150
150
|
import { SchoolIcon as vn } from "./SchoolIcon.js";
|
|
@@ -171,16 +171,16 @@ import { WikiNerdAnalyzeImg as kc } from "./WikiNerdAnalyzeImg.js";
|
|
|
171
171
|
import { WikiNerdValuationNotAvailableImg as Wc } from "./WikiNerdValuationNotAvailableImg.js";
|
|
172
172
|
import { InsightImg as Pc } from "./InsightImg.js";
|
|
173
173
|
import { GenericUserWikiAvatarSquaredImg as yc } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
174
|
-
import { WikiNoSavedSearchesImg as
|
|
174
|
+
import { WikiNoSavedSearchesImg as Tc } from "./WikiNoSavedSearches.js";
|
|
175
175
|
import { WikicasaProIcon as Fc } from "./WikicasaProIcon.js";
|
|
176
176
|
import { WikiNerdAgency as Lc } from "./WikiNerdAgency.js";
|
|
177
177
|
export {
|
|
178
178
|
e as AboutUsIcon,
|
|
179
|
+
kn as AiIcon,
|
|
179
180
|
je as AirConditionerIcon,
|
|
180
181
|
tt as AlarmIcon,
|
|
181
182
|
Uo as AnalyticsIcon,
|
|
182
183
|
be as ArchitecturalBarriersIcon,
|
|
183
|
-
kn as ArrowFilledIcon,
|
|
184
184
|
n as ArrowIcon,
|
|
185
185
|
Ir as ArrowIndicatorIcon,
|
|
186
186
|
Ut as AttachedIcon,
|
|
@@ -233,7 +233,7 @@ export {
|
|
|
233
233
|
mc as GenericUserWikiAvatarImg,
|
|
234
234
|
yc as GenericUserWikiAvatarSquaredImg,
|
|
235
235
|
cn as GeolocationIcon,
|
|
236
|
-
|
|
236
|
+
T as GermanyFlagIcon,
|
|
237
237
|
cr as GoogleIcon,
|
|
238
238
|
pn as GpsIcon,
|
|
239
239
|
tr as HamburgerMenuIcon,
|
|
@@ -242,7 +242,7 @@ export {
|
|
|
242
242
|
L as HidePswIcon,
|
|
243
243
|
He as HobIcon,
|
|
244
244
|
v as HomeIcon,
|
|
245
|
-
|
|
245
|
+
Tn as HospitalIcon,
|
|
246
246
|
at as HotWaterIcon,
|
|
247
247
|
dr as HouseValuationIcon,
|
|
248
248
|
gc as IareeImg,
|
|
@@ -289,7 +289,7 @@ export {
|
|
|
289
289
|
Se as PrivateGardenIcon,
|
|
290
290
|
fo as ProfileIcon,
|
|
291
291
|
xo as QuotesIcon,
|
|
292
|
-
|
|
292
|
+
we as ReceptionIcon,
|
|
293
293
|
io as RequestIcon,
|
|
294
294
|
rt as RoofIcon,
|
|
295
295
|
bt as SatelliteSystemIcon,
|
|
@@ -315,15 +315,15 @@ export {
|
|
|
315
315
|
Ao as TourIcon,
|
|
316
316
|
In as TradingIcon,
|
|
317
317
|
En as TrainIcon,
|
|
318
|
-
|
|
318
|
+
wr as TransactionIcon,
|
|
319
319
|
Dn as TransportIcon,
|
|
320
320
|
Ht as TypeFloorIcon,
|
|
321
321
|
Nt as TypeRollerShutterIcon,
|
|
322
|
-
|
|
322
|
+
wt as TypeTvIcon,
|
|
323
323
|
It as TypeViewIcon,
|
|
324
324
|
Co as UkFlagIcon,
|
|
325
325
|
Ne as UploadIcon,
|
|
326
|
-
|
|
326
|
+
wo as ValuationIcon,
|
|
327
327
|
bo as VideoIcon,
|
|
328
328
|
No as ViewPswIcon,
|
|
329
329
|
Ho as WalletIcon,
|
|
@@ -340,7 +340,7 @@ export {
|
|
|
340
340
|
Wc as WikiNerdValuationNotAvailableImg,
|
|
341
341
|
oc as WikiNerdValutaDesktopImg,
|
|
342
342
|
Jn as WikiNerdValutaMobileImg,
|
|
343
|
-
|
|
343
|
+
Tc as WikiNoSavedSearchesImg,
|
|
344
344
|
Kn as WikicasaDatiLogoIcon,
|
|
345
345
|
zo as WikicasaIcon,
|
|
346
346
|
Qn as WikicasaLogoIcon,
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export { TradingIcon } from './svgIcons/TradingIcon';
|
|
|
140
140
|
export { MovingHandIcon } from './svgIcons/MovingHandIcon';
|
|
141
141
|
export { FiltersIcon } from './svgIcons/FiltersIcon';
|
|
142
142
|
export { ListingIcon } from './svgIcons/ListingIcon';
|
|
143
|
-
export {
|
|
143
|
+
export { AiIcon } from './svgIcons/AiIcon';
|
|
144
144
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
145
145
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
146
146
|
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|
package/package.json
CHANGED
package/dist/ArrowFilledIcon.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { h as r } from "vue";
|
|
2
|
-
import { s as t } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
-
const a = (o) => t({
|
|
4
|
-
props: o,
|
|
5
|
-
svgNodeAttrs: {
|
|
6
|
-
viewBox: "0 0 16 16"
|
|
7
|
-
},
|
|
8
|
-
childrenNodes: r(
|
|
9
|
-
"g",
|
|
10
|
-
r("path", {
|
|
11
|
-
d: "M21.006,9.708l-7.448,7.448a.543.543,0,0,1-.779,0L5.331,9.708a.548.548,0,0,1,.384-.932H20.622A.543.543,0,0,1,21.006,9.708Z",
|
|
12
|
-
transform: "translate(-5.172 -5.048)",
|
|
13
|
-
fill: o["fill-color"] ?? "#0e1d34"
|
|
14
|
-
})
|
|
15
|
-
)
|
|
16
|
-
});
|
|
17
|
-
export {
|
|
18
|
-
a as ArrowFilledIcon
|
|
19
|
-
};
|