@wikicasa-dev/svg-icons 0.0.44 → 0.0.46

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.
@@ -0,0 +1,23 @@
1
+ import { h as r } from "vue";
2
+ import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const i = (C, { attrs: o }) => e({
4
+ props: C,
5
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 15" },
6
+ childrenNodes: r(
7
+ "g",
8
+ {
9
+ fill: o["fill-color"] ?? "#222",
10
+ stroke: o["stroke-color"] ?? "#222",
11
+ "stroke-linecap": o["stroke-linecap"] ?? "round",
12
+ "stroke-width": o["stroke-width"] ?? "1.3"
13
+ },
14
+ [
15
+ r("path", {
16
+ d: "M11.2991 14C11.2398 14 11.1813 13.9815 11.1253 13.9449L8.20053 12.0381C7.99054 11.9012 7.7483 11.8288 7.5 11.8288C7.2517 11.8288 7.00946 11.9012 6.79947 12.0381L3.8747 13.9449C3.81867 13.9815 3.76017 14 3.70084 14C3.60233 14 3.50134 13.9478 3.43725 13.8638C3.39423 13.8074 3.34947 13.7122 3.3805 13.5789L4.21096 10.0127C4.32652 9.5165 4.16585 9.00128 3.79166 8.66811L1.11523 6.28507C0.965399 6.15166 0.997158 5.98687 1.01777 5.9222C1.03837 5.85754 1.1076 5.70549 1.30482 5.69015L4.77119 5.42047C5.2665 5.38193 5.70604 5.04927 5.89095 4.57296L7.19542 1.21284C7.26999 1.02074 7.43327 1 7.5 1C7.56673 1 7.73 1.02074 7.80458 1.21284L9.10904 4.57296C9.29396 5.04927 9.7335 5.38193 10.2288 5.42047L13.6952 5.69015C13.8924 5.70549 13.9616 5.85755 13.9822 5.9222C14.0028 5.98687 14.0346 6.15167 13.8848 6.28508L11.2083 8.6681C10.8342 9.00128 10.6735 9.5165 10.789 10.0127L11.6195 13.5789C11.6505 13.7121 11.6058 13.8073 11.5627 13.8637C11.4986 13.9478 11.3976 14 11.2991 14Z"
17
+ })
18
+ ]
19
+ )
20
+ });
21
+ export {
22
+ i as StarIcon
23
+ };
@@ -0,0 +1,36 @@
1
+ import { h as t } from "vue";
2
+ import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const d = (o, { attrs: e }) => r({
4
+ props: o,
5
+ svgNodeAttrs: {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 20.017 17.3",
8
+ width: o.width ?? 20,
9
+ height: o.height ?? 17
10
+ },
11
+ childrenNodes: t(
12
+ "g",
13
+ {
14
+ fill: "none",
15
+ stroke: e["stroke-color"] ?? "#222",
16
+ "stroke-linecap": "round",
17
+ "stroke-linejoin": "round",
18
+ "stroke-width": e["stroke-width"] ?? "1.3"
19
+ },
20
+ [
21
+ t("path", {
22
+ d: "M14.469 11.418c2.917.471 4.9 1.391 4.9 2.448 0 1.537-4.191 2.784-9.359 2.784S.65 15.404.65 13.866c0-1.055 1.963-1.97 4.857-2.443"
23
+ }),
24
+ t("path", {
25
+ d: "M11.86 2.501a1.851 1.851 0 1 0-1.851 1.849 1.851 1.851 0 0 0 1.851-1.849"
26
+ }),
27
+ t("path", { d: "M10.009.65a1.851 1.851 0 1 1-1.851 1.851A1.851 1.851 0 0 1 10.009.65Z" }),
28
+ t("path", {
29
+ d: "M11.18 13.114a8.14 8.14 0 0 1 .941-2.3 4.594 4.594 0 0 0 .7-2.369V6.978c0-.72-.412-1.127-.921-1.127H8.113a.919.919 0 0 0-.92.92v1.706a4.675 4.675 0 0 0 .612 2.293 11.781 11.781 0 0 1 .98 2.352.93.93 0 0 0 .885.671h.624a.9.9 0 0 0 .886-.679Z"
30
+ })
31
+ ]
32
+ )
33
+ });
34
+ export {
35
+ d as StreetViewIcon
36
+ };
package/dist/index.js CHANGED
@@ -9,12 +9,12 @@ 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 w } from "./EditIcon.js";
12
+ import { EditIcon as A } from "./EditIcon.js";
13
13
  import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
