wasvg 1.29.2 → 1.31.0
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/index.d.ts +4 -2
- package/dist/wasvg.cjs.js +7 -7
- package/dist/wasvg.es.js +31 -7
- package/package.json +1 -1
package/dist/wasvg.es.js
CHANGED
|
@@ -12119,16 +12119,39 @@ function dr({ className: u = "", size: h = y.md }) {
|
|
|
12119
12119
|
}
|
|
12120
12120
|
);
|
|
12121
12121
|
}
|
|
12122
|
-
function fr({ className: u = "
|
|
12123
|
-
return /* @__PURE__ */ a.jsx(
|
|
12122
|
+
function fr({ className: u = "", size: h = y.md }) {
|
|
12123
|
+
return /* @__PURE__ */ a.jsx(
|
|
12124
|
+
"svg",
|
|
12125
|
+
{
|
|
12126
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12127
|
+
viewBox: "0 0 24 24",
|
|
12128
|
+
height: h,
|
|
12129
|
+
width: h,
|
|
12130
|
+
className: u,
|
|
12131
|
+
fill: "none",
|
|
12132
|
+
children: /* @__PURE__ */ a.jsx(
|
|
12133
|
+
"path",
|
|
12134
|
+
{
|
|
12135
|
+
d: "M8 12H8.01M12 12H12.01M16 12H16.01M21.0039 12C21.0039 16.9706 16.9745 21 12.0039 21C9.9675 21 3.00463 21 3.00463 21C3.00463 21 4.56382 17.2561 3.93982 16.0008C3.34076 14.7956 3.00391 13.4372 3.00391 12C3.00391 7.02944 7.03334 3 12.0039 3C16.9745 3 21.0039 7.02944 21.0039 12Z",
|
|
12136
|
+
stroke: "currentColor",
|
|
12137
|
+
strokeWidth: "2",
|
|
12138
|
+
strokeLinecap: "round",
|
|
12139
|
+
strokeLinejoin: "round"
|
|
12140
|
+
}
|
|
12141
|
+
)
|
|
12142
|
+
}
|
|
12143
|
+
);
|
|
12124
12144
|
}
|
|
12125
12145
|
function ur({ className: u = "fill-blue-500", size: h = y.md }) {
|
|
12146
|
+
return /* @__PURE__ */ a.jsx("svg", { viewBox: "0 0 24 24", className: u, width: h, height: h, "aria-hidden": "true", children: /* @__PURE__ */ a.jsx("path", { d: "M22 12a10 10 0 1 0-11.56 9.88v-7H7.9V12h2.54V9.8c0-2.5 1.5-3.88 3.78-3.88 1.1 0 2.24.2 2.24.2v2.46H15.2c-1.25 0-1.64.78-1.64 1.58V12h2.8l-.45 2.88h-2.35v7A10 10 0 0 0 22 12Z" }) });
|
|
12147
|
+
}
|
|
12148
|
+
function vr({ className: u = "fill-blue-500", size: h = y.md }) {
|
|
12126
12149
|
return /* @__PURE__ */ a.jsxs("svg", { viewBox: "0 0 24 24", className: u, width: h, height: h, "aria-hidden": "true", children: [
|
|
12127
12150
|
/* @__PURE__ */ a.jsx("path", { d: "M4.98 3.5A2.48 2.48 0 1 1 5 8.46a2.48 2.48 0 0 1-.02-4.96ZM3 9h4v12H3V9Zm7 0h3.83v1.64h.06c.53-1 1.84-2.06 3.8-2.06 4.06 0 4.81 2.67 4.81 6.14V21h-4v-5.48c0-1.3-.02-2.98-1.82-2.98-1.82 0-2.1 1.42-2.1 2.89V21h-4V9Z" }),
|
|
12128
12151
|
" "
|
|
12129
12152
|
] });
|
|
12130
12153
|
}
|
|
12131
|
-
function
|
|
12154
|
+
function gr({ className: u = "fill-blue-500", size: h = y.md }) {
|
|
12132
12155
|
return /* @__PURE__ */ a.jsxs("svg", { viewBox: "0 0 24 24", className: u, width: h, height: h, "aria-hidden": "true", children: [
|
|
12133
12156
|
/* @__PURE__ */ a.jsx("path", { d: "M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2Zm0 1.75A4 4 0 0 0 3.75 7.75v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-8.5a4 4 0 0 0-4-4h-8.5Zm9.38 1.87a1.13 1.13 0 1 1 0 2.26 1.13 1.13 0 0 1 0-2.26ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 1.75A3.25 3.25 0 1 0 12 15.25 3.25 3.25 0 0 0 12 8.75Z" }),
|
|
12134
12157
|
" "
|
|
@@ -12144,6 +12167,7 @@ export {
|
|
|
12144
12167
|
b6 as Beach,
|
|
12145
12168
|
O7 as Biking,
|
|
12146
12169
|
M6 as Blackjack,
|
|
12170
|
+
T9 as BuddySvg,
|
|
12147
12171
|
b9 as CalendarEventSvg,
|
|
12148
12172
|
C9 as CalendarSvg,
|
|
12149
12173
|
J6 as Camping,
|
|
@@ -12179,7 +12203,7 @@ export {
|
|
|
12179
12203
|
E6 as Entertainment,
|
|
12180
12204
|
tr as EventSvg,
|
|
12181
12205
|
y9 as ExploreSvg,
|
|
12182
|
-
|
|
12206
|
+
ur as FacebookSvg,
|
|
12183
12207
|
i6 as Flute,
|
|
12184
12208
|
T6 as Food,
|
|
12185
12209
|
R7 as Football,
|
|
@@ -12195,7 +12219,7 @@ export {
|
|
|
12195
12219
|
F7 as Hockey,
|
|
12196
12220
|
x9 as HomeSvg,
|
|
12197
12221
|
G9 as ImageSvg,
|
|
12198
|
-
|
|
12222
|
+
gr as InstagramSvg,
|
|
12199
12223
|
m9 as InterestSvg,
|
|
12200
12224
|
H6 as Island,
|
|
12201
12225
|
d6 as Keytar,
|
|
@@ -12206,12 +12230,13 @@ export {
|
|
|
12206
12230
|
e9 as LeisureInterestSvg,
|
|
12207
12231
|
m8 as LeisureSvg,
|
|
12208
12232
|
hr as LikeSvg,
|
|
12209
|
-
|
|
12233
|
+
vr as LinkedinSvg,
|
|
12210
12234
|
er as LocationPointSvg,
|
|
12211
12235
|
J9 as LogoutSvg,
|
|
12212
12236
|
p9 as MapSvg,
|
|
12213
12237
|
$9 as MarketSvg,
|
|
12214
12238
|
F9 as MenuSvg,
|
|
12239
|
+
fr as MessageSvg,
|
|
12215
12240
|
N9 as MinusSvg,
|
|
12216
12241
|
S6 as Mountain,
|
|
12217
12242
|
$6 as Movie,
|
|
@@ -12223,7 +12248,6 @@ export {
|
|
|
12223
12248
|
E9 as NewsfeedSvg,
|
|
12224
12249
|
k9 as NotificationSvg,
|
|
12225
12250
|
C6 as Omaha,
|
|
12226
|
-
T9 as PartnersSvg,
|
|
12227
12251
|
ar as PasswordHideSvg,
|
|
12228
12252
|
or as PasswordShowSvg,
|
|
12229
12253
|
n6 as PetsInterestSvg,
|