@wikicasa-dev/svg-icons 1.2.12 → 1.2.13

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.
@@ -18,7 +18,7 @@ const e = (r) => o({
18
18
  height: "28",
19
19
  rx: "14",
20
20
  transform: "translate(101 248)",
21
- fill: r.bgColor ?? "#2a3761"
21
+ fill: r["bg-color"] ?? "#2a3761"
22
22
  })
23
23
  ),
24
24
  t(
@@ -1,15 +1,15 @@
1
1
  import { h as c } from "vue";
2
2
  import { s as r } from "./svgIconFactory-BpnFimFz.js";
3
- const e = (o) => r({
3
+ const s = (o) => r({
4
4
  props: o,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 9.876 17" },
6
6
  childrenNodes: c("path", {
7
7
  fill: "none",
8
- stroke: "#222",
8
+ stroke: o["stroke-color"] ?? "#222",
9
9
  "stroke-linecap": "round",
10
10
  d: "M3.208 6.04v-.245c.01-.584-.018-1.173.038-1.751a3.841 3.841 0 0 1 1.786-3.029 3.285 3.285 0 0 1 1.774-.51c.8-.009 1.607 0 2.412 0 .112 0 .156.023.156.147q-.008 1.245 0 2.486c0 .133-.047.156-.166.155h-2.2a.723.723 0 0 0-.774.684c-.034.319-.027.638-.031.959s0 .629 0 .943c0 .131.036.173.17.171.939-.007 1.877 0 2.815-.007.153 0 .193.038.193.192-.007.752-.007 1.508 0 2.262 0 .122-.032.162-.158.161-.945-.005-1.889 0-2.833-.005-.143 0-.185.039-.185.182q.006 3.742 0 7.479c0 .194 0 .194-.2.194H3.444c-.236 0-.236 0-.236-.231V8.861c0-.206 0-.2-.2-.2H.673c-.132 0-.171-.036-.171-.167q.011-1.131 0-2.263c0-.143.038-.186.183-.186.774.009 1.549 0 2.322 0Z"
11
11
  })
12
12
  });
13
13
  export {
14
- e as FacebookIcon
14
+ s as FacebookIcon
15
15
  };
@@ -1,16 +1,16 @@
1
1
  import { h as t } from "vue";
2
2
  import { s as o } from "./svgIconFactory-BpnFimFz.js";
3
- const e = (r) => o({
3
+ const s = (r) => o({
4
4
  props: r,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" },
6
6
  childrenNodes: [
7
7
  t(
8
8
  "defs",
9
- t("clipPath", { id: "a" }, t("path", { fill: "none", stroke: "#222", d: "M0 0h16v16H0Z" }))
9
+ t("clipPath", { id: "a" }, t("path", { fill: "none", stroke: r["stroke-color"] ?? "#222", d: "M0 0h16v16H0Z" }))
10
10
  ),
11
11
  t(
12
12
  "g",
13
- { fill: "none", stroke: "#222", "clip-path": "url(#a)", transform: "translate(0 .001)" },
13
+ { fill: "none", stroke: r["stroke-color"] ?? "#222", "clip-path": "url(#a)", transform: "translate(0 .001)" },
14
14
  [
15
15
  t("rect", {
16
16
  width: "15.166",
@@ -25,5 +25,5 @@ const e = (r) => o({
25
25
  ]
26
26
  });
27
27
  export {
28
- e as InstagramIcon
28
+ s as InstagramIcon
29
29
  };
@@ -1,9 +1,9 @@
1
1
  import { h as o } from "vue";
2
2
  import { s as c } from "./svgIconFactory-BpnFimFz.js";
3
- const e = (t) => c({
3
+ const n = (t) => c({
4
4
  props: t,
5
5
  svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.746 17.001" },
6
- childrenNodes: o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round" }, [
6
+ childrenNodes: o("g", { fill: "none", stroke: t["stroke-color"] ?? "#222", "stroke-linecap": "round" }, [
7
7
  o("path", {
8
8
  d: "M13.613 16.491v-.2c-.005-1.94 0-3.879-.01-5.817a3.106 3.106 0 0 0-.29-1.388 1.584 1.584 0 0 0-1.574-.905 1.843 1.843 0 0 0-1.331.564 1.9 1.9 0 0 0-.6 1.319c-.014.756-.014 1.518-.014 2.274v4.018c0 .088-.01.14-.122.14-1.14 0-3.476 0-3.5-.01V5.573c.046 0 2.354 0 3.466-.007.135 0 .163.042.159.163v1.2c.009.134.112.027.153-.033a3.511 3.511 0 0 1 2.607-1.55 4.474 4.474 0 0 1 2.471.407 3.527 3.527 0 0 1 1.561 1.509 6.084 6.084 0 0 1 .658 2.99c.01 1.409.005 2.821.005 4.236v2Z"
9
9
  }),
@@ -16,5 +16,5 @@ const e = (t) => c({
16
16
  ])
17
17
  });
18
18
  export {
19
- e as LinkedinIcon
19
+ n as LinkedinIcon
20
20
  };
@@ -9,7 +9,7 @@ const s = (r) => t({
9
9
  "g",
10
10
  o("path", {
11
11
  fill: "none",
12
- stroke: "#222",
12
+ stroke: r["stroke-color"] ?? "#222",
13
13
  "stroke-linecap": "round",
14
14
  "stroke-linejoin": "round",
15
15
  d: "M.805 2.743A2.773 2.773 0 0 1 2.916.863c.422-.077.844-.115 1.3-.154C5.751.632 7.286.517 8.821.517c2.072-.038 4.106 0 6.179 0 1.727 0 3.492.115 5.219.269a2.911 2.911 0 0 1 2.649 2.224 14.777 14.777 0 0 1 .307 2.226 44.12 44.12 0 0 1-.038 6.754 9.373 9.373 0 0 1-.422 2.3 2.727 2.727 0 0 1-2.111 1.842c-.384.077-.806.115-1.19.154-1.574.077-3.185.192-4.759.192-2.072.038-4.106 0-6.179 0-1.727 0-3.492-.115-5.219-.269a2.978 2.978 0 0 1-2.682-2.376 97.086 97.086 0 0 1 .23-11.09Zm8.021 9.326c2.456-1.266 4.836-2.533 7.33-3.8-2.456-1.266-4.874-2.533-7.33-3.8v7.6Z"
package/dist/index.js CHANGED
@@ -9,8 +9,8 @@ import { CloseIcon as g } from "./CloseIcon.js";
9
9
  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
- import { EditIcon as y } from "./EditIcon.js";
13
- import { GermanyFlagIcon as w } from "./GermanyFlagIcon.js";
12
+ import { EditIcon as A } from "./EditIcon.js";
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";
@@ -35,9 +35,9 @@ import { SearchIcon as so } from "./SearchIcon.js";
35
35
  import { ShareIcon as uo } from "./ShareIcon.js";
36
36
  import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
37
37
  import { TieIcon as So } from "./TieIcon.js";
38
- import { TourIcon as Ao } from "./TourIcon.js";
38
+ import { TourIcon as yo } from "./TourIcon.js";
39
39
  import { UkFlagIcon as Co } from "./UkFlagIcon.js";
40
- import { ValuationIcon as To } from "./ValuationIcon.js";
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";
@@ -62,9 +62,9 @@ import { HouseValuationIcon as dr } from "./HouseValuationIcon.js";
62
62
  import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
63
63
  import { DownloadIcon as hr } from "./DownloadIcon.js";
64
64
  import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
65
- import { PriceIcon as Ar } from "./PriceIcon.js";
65
+ import { PriceIcon as yr } from "./PriceIcon.js";
66
66
  import { DemandIcon as Cr } from "./DemandIcon.js";
67
- import { TransactionIcon as Tr } from "./TransactionIcon.js";
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";
@@ -89,9 +89,9 @@ import { BoxIcon as de } from "./BoxIcon.js";
89
89
  import { ParkingIcon as ue } from "./ParkingIcon.js";
90
90
  import { PoolIcon as he } from "./PoolIcon.js";
91
91
  import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
92
- import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
92
+ import { CommunalGardenIcon as ye } from "./CommunalGardenIcon.js";
93
93
  import { TennisIcon as Ce } from "./TennisIcon.js";
94
- import { ReceptionIcon as Te } from "./ReceptionIcon.js";
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";
@@ -116,9 +116,9 @@ import { EntranceIcon as dt } from "./EntranceIcon.js";
116
116
  import { OpticFiberIcon as ut } from "./OpticFiberIcon.js";
117
117
  import { ElectricGateIcon as ht } from "./ElectricGateIcon.js";
118
118
  import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
119
- import { FireplaceIcon as At } from "./FireplaceIcon.js";
119
+ import { FireplaceIcon as yt } from "./FireplaceIcon.js";
120
120
  import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
121
- import { TypeTvIcon as Tt } from "./TypeTvIcon.js";
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,73 +140,71 @@ 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 { ArrowFilledIcon as kn } from "./ArrowFilledIcon.js";
144
- import { BankIcon as Wn } from "./BankIcon.js";
145
- import { CartIcon as Pn } from "./CartIcon.js";
146
- import { ChargeIcon as yn } from "./ChargeIcon.js";
147
- import { HospitalIcon as wn } from "./HospitalIcon.js";
148
- import { PharmacyIcon as Fn } from "./PharmacyIcon.js";
149
- import { PostOfficeIcon as Ln } from "./PostOfficeIcon.js";
150
- import { SchoolIcon as vn } from "./SchoolIcon.js";
151
- import { SubwayIcon as Mn } from "./SubwayIcon.js";
152
- import { TransportIcon as Dn } from "./TransportIcon.js";
153
- import { MetroIcon as Rn } from "./MetroIcon.js";
154
- import { TrainIcon as En } from "./TrainIcon.js";
155
- import { BusIcon as qn } from "./BusIcon.js";
156
- import { WikicasaDatiLogoIcon as Kn } from "./WikicasaDatiLogo.js";
157
- import { WikicasaLogoIcon as Qn } from "./WikicasaLogo.js";
158
- import { WikiNerdImg as Zn } from "./WikiNerd.js";
159
- import { WikiNerdValutaMobileImg as Jn } from "./WikiNerdValutaMobile.js";
160
- import { WikiNerdMercatoImg as _n } from "./WikiNerdMercatoHome.js";
161
- import { WikiNerdValutaDesktopImg as oc } from "./WikiNerdValutaDesktop.js";
162
- import { WikiNerdDownloadAppImg as ec } from "./WikiNerdDownloadApp.js";
163
- import { WikicasaStudioLogoIcon as nc } from "./WikicasaStudioLogo.js";
164
- import { GenericUserWikiAvatarImg as mc } from "./GenericUserWikiAvatar.js";
165
- import { ShieldImg as fc } from "./ShieldImg.js";
166
- import { SnapImg as xc } from "./SnapImg.js";
167
- import { StopWatchImg as ic } from "./StopWatchImg.js";
168
- import { CheckImg as sc } from "./CheckImg.js";
169
- import { IareeImg as gc } from "./IareeImg.js";
170
- import { WikiNerdAnalyzeImg as kc } from "./WikiNerdAnalyzeImg.js";
171
- import { WikiNerdValuationNotAvailableImg as Wc } from "./WikiNerdValuationNotAvailableImg.js";
172
- import { InsightImg as Pc } from "./InsightImg.js";
173
- import { GenericUserWikiAvatarSquaredImg as yc } from "./GenericUserWikiAvatarSquaredImg.js";
174
- import { WikiNoSavedSearchesImg as wc } from "./WikiNoSavedSearches.js";
175
- import { WikicasaProIcon as Fc } from "./WikicasaProIcon.js";
176
- import { WikiNerdAgency as Lc } from "./WikiNerdAgency.js";
143
+ import { BankIcon as kn } from "./BankIcon.js";
144
+ import { CartIcon as Wn } from "./CartIcon.js";
145
+ import { ChargeIcon as Pn } from "./ChargeIcon.js";
146
+ import { HospitalIcon as An } from "./HospitalIcon.js";
147
+ import { PharmacyIcon as Tn } from "./PharmacyIcon.js";
148
+ import { PostOfficeIcon as Fn } from "./PostOfficeIcon.js";
149
+ import { SchoolIcon as Ln } from "./SchoolIcon.js";
150
+ import { SubwayIcon as vn } from "./SubwayIcon.js";
151
+ import { TransportIcon as Mn } from "./TransportIcon.js";
152
+ import { MetroIcon as Dn } from "./MetroIcon.js";
153
+ import { TrainIcon as Rn } from "./TrainIcon.js";
154
+ import { BusIcon as En } from "./BusIcon.js";
155
+ import { WikicasaDatiLogoIcon as qn } from "./WikicasaDatiLogo.js";
156
+ import { WikicasaLogoIcon as Kn } from "./WikicasaLogo.js";
157
+ import { WikiNerdImg as Qn } from "./WikiNerd.js";
158
+ import { WikiNerdValutaMobileImg as Zn } from "./WikiNerdValutaMobile.js";
159
+ import { WikiNerdMercatoImg as Jn } from "./WikiNerdMercatoHome.js";
160
+ import { WikiNerdValutaDesktopImg as _n } from "./WikiNerdValutaDesktop.js";
161
+ import { WikiNerdDownloadAppImg as oc } from "./WikiNerdDownloadApp.js";
162
+ import { WikicasaStudioLogoIcon as ec } from "./WikicasaStudioLogo.js";
163
+ import { GenericUserWikiAvatarImg as nc } from "./GenericUserWikiAvatar.js";
164
+ import { ShieldImg as mc } from "./ShieldImg.js";
165
+ import { SnapImg as fc } from "./SnapImg.js";
166
+ import { StopWatchImg as xc } from "./StopWatchImg.js";
167
+ import { CheckImg as ic } from "./CheckImg.js";
168
+ import { IareeImg as sc } from "./IareeImg.js";
169
+ import { WikiNerdAnalyzeImg as gc } from "./WikiNerdAnalyzeImg.js";
170
+ import { WikiNerdValuationNotAvailableImg as kc } from "./WikiNerdValuationNotAvailableImg.js";
171
+ import { InsightImg as Wc } from "./InsightImg.js";
172
+ import { GenericUserWikiAvatarSquaredImg as Pc } from "./GenericUserWikiAvatarSquaredImg.js";
173
+ import { WikiNoSavedSearchesImg as Ac } from "./WikiNoSavedSearches.js";
174
+ import { WikicasaProIcon as Tc } from "./WikicasaProIcon.js";
175
+ import { WikiNerdAgency as Fc } from "./WikiNerdAgency.js";
177
176
  export {
178
177
  e as AboutUsIcon,
179
178
  je as AirConditionerIcon,
180
179
  tt as AlarmIcon,
181
180
  Uo as AnalyticsIcon,
182
181
  be as ArchitecturalBarriersIcon,
183
- kn as ArrowFilledIcon,
184
182
  n as ArrowIcon,
185
183
  Ir as ArrowIndicatorIcon,
186
184
  Ut as AttachedIcon,
187
185
  Xe as AtticIcon,
188
186
  Vr as AuctionHammerIcon,
189
187
  Yt as BalconyIcon,
190
- Wn as BankIcon,
188
+ kn as BankIcon,
191
189
  m as BarChartIcon,
192
190
  Br as BathroomIcon,
193
191
  f as BellIcon,
194
192
  de as BoxIcon,
195
193
  x as BulbIcon,
196
- qn as BusIcon,
197
- Pn as CartIcon,
194
+ En as BusIcon,
195
+ Wn as CartIcon,
198
196
  lt as CeilingIcon,
199
197
  Oe as CellarIcon,
200
- yn as ChargeIcon,
198
+ Pn as ChargeIcon,
201
199
  i as CheckActiveIcon,
202
200
  Nr as CheckIcon,
203
- sc as CheckImg,
201
+ ic as CheckImg,
204
202
  s as CheckInactiveIcon,
205
203
  ur as CheckRoundedIcon,
206
204
  Xt as ClockIcon,
207
205
  g as CloseIcon,
208
206
  ct as ClosetIcon,
209
- Ae as CommunalGardenIcon,
207
+ ye as CommunalGardenIcon,
210
208
  tn as ConditionTypeIcon,
211
209
  jr as CredipassIcon,
212
210
  $t as CrossIcon,
@@ -216,7 +214,7 @@ export {
216
214
  Ve as DishwasherIcon,
217
215
  hr as DownloadIcon,
218
216
  P as DrawIcon,
219
- y as EditIcon,
217
+ A as EditIcon,
220
218
  ht as ElectricGateIcon,
221
219
  Gr as EnergyClassIcon,
222
220
  dt as EntranceIcon,
@@ -224,16 +222,16 @@ export {
224
222
  jo as FacebookIcon,
225
223
  Yr as FacebookRoundedIcon,
226
224
  sn as FiltersIcon,
227
- At as FireplaceIcon,
225
+ yt as FireplaceIcon,
228
226
  pt as FixturesIcon,
229
227
  Be as FridgeIcon,
230
228
  Bt as FrontBuildingIcon,
231
229
  ze as FurnishedIcon,
232
230
  Oo as GearIcon,
233
- mc as GenericUserWikiAvatarImg,
234
- yc as GenericUserWikiAvatarSquaredImg,
231
+ nc as GenericUserWikiAvatarImg,
232
+ Pc as GenericUserWikiAvatarSquaredImg,
235
233
  cn as GeolocationIcon,
236
- w as GermanyFlagIcon,
234
+ T as GermanyFlagIcon,
237
235
  cr as GoogleIcon,
238
236
  pn as GpsIcon,
239
237
  tr as HamburgerMenuIcon,
@@ -242,12 +240,12 @@ export {
242
240
  L as HidePswIcon,
243
241
  He as HobIcon,
244
242
  v as HomeIcon,
245
- wn as HospitalIcon,
243
+ An as HospitalIcon,
246
244
  at as HotWaterIcon,
247
245
  dr as HouseValuationIcon,
248
- gc as IareeImg,
246
+ sc as IareeImg,
249
247
  br as InfoIcon,
250
- Pc as InsightImg,
248
+ Wc as InsightImg,
251
249
  $o as InstagramIcon,
252
250
  M as ItalyFlagIcon,
253
251
  Ie as KeyIcon,
@@ -263,7 +261,7 @@ export {
263
261
  q as MailIcon,
264
262
  K as MapIcon,
265
263
  ae as MegaphoneIcon,
266
- Rn as MetroIcon,
264
+ Dn as MetroIcon,
267
265
  Vt as MezzanineIcon,
268
266
  an as MovingHandIcon,
269
267
  Q as NewsIcon,
@@ -272,7 +270,7 @@ export {
272
270
  ue as ParkingIcon,
273
271
  le as ParkingSpotIcon,
274
272
  ce as PartnershipIcon,
275
- Fn as PharmacyIcon,
273
+ Tn as PharmacyIcon,
276
274
  J as PhoneIcon,
277
275
  Ue as PhotoAlbumIcon,
278
276
  Ur as PhotoIcon,
@@ -281,30 +279,30 @@ export {
281
279
  oo as PlanIcon,
282
280
  eo as PlusIcon,
283
281
  he as PoolIcon,
284
- Ln as PostOfficeIcon,
282
+ Fn as PostOfficeIcon,
285
283
  no as PrestigeIcon,
286
- Ar as PriceIcon,
284
+ yr as PriceIcon,
287
285
  ar as PrincipalIcon,
288
286
  mo as PrintIcon,
289
287
  Se as PrivateGardenIcon,
290
288
  fo as ProfileIcon,
291
289
  xo as QuotesIcon,
292
- Te as ReceptionIcon,
290
+ we as ReceptionIcon,
293
291
  io as RequestIcon,
294
292
  rt as RoofIcon,
295
293
  bt as SatelliteSystemIcon,
296
- vn as SchoolIcon,
294
+ Ln as SchoolIcon,
297
295
  so as SearchIcon,
298
296
  Ct as SecurityDoorIcon,
299
297
  uo as ShareIcon,
300
- fc as ShieldImg,
301
- xc as SnapImg,
298
+ mc as ShieldImg,
299
+ fc as SnapImg,
302
300
  $r as SortIcon,
303
301
  Sr as SquareMeterIcon,
304
302
  te as StarIcon,
305
- ic as StopWatchImg,
303
+ xc as StopWatchImg,
306
304
  re as StreetViewIcon,
307
- Mn as SubwayIcon,
305
+ vn as SubwayIcon,
308
306
  ho as SuitcaseIcon,
309
307
  zt as SupermarketIcon,
310
308
  $e as TavernIcon,
@@ -312,18 +310,18 @@ export {
312
310
  Ce as TennisIcon,
313
311
  jt as TerraceIcon,
314
312
  So as TieIcon,
315
- Ao as TourIcon,
313
+ yo as TourIcon,
316
314
  In as TradingIcon,
317
- En as TrainIcon,
318
- Tr as TransactionIcon,
319
- Dn as TransportIcon,
315
+ Rn as TrainIcon,
316
+ wr as TransactionIcon,
317
+ Mn as TransportIcon,
320
318
  Ht as TypeFloorIcon,
321
319
  Nt as TypeRollerShutterIcon,
322
- Tt as TypeTvIcon,
320
+ wt as TypeTvIcon,
323
321
  It as TypeViewIcon,
324
322
  Co as UkFlagIcon,
325
323
  Ne as UploadIcon,
326
- To as ValuationIcon,
324
+ wo as ValuationIcon,
327
325
  bo as VideoIcon,
328
326
  No as ViewPswIcon,
329
327
  Ho as WalletIcon,
@@ -332,21 +330,21 @@ export {
332
330
  Ge as WashingMachineIcon,
333
331
  Or as WhatsappRoundedIcon,
334
332
  St as WhirlpoolIcon,
335
- Lc as WikiNerdAgency,
336
- kc as WikiNerdAnalyzeImg,
337
- ec as WikiNerdDownloadAppImg,
338
- Zn as WikiNerdImg,
339
- _n as WikiNerdMercatoImg,
340
- Wc as WikiNerdValuationNotAvailableImg,
341
- oc as WikiNerdValutaDesktopImg,
342
- Jn as WikiNerdValutaMobileImg,
343
- wc as WikiNoSavedSearchesImg,
344
- Kn as WikicasaDatiLogoIcon,
333
+ Fc as WikiNerdAgency,
334
+ gc as WikiNerdAnalyzeImg,
335
+ oc as WikiNerdDownloadAppImg,
336
+ Qn as WikiNerdImg,
337
+ Jn as WikiNerdMercatoImg,
338
+ kc as WikiNerdValuationNotAvailableImg,
339
+ _n as WikiNerdValutaDesktopImg,
340
+ Zn as WikiNerdValutaMobileImg,
341
+ Ac as WikiNoSavedSearchesImg,
342
+ qn as WikicasaDatiLogoIcon,
345
343
  zo as WikicasaIcon,
346
- Qn as WikicasaLogoIcon,
347
- Fc as WikicasaProIcon,
344
+ Kn as WikicasaLogoIcon,
345
+ Tc as WikicasaProIcon,
348
346
  pr as WikicasaRoundedIcon,
349
- nc as WikicasaStudioLogoIcon,
347
+ ec as WikicasaStudioLogoIcon,
350
348
  Vo as WkAppIcon,
351
349
  Yo as WkFavIcon,
352
350
  rr as YoutubeIcon,
@@ -140,7 +140,6 @@ 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 { ArrowFilledIcon } from './svgIcons/ArrowFilledIcon';
144
143
  export { BankIcon } from './svgIcons/poi/BankIcon';
145
144
  export { CartIcon } from './svgIcons/poi/CartIcon';
146
145
  export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
@@ -1,5 +1,5 @@
1
1
  import { FunctionalSvgIconComponent, SvgProps } from '../../types/FunctionalSvgIconComponent';
2
2
 
3
3
  export declare const AuctionHammerIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
4
- bgColor?: string;
4
+ 'bg-color'?: string;
5
5
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -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
- };
@@ -1,3 +0,0 @@
1
- import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
-
3
- export declare const ArrowFilledIcon: FunctionalSvgIconComponent;