14
14
  import { HeartIcon as y } from "./HeartIcon.js";
15
15
  import { HidePswIcon as H } from "./HidePswIcon.js";
16
- import { HomeIcon as v } from "./HomeIcon.js";
17
- import { ItalyFlagIcon as V } from "./ItalyFlagIcon.js";
16
+ import { HomeIcon as V } from "./HomeIcon.js";
17
+ import { ItalyFlagIcon as R } from "./ItalyFlagIcon.js";
18
18
  import { LayersIcon as F } from "./LayersIcon.js";
19
19
  import { LocationIcon as T } from "./LocationIcon.js";
20
20
  import { LogoutIcon as U } from "./LogoutIcon.js";
@@ -35,12 +35,12 @@ 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 wo } from "./TourIcon.js";
39
39
  import { UkFlagIcon as Co } from "./UkFlagIcon.js";
40
40
  import { ValuationIcon as bo } from "./ValuationIcon.js";
41
41
  import { VideoIcon as Do } from "./VideoIcon.js";
42
42
  import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
43
- import { WalletIcon as Ro } from "./WalletIcon.js";
43
+ import { WalletIcon as vo } from "./WalletIcon.js";
44
44
  import { WarningIcon as Bo } from "./WarningIcon.js";
45
45
  import { WarningIconRounded as Mo } from "./WarningIconRounded.js";
46
46
  import { WkAppIcon as Go } from "./WkAppIcon.js";
@@ -62,12 +62,12 @@ import { HouseValuationIcon as sr } 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 wr } from "./PriceIcon.js";
66
66
  import { DemandIcon as Cr } from "./DemandIcon.js";
67
67
  import { TransactionIcon as br } from "./TransactionIcon.js";
68
68
  import { InfoIcon as Dr } from "./InfoIcon.js";
69
69
  import { CheckIcon as Lr } from "./CheckIcon.js";
70
- import { ExternalLinkIcon as Rr } from "./ExternalLinkIcon.js";
70
+ import { ExternalLinkIcon as vr } from "./ExternalLinkIcon.js";
71
71
  import { BathroomIcon as Br } from "./BathroomIcon.js";
72
72
  import { EnergyClassIcon as Mr } from "./EnergyClassIcon.js";
73
73
  import { AuctionHammerIcon as Gr } from "./AuctionHammerIcon.js";
@@ -78,53 +78,55 @@ import { FacebookRoundedIcon as Jr } from "./FacebookRoundedIcon.js";
78
78
  import { CredipassIcon as Or } from "./CredipassIcon.js";
79
79
  import { HeartShadowedIcon as Zr } from "./HeartShadowedIcon.js";
80
80
  import { SortIcon as $r } from "./SortIcon.js";
