@wikicasa-dev/svg-icons 0.0.30 → 0.0.31

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,28 @@
1
+ import { h as o } from "vue";
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ const s = (e, { attrs: r }) => t({
4
+ props: e,
5
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" },
6
+ childrenNodes: o(
7
+ "g",
8
+ {
9
+ fill: "none",
10
+ stroke: r["stroke-color"] ?? "#222",
11
+ "stroke-width": r["stroke-width"] ?? "2"
12
+ },
13
+ [
14
+ o("path", {
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ d: "m7.551 14.336 3.488 2.959 6.646-6.978"
18
+ }),
19
+ o("g", [
20
+ o("circle", { cx: "13", cy: "13", r: "13", stroke: "none" }),
21
+ o("circle", { cx: "13", cy: "13", r: "12" })
22
+ ])
23
+ ]
24
+ )
25
+ });
26
+ export {
27
+ s as CheckRoundedIcon
28
+ };
@@ -0,0 +1,47 @@
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-B4HDiwZr.js";
3
+ o(
4
+ "svg",
5
+ { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
6
+ o(
7
+ "g",
8
+ o(
9
+ "g",
10
+ {
11
+ fill: "none",
12
+ stroke: "#2b5dff",
13
+ "stroke-linecap": "round",
14
+ "stroke-linejoin": "round",
15
+ "stroke-width": "1.5"
16
+ },
17
+ [
18
+ o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
19
+ o("path", { d: "M.75 12.754h12.004" })
20
+ ]
21
+ )
22
+ )
23
+ );
24
+ const d = (r, { attrs: t }) => e({
25
+ props: r,
26
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
27
+ childrenNodes: o(
28
+ "g",
29
+ o(
30
+ "g",
31
+ {
32
+ fill: "none",
33
+ stroke: t["stroke-color"] ?? "#2b5dff",
34
+ "stroke-linecap": "round",
35
+ "stroke-linejoin": "round",
36
+ "stroke-width": t["stroke-width"] ?? "1.5"
37
+ },
38
+ [
39
+ o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
40
+ o("path", { d: "M.75 12.754h12.004" })
41
+ ]
42
+ )
43
+ )
44
+ });
45
+ export {
46
+ d as DownloadIcon
47
+ };
@@ -1,20 +1,21 @@
1
1
  import { h as o } from "vue";
2
- import { s as c } from "./svgIconFactory-B4HDiwZr.js";
3
- const e = (t) => c({
4
- props: t,
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" }, [
2
+ import { s as t } from "./svgIconFactory-B4HDiwZr.js";
3
+ o("svg", { xmlns: "http://www.w3.org/2000/svg" });
4
+ const s = (r) => t({
5
+ props: r,
6
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" },
7
+ childrenNodes: o("g", { fill: "none", stroke: "#fff", "stroke-width": "2" }, [
7
8
  o("path", {
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
+ "stroke-linecap": "round",
10
+ "stroke-linejoin": "round",
11
+ d: "m7.551 14.336 3.488 2.959 6.646-6.978"
9
12
  }),
10
- o("path", {
11
- d: "M4.356 16.492H.731V5.739c0-.135.038-.167.173-.167h3.3c.135-.006.16.042.16.163q-.01 5.3-.006 10.608Z"
12
- }),
13
- o("path", {
14
- d: "M2.536 4.285a1.929 1.929 0 0 1-1.73-.87A1.855 1.855 0 0 1 1.835.623a2.227 2.227 0 0 1 2 .267 1.782 1.782 0 0 1 .743 1.765 1.714 1.714 0 0 1-1.192 1.481 3.693 3.693 0 0 1-.85.149Z"
15
- })
13
+ o("g", [
14
+ o("circle", { cx: "13", cy: "13", r: "13", stroke: "none" }),
15
+ o("circle", { cx: "13", cy: "13", r: "12" })
16
+ ])
16
17
  ])
17
18
  });
18
19
  export {
19
- e as LinkedinIcon
20
+ s as LinkedinIcon
20
21
  };
package/dist/index.js CHANGED
@@ -5,18 +5,18 @@ import { BellIcon as I } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
7
7
  import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
8
- import { CloseIcon as u } from "./CloseIcon.js";
9
- import { DashboardIcon as d } from "./DashboardIcon.js";
8
+ import { CloseIcon as d } from "./CloseIcon.js";
9
+ import { DashboardIcon as k } from "./DashboardIcon.js";
10
10
  import { DeleteIcon as h } from "./DeleteIcon.js";
11
11
  import { DrawIcon as w } from "./DrawIcon.js";
12
12
  import { EditIcon as S } from "./EditIcon.js";
13
- import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
14
- import { HeartIcon as C } from "./HeartIcon.js";
15
- import { HidePswIcon as D } from "./HidePswIcon.js";
13
+ import { GermanyFlagIcon as C } from "./GermanyFlagIcon.js";
14
+ import { HeartIcon as y } from "./HeartIcon.js";
15
+ import { HidePswIcon as L } from "./HidePswIcon.js";
16
16
  import { HouseIcon as V } from "./HouseIcon.js";
17
17
  import { ItalyFlagIcon as F } from "./ItalyFlagIcon.js";
18
18
  import { LayersIcon as v } from "./LayersIcon.js";
19
- import { LocationIcon as T } from "./LocationIcon.js";
19
+ import { LocationIcon as R } from "./LocationIcon.js";
20
20
  import { LogoutIcon as U } from "./LogoutIcon.js";
21
21
  import { MailIcon as z } from "./MailIcon.js";
22
22
  import { MapIcon as Q } from "./MapIcon.js";
@@ -37,13 +37,13 @@ import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
37
37
  import { TieIcon as Po } from "./TieIcon.js";
38
38
  import { TourIcon as Ao } from "./TourIcon.js";
39
39
  import { UkFlagIcon as bo } from "./UkFlagIcon.js";
40
- import { ValuationIcon as yo } from "./ValuationIcon.js";
41
- import { VideoIcon as Lo } from "./VideoIcon.js";
40
+ import { ValuationIcon as No } from "./ValuationIcon.js";
41
+ import { VideoIcon as Do } from "./VideoIcon.js";
42
42
  import { ViewPswIcon as Ho } from "./ViewPswIcon.js";
43
43
  import { WalletIcon as Bo } from "./WalletIcon.js";
44
44
  import { WarningIcon as Mo } from "./WarningIcon.js";
45
45
  import { WarningIconRounded as Go } from "./WarningIconRounded.js";
46
- import { WkAppIcon as Ro } from "./WkAppIcon.js";
46
+ import { WkAppIcon as To } from "./WkAppIcon.js";
47
47
  import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
48
48
  import { WikicasaIcon as Eo } from "./WikicasaIcon.js";
49
49
  import { GearIcon as Yo } from "./GearIcon.js";
@@ -59,116 +59,120 @@ import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
59
59
  import { PrincipalIcon as ar } from "./PrincipalIcon.js";
60
60
  import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
61
61
  import { HouseValuationIcon as gr } from "./HouseValuationIcon.js";
62
- import { BankIcon as kr } from "./BankIcon.js";
63
- import { BusIcon as Wr } from "./BusIcon.js";
64
- import { CartIcon as Pr } from "./CartIcon.js";
65
- import { ChargeIcon as Ar } from "./Charge.js";
66
- import { HospitalIcon as br } from "./HospitalIcon.js";
67
- import { PharmacyIcon as yr } from "./PharmacyIcon.js";
68
- import { PostIcon as Lr } from "./PostIcon.js";
69
- import { SchoolIcon as Hr } from "./SchoolIcon.js";
70
- import { SubwayIcon as Br } from "./SubwayIcon.js";
71
- import { TrainIcon as Mr } from "./TrainIcon.js";
72
- import { TrainAltIcon as Gr } from "./TrainAltIcon.js";
73
- import { WikicasaDatiLogoIcon as Rr } from "./WikicasaDatiLogo.js";
74
- import { WikicasaLogoIcon as qr } from "./WikicasaLogo.js";
75
- import { WikiNerdImg as Er } from "./WikiNerd.js";
76
- import { WikiNerdValutaMobileImg as Yr } from "./WikiNerdValutaMobile.js";
77
- import { WikiNerdMercatoImg as Jr } from "./WikiNerdMercatoHome.js";
78
- import { WikiNerdValutaDesktopImg as Or } from "./WikiNerdValutaDesktop.js";
79
- import { WikiNerdDownloadAppImg as Zr } from "./WikiNerdDownloadApp.js";
80
- import { WikicasaStudioLogoIcon as $r } from "./WikicasaStudioLogo.js";
81
- import { GenericUserWikiAvatarImg as re } from "./GenericUserWikiAvatar.js";
82
- import { ShieldImg as te } from "./ShieldImg.js";
83
- import { SnapImg as me } from "./SnapImg.js";
84
- import { StopWatchImg as pe } from "./StopWatchImg.js";
85
- import { CheckImg as fe } from "./CheckImg.js";
86
- import { WikiNerdAnalyzeImg as ae } from "./WikiNerdAnalyzeImg.js";
62
+ import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
63
+ import { DownloadIcon as Wr } from "./DownloadIcon.js";
64
+ import { BankIcon as Pr } from "./BankIcon.js";
65
+ import { BusIcon as Ar } from "./BusIcon.js";
66
+ import { CartIcon as br } from "./CartIcon.js";
67
+ import { ChargeIcon as Nr } from "./Charge.js";
68
+ import { HospitalIcon as Dr } from "./HospitalIcon.js";
69
+ import { PharmacyIcon as Hr } from "./PharmacyIcon.js";
70
+ import { PostIcon as Br } from "./PostIcon.js";
71
+ import { SchoolIcon as Mr } from "./SchoolIcon.js";
72
+ import { SubwayIcon as Gr } from "./SubwayIcon.js";
73
+ import { TrainIcon as Tr } from "./TrainIcon.js";
74
+ import { TrainAltIcon as qr } from "./TrainAltIcon.js";
75
+ import { WikicasaDatiLogoIcon as Er } from "./WikicasaDatiLogo.js";
76
+ import { WikicasaLogoIcon as Yr } from "./WikicasaLogo.js";
77
+ import { WikiNerdImg as Jr } from "./WikiNerd.js";
78
+ import { WikiNerdValutaMobileImg as Or } from "./WikiNerdValutaMobile.js";
79
+ import { WikiNerdMercatoImg as Zr } from "./WikiNerdMercatoHome.js";
80
+ import { WikiNerdValutaDesktopImg as $r } from "./WikiNerdValutaDesktop.js";
81
+ import { WikiNerdDownloadAppImg as re } from "./WikiNerdDownloadApp.js";
82
+ import { WikicasaStudioLogoIcon as te } from "./WikicasaStudioLogo.js";
83
+ import { GenericUserWikiAvatarImg as me } from "./GenericUserWikiAvatar.js";
84
+ import { ShieldImg as pe } from "./ShieldImg.js";
85
+ import { SnapImg as fe } from "./SnapImg.js";
86
+ import { StopWatchImg as ae } from "./StopWatchImg.js";
87
+ import { CheckImg as le } from "./CheckImg.js";
88
+ import { WikiNerdAnalyzeImg as ge } from "./WikiNerdAnalyzeImg.js";
87
89
  export {
88
90
  e as AboutUsIcon,
89
91
  qo as AnalyticsIcon,
90
92
  n as ArrowIcon,
91
93
  fr as ArrowIndicatorIcon,
92
- kr as BankIcon,
94
+ Pr as BankIcon,
93
95
  c as BarChartIcon,
94
96
  I as BellIcon,
95
97
  x as BulbIcon,
96
- Wr as BusIcon,
97
- Pr as CartIcon,
98
- Ar as ChargeIcon,
98
+ Ar as BusIcon,
99
+ br as CartIcon,
100
+ Nr as ChargeIcon,
99
101
  i as CheckActiveIcon,
100
- fe as CheckImg,
102
+ le as CheckImg,
101
103
  s as CheckInactiveIcon,
102
- u as CloseIcon,
103
- d as DashboardIcon,
104
+ ur as CheckRoundedIcon,
105
+ d as CloseIcon,
106
+ k as DashboardIcon,
104
107
  h as DeleteIcon,
108
+ Wr as DownloadIcon,
105
109
  w as DrawIcon,
106
110
  S as EditIcon,
107
111
  Oo as FacebookIcon,
108
112
  Yo as GearIcon,
109
- re as GenericUserWikiAvatarImg,
110
- N as GermanyFlagIcon,
113
+ me as GenericUserWikiAvatarImg,
114
+ C as GermanyFlagIcon,
111
115
  mr as GoogleIcon,
112
116
  tr as HamburgerMenuIcon,
113
- C as HeartIcon,
114
- D as HidePswIcon,
115
- br as HospitalIcon,
117
+ y as HeartIcon,
118
+ L as HidePswIcon,
119
+ Dr as HospitalIcon,
116
120
  V as HouseIcon,
117
121
  gr as HouseValuationIcon,
118
122
  $o as InstagramIcon,
119
123
  F as ItalyFlagIcon,
120
124
  v as LayersIcon,
121
125
  Zo as LinkedinIcon,
122
- T as LocationIcon,
126
+ R as LocationIcon,
123
127
  U as LogoutIcon,
124
128
  z as MailIcon,
125
129
  Q as MapIcon,
126
130
  j as NewsIcon,
127
131
  K as NotesIcon,
128
- yr as PharmacyIcon,
132
+ Hr as PharmacyIcon,
129
133
  X as PhoneIcon,
130
134
  _ as PinIcon,
131
135
  lr as PinShadowedIcon,
132
136
  oo as PlanIcon,
133
137
  eo as PlusIcon,
134
- Lr as PostIcon,
138
+ Br as PostIcon,
135
139
  no as PrestigeIcon,
136
140
  ar as PrincipalIcon,
137
141
  co as PrintIcon,
138
142
  Io as ProfileIcon,
139
143
  xo as QuotesIcon,
140
144
  io as RequestIcon,
141
- Hr as SchoolIcon,
145
+ Mr as SchoolIcon,
142
146
  so as SearchIcon,
143
147
  uo as ShareIcon,
144
- te as ShieldImg,
145
- me as SnapImg,
146
- pe as StopWatchImg,
147
- Br as SubwayIcon,
148
+ pe as ShieldImg,
149
+ fe as SnapImg,
150
+ ae as StopWatchImg,
151
+ Gr as SubwayIcon,
148
152
  Wo as SuitcaseIcon,
149
153
  Po as TieIcon,
150
154
  Ao as TourIcon,
151
- Gr as TrainAltIcon,
152
- Mr as TrainIcon,
155
+ qr as TrainAltIcon,
156
+ Tr as TrainIcon,
153
157
  bo as UkFlagIcon,
154
- yo as ValuationIcon,
155
- Lo as VideoIcon,
158
+ No as ValuationIcon,
159
+ Do as VideoIcon,
156
160
  Ho as ViewPswIcon,
157
161
  Bo as WalletIcon,
158
162
  Mo as WarningIcon,
159
163
  Go as WarningIconRounded,
160
- ae as WikiNerdAnalyzeImg,
161
- Zr as WikiNerdDownloadAppImg,
162
- Er as WikiNerdImg,
163
- Jr as WikiNerdMercatoImg,
164
- Or as WikiNerdValutaDesktopImg,
165
- Yr as WikiNerdValutaMobileImg,
166
- Rr as WikicasaDatiLogoIcon,
164
+ ge as WikiNerdAnalyzeImg,
165
+ re as WikiNerdDownloadAppImg,
166
+ Jr as WikiNerdImg,
167
+ Zr as WikiNerdMercatoImg,
168
+ $r as WikiNerdValutaDesktopImg,
169
+ Or as WikiNerdValutaMobileImg,
170
+ Er as WikicasaDatiLogoIcon,
167
171
  Eo as WikicasaIcon,
168
- qr as WikicasaLogoIcon,
172
+ Yr as WikicasaLogoIcon,
169
173
  pr as WikicasaRoundedIcon,
170
- $r as WikicasaStudioLogoIcon,
171
- Ro as WkAppIcon,
174
+ te as WikicasaStudioLogoIcon,
175
+ To as WkAppIcon,
172
176
  Jo as WkFavIcon,
173
177
  rr as YoutubeIcon
174
178
  };
@@ -59,6 +59,8 @@ import { ArrowIndicatorIcon } from './svgIcons/ArrowIndicatorIcon';
59
59
  import { PrincipalIcon } from './svgIcons/PrincipalIcon';
60
60
  import { PinShadowedIcon } from './svgIcons/PinShadowedIcon';
61
61
  import { HouseValuationIcon } from './svgIcons/HouseValuationIcon';
62
+ import { CheckRoundedIcon } from './svgIcons/CheckRoundedIcon';
63
+ import { DownloadIcon } from './svgIcons/DownloadIcon';
62
64
  import { BankIcon } from './svgIcons/poi/BankIcon';
63
65
  import { BusIcon } from './svgIcons/poi/BusIcon';
64
66
  import { CartIcon } from './svgIcons/poi/CartIcon';
@@ -84,4 +86,4 @@ import { SnapImg } from './svgImages/SnapImg';
84
86
  import { StopWatchImg } from './svgImages/StopWatchImg';
85
87
  import { CheckImg } from './svgImages/CheckImg';
86
88
  import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
87
- export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, 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 };
89
+ export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, 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 };
@@ -0,0 +1,2 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ export declare const CheckRoundedIcon: FunctionalSvgIconComponent;
@@ -0,0 +1,2 @@
1
+ import type { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+ export declare const DownloadIcon: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",