wasvg 1.30.0 → 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/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 = "fill-blue-500", size: h = y.md }) {
12123
- 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" }) });
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 vr({ className: u = "fill-blue-500", size: h = y.md }) {
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
  " "
@@ -12180,7 +12203,7 @@ export {
12180
12203
  E6 as Entertainment,
12181
12204
  tr as EventSvg,
12182
12205
  y9 as ExploreSvg,
12183
- fr as FacebookSvg,
12206
+ ur as FacebookSvg,
12184
12207
  i6 as Flute,
12185
12208
  T6 as Food,
12186
12209
  R7 as Football,
@@ -12196,7 +12219,7 @@ export {
12196
12219
  F7 as Hockey,
12197
12220
  x9 as HomeSvg,
12198
12221
  G9 as ImageSvg,
12199
- vr as InstagramSvg,
12222
+ gr as InstagramSvg,
12200
12223
  m9 as InterestSvg,
12201
12224
  H6 as Island,
12202
12225
  d6 as Keytar,
@@ -12207,12 +12230,13 @@ export {
12207
12230
  e9 as LeisureInterestSvg,
12208
12231
  m8 as LeisureSvg,
12209
12232
  hr as LikeSvg,
12210
- ur as LinkedinSvg,
12233
+ vr as LinkedinSvg,
12211
12234
  er as LocationPointSvg,
12212
12235
  J9 as LogoutSvg,
12213
12236
  p9 as MapSvg,
12214
12237
  $9 as MarketSvg,
12215
12238
  F9 as MenuSvg,
12239
+ fr as MessageSvg,
12216
12240
  N9 as MinusSvg,
12217
12241
  S6 as Mountain,
12218
12242
  $6 as Movie,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wasvg",
3
- "version": "1.30.0",
3
+ "version": "1.31.0",
4
4
  "main": "dist/wasvg.cjs.js",
5
5
  "module": "dist/wasvg.es.js",
6
6
  "types": "dist/index.d.ts",