81
- import { BankIcon as re } from "./BankIcon.js";
82
- import { BusIcon as te } from "./BusIcon.js";
83
- import { CartIcon as me } from "./CartIcon.js";
84
- import { ChargeIcon as pe } from "./Charge.js";
85
- import { HospitalIcon as fe } from "./HospitalIcon.js";
86
- import { PharmacyIcon as ae } from "./PharmacyIcon.js";
87
- import { PostIcon as de } from "./PostIcon.js";
88
- import { SchoolIcon as se } from "./SchoolIcon.js";
89
- import { SubwayIcon as ue } from "./SubwayIcon.js";
90
- import { TrainIcon as he } from "./TrainIcon.js";
91
- import { TrainAltIcon as Se } from "./TrainAltIcon.js";
92
- import { WikicasaDatiLogoIcon as Ae } from "./WikicasaDatiLogo.js";
93
- import { WikicasaLogoIcon as Ce } from "./WikicasaLogo.js";
94
- import { WikiNerdImg as be } from "./WikiNerd.js";
95
- import { WikiNerdValutaMobileImg as De } from "./WikiNerdValutaMobile.js";
96
- import { WikiNerdMercatoImg as Le } from "./WikiNerdMercatoHome.js";
97
- import { WikiNerdValutaDesktopImg as Re } from "./WikiNerdValutaDesktop.js";
98
- import { WikiNerdDownloadAppImg as Be } from "./WikiNerdDownloadApp.js";
99
- import { WikicasaStudioLogoIcon as Me } from "./WikicasaStudioLogo.js";
100
- import { GenericUserWikiAvatarImg as Ge } from "./GenericUserWikiAvatar.js";
101
- import { ShieldImg as qe } from "./ShieldImg.js";
102
- import { SnapImg as ze } from "./SnapImg.js";
103
- import { StopWatchImg as Ye } from "./StopWatchImg.js";
104
- import { CheckImg as Je } from "./CheckImg.js";
105
- import { IareeImg as Oe } from "./IareeImg.js";
106
- import { WikiNerdAnalyzeImg as Ze } from "./WikiNerdAnalyzeImg.js";
107
- import { WikiNerdValuationNotAvailableImg as $e } from "./WikiNerdValuationNotAvailableImg.js";
108
- import { InsightImg as rt } from "./InsightImg.js";
109
- import { GenericUserWikiAvatarSquaredImg as tt } from "./GenericUserWikiAvatarSquaredImg.js";
110
- import { WikiNoSavedSearchesImg as mt } from "./WikiNoSavedSearches.js";
81
+ import { StreetViewIcon as re } from "./StreetViewIcon.js";
82
+ import { StarIcon as te } from "./StarIcon.js";
83
+ import { BankIcon as me } from "./BankIcon.js";
84
+ import { BusIcon as pe } from "./BusIcon.js";
85
+ import { CartIcon as fe } from "./CartIcon.js";
86
+ import { ChargeIcon as ae } from "./Charge.js";
87
+ import { HospitalIcon as de } from "./HospitalIcon.js";
88
+ import { PharmacyIcon as se } from "./PharmacyIcon.js";
89
+ import { PostIcon as ue } from "./PostIcon.js";
90
+ import { SchoolIcon as he } from "./SchoolIcon.js";
91
+ import { SubwayIcon as Se } from "./SubwayIcon.js";
92
+ import { TrainIcon as we } from "./TrainIcon.js";
93
+ import { TrainAltIcon as Ce } from "./TrainAltIcon.js";
94
+ import { WikicasaDatiLogoIcon as be } from "./WikicasaDatiLogo.js";
95
+ import { WikicasaLogoIcon as De } from "./WikicasaLogo.js";
96
+ import { WikiNerdImg as Le } from "./WikiNerd.js";
97
+ import { WikiNerdValutaMobileImg as ve } from "./WikiNerdValutaMobile.js";
98
+ import { WikiNerdMercatoImg as Be } from "./WikiNerdMercatoHome.js";
99
+ import { WikiNerdValutaDesktopImg as Me } from "./WikiNerdValutaDesktop.js";
100
+ import { WikiNerdDownloadAppImg as Ge } from "./WikiNerdDownloadApp.js";
101
+ import { WikicasaStudioLogoIcon as qe } from "./WikicasaStudioLogo.js";
102
+ import { GenericUserWikiAvatarImg as ze } from "./GenericUserWikiAvatar.js";
103
+ import { ShieldImg as Ye } from "./ShieldImg.js";
104
+ import { SnapImg as Je } from "./SnapImg.js";
105
+ import { StopWatchImg as Oe } from "./StopWatchImg.js";
106
+ import { CheckImg as Ze } from "./CheckImg.js";
107
+ import { IareeImg as $e } from "./IareeImg.js";
108
+ import { WikiNerdAnalyzeImg as rt } from "./WikiNerdAnalyzeImg.js";
109
+ import { WikiNerdValuationNotAvailableImg as tt } from "./WikiNerdValuationNotAvailableImg.js";
110
+ import { InsightImg as mt } from "./InsightImg.js";
111
+ import { GenericUserWikiAvatarSquaredImg as pt } from "./GenericUserWikiAvatarSquaredImg.js";
112
+ import { WikiNoSavedSearchesImg as ft } from "./WikiNoSavedSearches.js";
111
113
  export {
112
114
  e as AboutUsIcon,
113
115
  qo as AnalyticsIcon,
114
116
  n as ArrowIcon,
115
117
  fr as ArrowIndicatorIcon,
116
118
  Gr as AuctionHammerIcon,
117
- re as BankIcon,
119
+ me as BankIcon,
118
120
  c as BarChartIcon,
119
121
  Br as BathroomIcon,
120
122
  I as BellIcon,
121
123
  x as BulbIcon,
122
- te as BusIcon,
123
- me as CartIcon,
124
- pe as ChargeIcon,
124
+ pe as BusIcon,
125
+ fe as CartIcon,
126
+ ae as ChargeIcon,
125
127
  i as CheckActiveIcon,
126
128
  Lr as CheckIcon,
127
- Je as CheckImg,
129
+ Ze as CheckImg,
128
130
  l as CheckInactiveIcon,
129
131
  ur as CheckRoundedIcon,
130
132
  g as CloseIcon,
@@ -134,28 +136,28 @@ export {
134
136
  Cr as DemandIcon,
135
137
  hr as DownloadIcon,
136
138
  P as DrawIcon,
137
- w as EditIcon,
139
+ A as EditIcon,
138
140
  Mr as EnergyClassIcon,
139
- Rr as ExternalLinkIcon,
141
+ vr as ExternalLinkIcon,
140
142
  Oo as FacebookIcon,
141
143
  Jr as FacebookRoundedIcon,
142
144
  Yo as GearIcon,
143
- Ge as GenericUserWikiAvatarImg,
144
- tt as GenericUserWikiAvatarSquaredImg,
145
+ ze as GenericUserWikiAvatarImg,
146
+ pt as GenericUserWikiAvatarSquaredImg,
145
147
  N as GermanyFlagIcon,
146
148
  mr as GoogleIcon,
147
149
  tr as HamburgerMenuIcon,
148
150
  y as HeartIcon,
149
151
  Zr as HeartShadowedIcon,
150
152
  H as HidePswIcon,
151
- v as HomeIcon,
152
- fe as HospitalIcon,
153
+ V as HomeIcon,
154
+ de as HospitalIcon,
153
155
  sr as HouseValuationIcon,
154
- Oe as IareeImg,
156
+ $e as IareeImg,
155
157
  Dr as InfoIcon,
156
- rt as InsightImg,
158
+ mt as InsightImg,
157
159
  $o as InstagramIcon,
158
- V as ItalyFlagIcon,
160
+ R as ItalyFlagIcon,
159
161
  F as LayersIcon,
160
162
  Zo as LinkedinIcon,
161
163
  T as LocationIcon,
@@ -164,58 +166,60 @@ export {
164
166
  Q as MapIcon,
165
167
  j as NewsIcon,
166
168
  K as NotesIcon,
167
- ae as PharmacyIcon,
169
+ se as PharmacyIcon,
168
170
  X as PhoneIcon,
169
171
  qr as PhotoIcon,
170
172
  _ as PinIcon,
171
173
  dr as PinShadowedIcon,
172
174
  oo as PlanIcon,
173
175
  eo as PlusIcon,
174
- de as PostIcon,
176
+ ue as PostIcon,
175
177
  no as PrestigeIcon,
176
- Ar as PriceIcon,
178
+ wr as PriceIcon,
177
179
  ar as PrincipalIcon,
178
180
  co as PrintIcon,
179
181
  Io as ProfileIcon,
180
182
  xo as QuotesIcon,
181
183
  io as RequestIcon,
182
- se as SchoolIcon,
184
+ he as SchoolIcon,
183
185
  so as SearchIcon,
184
186
  uo as ShareIcon,
185
- qe as ShieldImg,
186
- ze as SnapImg,
187
+ Ye as ShieldImg,
188
+ Je as SnapImg,
187
189
  $r as SortIcon,
188
190
  Sr as SquareMeterIcon,
189
- Ye as StopWatchImg,
190
- ue as SubwayIcon,
191
+ te as StarIcon,
192
+ Oe as StopWatchImg,
193
+ re as StreetViewIcon,
194
+ Se as SubwayIcon,
191
195
  ho as SuitcaseIcon,
192
196
  zr as TelegramRoundedIcon,
193
197
  So as TieIcon,
194
- Ao as TourIcon,
195
- Se as TrainAltIcon,
196
- he as TrainIcon,
198
+ wo as TourIcon,
199
+ Ce as TrainAltIcon,
200
+ we as TrainIcon,
197
201
  br as TransactionIcon,
198
202
  Co as UkFlagIcon,
199
203
  bo as ValuationIcon,
200
204
  Do as VideoIcon,
201
205
  Lo as ViewPswIcon,
202
- Ro as WalletIcon,
206
+ vo as WalletIcon,
203
207
  Bo as WarningIcon,
204
208
  Mo as WarningIconRounded,
205
209
  Yr as WhatsappRoundedIcon,
206
- Ze as WikiNerdAnalyzeImg,
207
- Be as WikiNerdDownloadAppImg,
208
- be as WikiNerdImg,
209
- Le as WikiNerdMercatoImg,
210
- $e as WikiNerdValuationNotAvailableImg,
211
- Re as WikiNerdValutaDesktopImg,
212
- De as WikiNerdValutaMobileImg,
213
- mt as WikiNoSavedSearchesImg,
214
- Ae as WikicasaDatiLogoIcon,
210
+ rt as WikiNerdAnalyzeImg,
211
+ Ge as WikiNerdDownloadAppImg,
212
+ Le as WikiNerdImg,
213
+ Be as WikiNerdMercatoImg,
214
+ tt as WikiNerdValuationNotAvailableImg,
215
+ Me as WikiNerdValutaDesktopImg,
216
+ ve as WikiNerdValutaMobileImg,
217
+ ft as WikiNoSavedSearchesImg,
218
+ be as WikicasaDatiLogoIcon,
215
219
  zo as WikicasaIcon,
216
- Ce as WikicasaLogoIcon,
220
+ De as WikicasaLogoIcon,
217
221
  pr as WikicasaRoundedIcon,
218
- Me as WikicasaStudioLogoIcon,
222
+ qe as WikicasaStudioLogoIcon,
219
223
  Go as WkAppIcon,
220
224
  Jo as WkFavIcon,
221
225
  rr as YoutubeIcon
@@ -78,6 +78,8 @@ export { FacebookRoundedIcon } from './svgIcons/FacebookRoundedIcon';
78
78
  export { CredipassIcon } from './svgIcons/CredipassIcon';
79
79
  export { HeartShadowedIcon } from './svgIcons/HeartShadowedIcon';
80
80
  export { SortIcon } from './svgIcons/SortIcon';
81
+ export { StreetViewIcon } from './svgIcons/StreetViewIcon';
82
+ export { StarIcon } from './svgIcons/StarIcon';
81
83
  export { BankIcon } from './svgIcons/poi/BankIcon';
82
84
  export { BusIcon } from './svgIcons/poi/BusIcon';
83
85
  export { CartIcon } from './svgIcons/poi/CartIcon';
@@ -0,0 +1,3 @@
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+
3
+ export declare const StarIcon: FunctionalSvgIconComponent;
@@ -0,0 +1,3 @@
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+
3
+ export declare const StreetViewIcon: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",