@wikicasa-dev/svg-icons 0.0.28 → 0.0.29
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/CheckImg.js +36 -0
- package/dist/index.js +18 -16
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/svgImages/CheckImg.d.ts +3 -0
- package/package.json +1 -1
package/dist/CheckImg.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { h as e } from "vue";
|
|
2
|
+
import { s as o } from "./svgImagefactory-B0dzgxZn.js";
|
|
3
|
+
const d = (i, { attrs: a }) => o({
|
|
4
|
+
props: i,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 40 40",
|
|
8
|
+
width: a.width ?? 40,
|
|
9
|
+
height: a.height ?? 40,
|
|
10
|
+
class: i.class ?? "",
|
|
11
|
+
"aria-hidden": a["aria-hidden"] ?? "true"
|
|
12
|
+
},
|
|
13
|
+
childrenNodes: [
|
|
14
|
+
e("path", { fill: "none", d: "M0 0h40v40H0z" }),
|
|
15
|
+
e(
|
|
16
|
+
"g",
|
|
17
|
+
e("g", [
|
|
18
|
+
e("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "#175af8",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": "2",
|
|
24
|
+
d: "M24.054 11.944a12.089 12.089 0 1 0 5.132 5.6"
|
|
25
|
+
}),
|
|
26
|
+
e("path", {
|
|
27
|
+
fill: "#21418a",
|
|
28
|
+
d: "m11.614 23.672 7.486 5.05a.29.29 0 0 0 .4-.076A183.4 183.4 0 0 1 35.792 4.401a.174.174 0 0 0-.093-.266l-1.345.062a.46.46 0 0 0-.39.163 168 168 0 0 0-15.285 19.187.29.29 0 0 1-.414.043l-4-3.318a.29.29 0 0 0-.415.044l-2.3 2.934a.29.29 0 0 0 .067.422"
|
|
29
|
+
})
|
|
30
|
+
])
|
|
31
|
+
)
|
|
32
|
+
]
|
|
33
|
+
});
|
|
34
|
+
export {
|
|
35
|
+
d as CheckImg
|
|
36
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -6,12 +6,12 @@ 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
8
|
import { CloseIcon as u } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
9
|
+
import { DashboardIcon as d } 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 A } from "./EditIcon.js";
|
|
13
|
-
import { GermanyFlagIcon as
|
|
14
|
-
import { HeartIcon as
|
|
13
|
+
import { GermanyFlagIcon as C } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as N } from "./HeartIcon.js";
|
|
15
15
|
import { HidePswIcon as D } from "./HidePswIcon.js";
|
|
16
16
|
import { HouseIcon as V } from "./HouseIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as F } from "./ItalyFlagIcon.js";
|
|
@@ -37,8 +37,8 @@ import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
|
37
37
|
import { TieIcon as Po } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as So } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as bo } from "./UkFlagIcon.js";
|
|
40
|
-
import { ValuationIcon as
|
|
41
|
-
import { VideoIcon as
|
|
40
|
+
import { ValuationIcon as Lo } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as yo } 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";
|
|
@@ -59,13 +59,13 @@ 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
|
|
62
|
+
import { BankIcon as kr } from "./BankIcon.js";
|
|
63
63
|
import { BusIcon as Wr } from "./BusIcon.js";
|
|
64
64
|
import { CartIcon as Pr } from "./CartIcon.js";
|
|
65
65
|
import { ChargeIcon as Sr } from "./Charge.js";
|
|
66
66
|
import { HospitalIcon as br } from "./HospitalIcon.js";
|
|
67
|
-
import { PharmacyIcon as
|
|
68
|
-
import { PostIcon as
|
|
67
|
+
import { PharmacyIcon as Lr } from "./PharmacyIcon.js";
|
|
68
|
+
import { PostIcon as yr } from "./PostIcon.js";
|
|
69
69
|
import { SchoolIcon as Hr } from "./SchoolIcon.js";
|
|
70
70
|
import { SubwayIcon as Br } from "./SubwayIcon.js";
|
|
71
71
|
import { TrainIcon as Mr } from "./TrainIcon.js";
|
|
@@ -82,12 +82,13 @@ import { GenericUserWikiAvatarImg as re } from "./GenericUserWikiAvatar.js";
|
|
|
82
82
|
import { ShieldImg as te } from "./ShieldImg.js";
|
|
83
83
|
import { SnapImg as me } from "./SnapImg.js";
|
|
84
84
|
import { StopWatchImg as pe } from "./StopWatchImg.js";
|
|
85
|
+
import { CheckImg as fe } from "./CheckImg.js";
|
|
85
86
|
export {
|
|
86
87
|
e as AboutUsIcon,
|
|
87
88
|
qo as AnalyticsIcon,
|
|
88
89
|
n as ArrowIcon,
|
|
89
90
|
fr as ArrowIndicatorIcon,
|
|
90
|
-
|
|
91
|
+
kr as BankIcon,
|
|
91
92
|
c as BarChartIcon,
|
|
92
93
|
I as BellIcon,
|
|
93
94
|
x as BulbIcon,
|
|
@@ -95,19 +96,20 @@ export {
|
|
|
95
96
|
Pr as CartIcon,
|
|
96
97
|
Sr as ChargeIcon,
|
|
97
98
|
i as CheckActiveIcon,
|
|
99
|
+
fe as CheckImg,
|
|
98
100
|
s as CheckInactiveIcon,
|
|
99
101
|
u as CloseIcon,
|
|
100
|
-
|
|
102
|
+
d as DashboardIcon,
|
|
101
103
|
h as DeleteIcon,
|
|
102
104
|
w as DrawIcon,
|
|
103
105
|
A as EditIcon,
|
|
104
106
|
Oo as FacebookIcon,
|
|
105
107
|
jo as GearIcon,
|
|
106
108
|
re as GenericUserWikiAvatarImg,
|
|
107
|
-
|
|
109
|
+
C as GermanyFlagIcon,
|
|
108
110
|
mr as GoogleIcon,
|
|
109
111
|
tr as HamburgerMenuIcon,
|
|
110
|
-
|
|
112
|
+
N as HeartIcon,
|
|
111
113
|
D as HidePswIcon,
|
|
112
114
|
br as HospitalIcon,
|
|
113
115
|
V as HouseIcon,
|
|
@@ -122,13 +124,13 @@ export {
|
|
|
122
124
|
Y as MapIcon,
|
|
123
125
|
z as NewsIcon,
|
|
124
126
|
K as NotesIcon,
|
|
125
|
-
|
|
127
|
+
Lr as PharmacyIcon,
|
|
126
128
|
X as PhoneIcon,
|
|
127
129
|
_ as PinIcon,
|
|
128
130
|
lr as PinShadowedIcon,
|
|
129
131
|
oo as PlanIcon,
|
|
130
132
|
eo as PlusIcon,
|
|
131
|
-
|
|
133
|
+
yr as PostIcon,
|
|
132
134
|
no as PrestigeIcon,
|
|
133
135
|
ar as PrincipalIcon,
|
|
134
136
|
co as PrintIcon,
|
|
@@ -148,8 +150,8 @@ export {
|
|
|
148
150
|
Gr as TrainAltIcon,
|
|
149
151
|
Mr as TrainIcon,
|
|
150
152
|
bo as UkFlagIcon,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
+
Lo as ValuationIcon,
|
|
154
|
+
yo as VideoIcon,
|
|
153
155
|
Ho as ViewPswIcon,
|
|
154
156
|
Bo as WalletIcon,
|
|
155
157
|
Mo as WarningIcon,
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -82,4 +82,5 @@ import { GenericUserWikiAvatarImg } from './svgImages/GenericUserWikiAvatar';
|
|
|
82
82
|
import { ShieldImg } from './svgImages/ShieldImg';
|
|
83
83
|
import { SnapImg } from './svgImages/SnapImg';
|
|
84
84
|
import { StopWatchImg } from './svgImages/StopWatchImg';
|
|
85
|
-
|
|
85
|
+
import { CheckImg } from './svgImages/CheckImg';
|
|
86
|
+
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 };
|