@wikicasa-dev/svg-icons 0.0.45 → 0.0.47

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 n = (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"] ?? "none",
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
+ n as StarIcon
23
+ };
package/dist/index.js CHANGED
@@ -79,53 +79,54 @@ 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
81
  import { StreetViewIcon as re } from "./StreetViewIcon.js";
82
- import { BankIcon as te } from "./BankIcon.js";
83
- import { BusIcon as me } from "./BusIcon.js";
84
- import { CartIcon as pe } from "./CartIcon.js";
85
- import { ChargeIcon as fe } from "./Charge.js";
86
- import { HospitalIcon as ae } from "./HospitalIcon.js";
87
- import { PharmacyIcon as de } from "./PharmacyIcon.js";
88
- import { PostIcon as se } from "./PostIcon.js";
89
- import { SchoolIcon as ue } from "./SchoolIcon.js";
90
- import { SubwayIcon as he } from "./SubwayIcon.js";
91
- import { TrainIcon as Se } from "./TrainIcon.js";
92
- import { TrainAltIcon as we } from "./TrainAltIcon.js";
93
- import { WikicasaDatiLogoIcon as Ce } from "./WikicasaDatiLogo.js";
94
- import { WikicasaLogoIcon as be } from "./WikicasaLogo.js";
95
- import { WikiNerdImg as De } from "./WikiNerd.js";
96
- import { WikiNerdValutaMobileImg as Le } from "./WikiNerdValutaMobile.js";
97
- import { WikiNerdMercatoImg as ve } from "./WikiNerdMercatoHome.js";
98
- import { WikiNerdValutaDesktopImg as Be } from "./WikiNerdValutaDesktop.js";
99
- import { WikiNerdDownloadAppImg as Me } from "./WikiNerdDownloadApp.js";
100
- import { WikicasaStudioLogoIcon as Ge } from "./WikicasaStudioLogo.js";
101
- import { GenericUserWikiAvatarImg as qe } from "./GenericUserWikiAvatar.js";
102
- import { ShieldImg as ze } from "./ShieldImg.js";
103
- import { SnapImg as Ye } from "./SnapImg.js";
104
- import { StopWatchImg as Je } from "./StopWatchImg.js";
105
- import { CheckImg as Oe } from "./CheckImg.js";
106
- import { IareeImg as Ze } from "./IareeImg.js";
107
- import { WikiNerdAnalyzeImg as $e } from "./WikiNerdAnalyzeImg.js";
108
- import { WikiNerdValuationNotAvailableImg as rt } from "./WikiNerdValuationNotAvailableImg.js";
109
- import { InsightImg as tt } from "./InsightImg.js";
110
- import { GenericUserWikiAvatarSquaredImg as mt } from "./GenericUserWikiAvatarSquaredImg.js";
111
- import { WikiNoSavedSearchesImg as pt } from "./WikiNoSavedSearches.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";
112
113
  export {
113
114
  e as AboutUsIcon,
114
115
  qo as AnalyticsIcon,
115
116
  n as ArrowIcon,
116
117
  fr as ArrowIndicatorIcon,
117
118
  Gr as AuctionHammerIcon,
118
- te as BankIcon,
119
+ me as BankIcon,
119
120
  c as BarChartIcon,
120
121
  Br as BathroomIcon,
121
122
  I as BellIcon,
122
123
  x as BulbIcon,
123
- me as BusIcon,
124
- pe as CartIcon,
125
- fe as ChargeIcon,
124
+ pe as BusIcon,
125
+ fe as CartIcon,
126
+ ae as ChargeIcon,
126
127
  i as CheckActiveIcon,
127
128
  Lr as CheckIcon,
128
- Oe as CheckImg,
129
+ Ze as CheckImg,
129
130
  l as CheckInactiveIcon,
130
131
  ur as CheckRoundedIcon,
131
132
  g as CloseIcon,
@@ -141,8 +142,8 @@ export {
141
142
  Oo as FacebookIcon,
142
143
  Jr as FacebookRoundedIcon,
143
144
  Yo as GearIcon,
144
- qe as GenericUserWikiAvatarImg,
145
- mt as GenericUserWikiAvatarSquaredImg,
145
+ ze as GenericUserWikiAvatarImg,
146
+ pt as GenericUserWikiAvatarSquaredImg,
146
147
  N as GermanyFlagIcon,
147
148
  mr as GoogleIcon,
148
149
  tr as HamburgerMenuIcon,
@@ -150,11 +151,11 @@ export {
150
151
  Zr as HeartShadowedIcon,
151
152
  H as HidePswIcon,
152
153
  V as HomeIcon,
153
- ae as HospitalIcon,
154
+ de as HospitalIcon,
154
155
  sr as HouseValuationIcon,
155
- Ze as IareeImg,
156
+ $e as IareeImg,
156
157
  Dr as InfoIcon,
157
- tt as InsightImg,
158
+ mt as InsightImg,
158
159
  $o as InstagramIcon,
159
160
  R as ItalyFlagIcon,
160
161
  F as LayersIcon,
@@ -165,14 +166,14 @@ export {
165
166
  Q as MapIcon,
166
167
  j as NewsIcon,
167
168
  K as NotesIcon,
168
- de as PharmacyIcon,
169
+ se as PharmacyIcon,
169
170
  X as PhoneIcon,
170
171
  qr as PhotoIcon,
171
172
  _ as PinIcon,
172
173
  dr as PinShadowedIcon,
173
174
  oo as PlanIcon,
174
175
  eo as PlusIcon,
175
- se as PostIcon,
176
+ ue as PostIcon,
176
177
  no as PrestigeIcon,
177
178
  wr as PriceIcon,
178
179
  ar as PrincipalIcon,
@@ -180,22 +181,23 @@ export {
180
181
  Io as ProfileIcon,
181
182
  xo as QuotesIcon,
182
183
  io as RequestIcon,
183
- ue as SchoolIcon,
184
+ he as SchoolIcon,
184
185
  so as SearchIcon,
185
186
  uo as ShareIcon,
186
- ze as ShieldImg,
187
- Ye as SnapImg,
187
+ Ye as ShieldImg,
188
+ Je as SnapImg,
188
189
  $r as SortIcon,
189
190
  Sr as SquareMeterIcon,
190
- Je as StopWatchImg,
191
+ te as StarIcon,
192
+ Oe as StopWatchImg,
191
193
  re as StreetViewIcon,
192
- he as SubwayIcon,
194
+ Se as SubwayIcon,
193
195
  ho as SuitcaseIcon,
194
196
  zr as TelegramRoundedIcon,
195
197
  So as TieIcon,
196
198
  wo as TourIcon,
197
- we as TrainAltIcon,
198
- Se as TrainIcon,
199
+ Ce as TrainAltIcon,
200
+ we as TrainIcon,
199
201
  br as TransactionIcon,
200
202
  Co as UkFlagIcon,
201
203
  bo as ValuationIcon,
@@ -205,19 +207,19 @@ export {
205
207
  Bo as WarningIcon,
206
208
  Mo as WarningIconRounded,
207
209
  Yr as WhatsappRoundedIcon,
208
- $e as WikiNerdAnalyzeImg,
209
- Me as WikiNerdDownloadAppImg,
210
- De as WikiNerdImg,
211
- ve as WikiNerdMercatoImg,
212
- rt as WikiNerdValuationNotAvailableImg,
213
- Be as WikiNerdValutaDesktopImg,
214
- Le as WikiNerdValutaMobileImg,
215
- pt as WikiNoSavedSearchesImg,
216
- Ce 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,
217
219
  zo as WikicasaIcon,
218
- be as WikicasaLogoIcon,
220
+ De as WikicasaLogoIcon,
219
221
  pr as WikicasaRoundedIcon,
220
- Ge as WikicasaStudioLogoIcon,
222
+ qe as WikicasaStudioLogoIcon,
221
223
  Go as WkAppIcon,
222
224
  Jo as WkFavIcon,
223
225
  rr as YoutubeIcon
@@ -79,6 +79,7 @@ export { CredipassIcon } from './svgIcons/CredipassIcon';
79
79
  export { HeartShadowedIcon } from './svgIcons/HeartShadowedIcon';
80
80
  export { SortIcon } from './svgIcons/SortIcon';
81
81
  export { StreetViewIcon } from './svgIcons/StreetViewIcon';
82
+ export { StarIcon } from './svgIcons/StarIcon';
82
83
  export { BankIcon } from './svgIcons/poi/BankIcon';
83
84
  export { BusIcon } from './svgIcons/poi/BusIcon';
84
85
  export { CartIcon } from './svgIcons/poi/CartIcon';
@@ -0,0 +1,3 @@
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+
3
+ export declare const StarIcon: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",