@gympass/yoga-icons 1.30.0 → 1.31.1
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/cjs/svg/footwear_sneakers.js +8 -0
- package/cjs/svg/footwear_sneakers.native.js +13 -0
- package/cjs/svg/paddle_board.js +8 -0
- package/cjs/svg/paddle_board.native.js +13 -0
- package/cjs/svg/racquet.js +2 -2
- package/cjs/svg/racquet.native.js +4 -4
- package/cjs/svg/single_woman_flag.js +8 -0
- package/cjs/svg/single_woman_flag.native.js +13 -0
- package/cjs/svg/water_bottle.js +8 -0
- package/cjs/svg/water_bottle.native.js +13 -0
- package/cjs/svg/yoga-mat.js +2 -2
- package/cjs/svg/yoga-mat.native.js +4 -4
- package/cjs/ui.js +192 -168
- package/esm/svg/footwear_sneakers.js +6 -0
- package/esm/svg/paddle_board.js +6 -0
- package/esm/svg/racquet.js +3 -3
- package/esm/svg/single_woman_flag.js +6 -0
- package/esm/svg/water_bottle.js +6 -0
- package/esm/svg/yoga-mat.js +3 -3
- package/esm/ui.js +33 -29
- package/package.json +2 -2
- package/typings/index.d.ts +33 -29
- package/typings/native/index.d.ts +33 -29
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var k=Object.defineProperty,a=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var i=(e,o,n)=>o in e?k(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,s=(e,o)=>{for(var n in o||(o={}))l.call(o,n)&&i(e,n,o[n]);if(r)for(var n of r(o))p.call(o,n)&&i(e,n,o[n]);return e},d=(e,o)=>a(e,h(o));const u=e=>jsxRuntime.jsxs("svg",d(s({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Footwear-Sneakers-1--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"Footwear Sneakers 1 Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{d:"M10.5 5.25a3.751 3.751 0 0 1 -7.391 0.9 1.185 1.185 0 0 0 -1.15 -0.9A1.209 1.209 0 0 0 0.75 6.459v9.291a1.5 1.5 0 0 0 1.5 1.5h19.5a1.5 1.5 0 0 0 1.5 -1.5v-1.284a3 3 0 0 0 -1.479 -2.586Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m0.75 14.25 22.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m12.75 9 1.528 -1.528",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m15.75 10.5 1.361 -1.361",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m3.75 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m8.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m17.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m14.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m20.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var f=u;
|
|
7
|
+
|
|
8
|
+
module.exports = f;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var m = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var m__default = /*#__PURE__*/_interopDefault(m);
|
|
10
|
+
|
|
11
|
+
var a=Object.defineProperty,l=Object.defineProperties;var u=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var L=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var s=(e,o,n)=>o in e?a(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,d=(e,o)=>{for(var n in o||(o={}))L.call(o,n)&&s(e,n,o[n]);if(i)for(var n of i(o))h.call(o,n)&&s(e,n,o[n]);return e},k=(e,o)=>l(e,u(o));const p=e=>jsxRuntime.jsxs(m__default.default,k(d({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Footwear-Sneakers-1--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx(m.Path,{d:"M10.5 5.25a3.751 3.751 0 0 1 -7.391 0.9 1.185 1.185 0 0 0 -1.15 -0.9A1.209 1.209 0 0 0 0.75 6.459v9.291a1.5 1.5 0 0 0 1.5 1.5h19.5a1.5 1.5 0 0 0 1.5 -1.5v-1.284a3 3 0 0 0 -1.479 -2.586Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m0.75 14.25 22.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m12.75 9 1.528 -1.528",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m15.75 10.5 1.361 -1.361",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m3.75 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m8.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m17.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m14.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m20.25 17.25 0 1.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var w=p;
|
|
12
|
+
|
|
13
|
+
module.exports = w;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var k=Object.defineProperty,a=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var s=(e,t,o)=>t in e?k(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,d=(e,t)=>{for(var o in t||(t={}))l.call(t,o)&&s(e,o,t[o]);if(i)for(var o of i(t))p.call(t,o)&&s(e,o,t[o]);return e},n=(e,t)=>a(e,h(t));const c=e=>jsxRuntime.jsxs("svg",n(d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Paddle-Board--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"Paddle Board Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M9.75 23.25c0.4 0 0.7 -0.2 0.9 -0.5 1.4 -2.7 2.2 -5.9 2.2 -9.4 0 -4.79999 -1.5 -9.20001 -4 -12.20001C8.65 0.949994 8.35 0.75 8.05 0.75c-0.3 0 -0.6 0.099994 -0.8 0.39999 -2.4 3 -4 7.40002 -4 12.20001 0 3.5 0.8 6.7 2.2 9.4 0.2 0.3 0.5 0.5 0.9 0.5h3.4Z",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"m3.30304 14.7891 4.74381 -3.9453 4.75015 3.9453",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M4.11334 19.4219 8.04738 16.15l3.93932 3.2719",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M19.75 23.25c0.3 0 0.6 -0.1 0.7 -0.3 0.2 -0.2 0.3 -0.5 0.3 -0.8 -0.2 -2.4 -1.2 -4.5 -2.7 -6.2 -1.5 1.7 -2.5 3.8 -2.7 6.2 0 0.3 0.1 0.6 0.3 0.8 0.2 0.2 0.5 0.3 0.7 0.3h3.4Z",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M18.05 15.95V0.75",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M16.55 0.75h3",strokeWidth:1.5})]}));var M=c;
|
|
7
|
+
|
|
8
|
+
module.exports = M;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var L = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var L__default = /*#__PURE__*/_interopDefault(L);
|
|
10
|
+
|
|
11
|
+
var a=Object.defineProperty,l=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var n=Object.getOwnPropertySymbols;var m=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable;var d=(o,t,e)=>t in o?a(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,s=(o,t)=>{for(var e in t||(t={}))m.call(t,e)&&d(o,e,t[e]);if(n)for(var e of n(t))u.call(t,e)&&d(o,e,t[e]);return o},k=(o,t)=>l(o,h(t));const M=o=>jsxRuntime.jsxs(L__default.default,k(s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Paddle-Board--Streamline-Ultimate",height:24,width:24},o),{children:[jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M9.75 23.25c0.4 0 0.7 -0.2 0.9 -0.5 1.4 -2.7 2.2 -5.9 2.2 -9.4 0 -4.79999 -1.5 -9.20001 -4 -12.20001C8.65 0.949994 8.35 0.75 8.05 0.75c-0.3 0 -0.6 0.099994 -0.8 0.39999 -2.4 3 -4 7.40002 -4 12.20001 0 3.5 0.8 6.7 2.2 9.4 0.2 0.3 0.5 0.5 0.9 0.5h3.4Z",strokeWidth:1.5}),jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"m3.30304 14.7891 4.74381 -3.9453 4.75015 3.9453",strokeWidth:1.5}),jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M4.11334 19.4219 8.04738 16.15l3.93932 3.2719",strokeWidth:1.5}),jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M19.75 23.25c0.3 0 0.6 -0.1 0.7 -0.3 0.2 -0.2 0.3 -0.5 0.3 -0.8 -0.2 -2.4 -1.2 -4.5 -2.7 -6.2 -1.5 1.7 -2.5 3.8 -2.7 6.2 0 0.3 0.1 0.6 0.3 0.8 0.2 0.2 0.5 0.3 0.7 0.3h3.4Z",strokeWidth:1.5}),jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M18.05 15.95V0.75",strokeWidth:1.5}),jsxRuntime.jsx(L.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M16.55 0.75h3",strokeWidth:1.5})]}));var W=M;
|
|
12
|
+
|
|
13
|
+
module.exports = W;
|
package/cjs/svg/racquet.js
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
require('react');
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var a=Object.defineProperty,h=Object.defineProperties;var L=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var c=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var n=(t,o,r)=>o in t?a(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,k=(t,o)=>{for(var r in o||(o={}))c.call(o,r)&&n(t,r,o[r]);if(i)for(var r of i(o))p.call(o,r)&&n(t,r,o[r]);return t},s=(t,o)=>h(t,L(o));const l=t=>jsxRuntime.jsxs("svg",s(k({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),{children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_6850_5889)",children:[jsxRuntime.jsx("path",{d:"M3.31099 22.811C3.17166 22.9503 3.00625 23.0608 2.8242 23.1362C2.64215 23.2116 2.44704 23.2504 2.24999 23.2504C1.85204 23.2504 1.47039 23.0923 1.18899 22.811C0.907598 22.5296 0.749512 22.1479 0.749512 21.75C0.749512 21.352 0.907598 20.9703 1.18899 20.6889L4.68199 17.2L6.79999 19.318L3.31099 22.811Z",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M8.24992 15.75L5.74292 18.257",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M11.2082 12.7926C12.4017 13.9861 14.0921 14.585 15.9075 14.4574C16.8064 14.3942 17.7089 14.1546 18.5636 13.7523C19.4182 13.3499 20.2082 12.7927 20.8885 12.1124C21.5688 11.4321 22.126 10.6421 22.5284 9.78746C22.9307 8.93282 23.1703 8.03028 23.2335 7.13138C23.2967 6.23248 23.1822 5.35483 22.8965 4.54853C22.6109 3.74223 22.1597 3.02307 21.5688 2.43212C20.3753 1.23864 18.6849 0.639812 16.8695 0.767381C15.0541 0.89495 13.2624 1.73846 11.8885 3.11235C10.5146 4.48625 9.67107 6.27797 9.5435 8.09338C9.41594 9.90879 10.0148 11.5992 11.2082 12.7926Z",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M9.664 9.91211L8.25 15.7501L14.088 14.3361",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M22.3581 10.1291L13.8711 1.64209",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M10.418 5.09497L18.905 13.582",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M19.7729 1.22705L10.0029 10.9971",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx("path",{d:"M13.0029 13.9971L22.7729 4.22705",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_6850_5889",children:jsxRuntime.jsx("rect",{width:24,height:24,fill:"white"})})})]}));var g=l;
|
|
7
7
|
|
|
8
|
-
module.exports =
|
|
8
|
+
module.exports = g;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
require('react');
|
|
5
|
-
var
|
|
5
|
+
var C = require('react-native-svg');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var C__default = /*#__PURE__*/_interopDefault(C);
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var a=Object.defineProperty,c=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var n=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable;var k=(e,o,r)=>o in e?a(e,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[o]=r,s=(e,o)=>{for(var r in o||(o={}))l.call(o,r)&&k(e,r,o[r]);if(n)for(var r of n(o))u.call(o,r)&&k(e,r,o[r]);return e},d=(e,o)=>c(e,h(o));const W=e=>jsxRuntime.jsxs(C__default.default,d(s({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{children:[jsxRuntime.jsxs(C.G,{clipPath:"url(#clip0_6850_5889)",children:[jsxRuntime.jsx(C.Path,{d:"M3.31099 22.811C3.17166 22.9503 3.00625 23.0608 2.8242 23.1362C2.64215 23.2116 2.44704 23.2504 2.24999 23.2504C1.85204 23.2504 1.47039 23.0923 1.18899 22.811C0.907598 22.5296 0.749512 22.1479 0.749512 21.75C0.749512 21.352 0.907598 20.9703 1.18899 20.6889L4.68199 17.2L6.79999 19.318L3.31099 22.811Z",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M8.24992 15.75L5.74292 18.257",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M11.2082 12.7926C12.4017 13.9861 14.0921 14.585 15.9075 14.4574C16.8064 14.3942 17.7089 14.1546 18.5636 13.7523C19.4182 13.3499 20.2082 12.7927 20.8885 12.1124C21.5688 11.4321 22.126 10.6421 22.5284 9.78746C22.9307 8.93282 23.1703 8.03028 23.2335 7.13138C23.2967 6.23248 23.1822 5.35483 22.8965 4.54853C22.6109 3.74223 22.1597 3.02307 21.5688 2.43212C20.3753 1.23864 18.6849 0.639812 16.8695 0.767381C15.0541 0.89495 13.2624 1.73846 11.8885 3.11235C10.5146 4.48625 9.67107 6.27797 9.5435 8.09338C9.41594 9.90879 10.0148 11.5992 11.2082 12.7926Z",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M9.664 9.91211L8.25 15.7501L14.088 14.3361",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M22.3581 10.1291L13.8711 1.64209",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M10.418 5.09497L18.905 13.582",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M19.7729 1.22705L10.0029 10.9971",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),jsxRuntime.jsx(C.Path,{d:"M13.0029 13.9971L22.7729 4.22705",stroke:"black",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}),jsxRuntime.jsx(C.Defs,{children:jsxRuntime.jsx(C.ClipPath,{id:"clip0_6850_5889",children:jsxRuntime.jsx(C.Rect,{width:24,height:24,fill:"white"})})})]}));var v=W;
|
|
12
12
|
|
|
13
|
-
module.exports =
|
|
13
|
+
module.exports = v;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var a=Object.defineProperty,k=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var g=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var s=(e,o,n)=>o in e?a(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,d=(e,o)=>{for(var n in o||(o={}))g.call(o,n)&&s(e,n,o[n]);if(r)for(var n of r(o))p.call(o,n)&&s(e,n,o[n]);return e},l=(e,o)=>k(e,h(o));const L=e=>jsxRuntime.jsxs("svg",l(d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",id:"Single-Woman-Flag-2--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"Single Woman Flag 2 Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsxs("g",{children:[jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M3 3.75a3 3 0 1 0 6 0 3 3 0 1 0 -6 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M9.76 9.83a5.94 5.94 0 0 0 -0.87 -0.72L6 13.5 3.11 9.11A5.26 5.26 0 0 0 0.75 13.5v2.25H3l0.75 7.5h4.5l0.75 -7.5h0.75",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M3 3.75S3 7.5 0.75 7.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M9 3.75s0 2.53 1.25 3.43",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}),jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"m12.75 17.27 0 5.98",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m12.75 17.27 1.5 -0.51a4.23 4.23 0 0 1 3.75 0.51 4.3 4.3 0 0 0 3.75 0.51l1.5 -0.51V9l-1.5 0.51A4.23 4.23 0 0 1 18 9a4.3 4.3 0 0 0 -3.75 -0.51l-1.5 0.51Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]})]})]}));var c=L;
|
|
7
|
+
|
|
8
|
+
module.exports = c;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var p = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var p__default = /*#__PURE__*/_interopDefault(p);
|
|
10
|
+
|
|
11
|
+
var h=Object.defineProperty,L=Object.defineProperties;var u=Object.getOwnPropertyDescriptors;var d=Object.getOwnPropertySymbols;var g=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var l=(e,o,n)=>o in e?h(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,k=(e,o)=>{for(var n in o||(o={}))g.call(o,n)&&l(e,n,o[n]);if(d)for(var n of d(o))m.call(o,n)&&l(e,n,o[n]);return e},a=(e,o)=>L(e,u(o));const f=e=>jsxRuntime.jsx(p__default.default,a(k({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",id:"Single-Woman-Flag-2--Streamline-Ultimate",height:24,width:24},e),{children:jsxRuntime.jsxs(p.G,{children:[jsxRuntime.jsxs(p.G,{children:[jsxRuntime.jsx(p.Path,{d:"M3 3.75a3 3 0 1 0 6 0 3 3 0 1 0 -6 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"M9.76 9.83a5.94 5.94 0 0 0 -0.87 -0.72L6 13.5 3.11 9.11A5.26 5.26 0 0 0 0.75 13.5v2.25H3l0.75 7.5h4.5l0.75 -7.5h0.75",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"M3 3.75S3 7.5 0.75 7.5",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"M9 3.75s0 2.53 1.25 3.43",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}),jsxRuntime.jsxs(p.G,{children:[jsxRuntime.jsx(p.Path,{d:"m12.75 17.27 0 5.98",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"m12.75 17.27 1.5 -0.51a4.23 4.23 0 0 1 3.75 0.51 4.3 4.3 0 0 0 3.75 0.51l1.5 -0.51V9l-1.5 0.51A4.23 4.23 0 0 1 18 9a4.3 4.3 0 0 0 -3.75 -0.51l-1.5 0.51Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]})]})}));var v=f;
|
|
12
|
+
|
|
13
|
+
module.exports = v;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var d=Object.defineProperty,h=Object.defineProperties;var l=Object.getOwnPropertyDescriptors;var a=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var n=(e,t,o)=>t in e?d(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,i=(e,t)=>{for(var o in t||(t={}))k.call(t,o)&&n(e,o,t[o]);if(a)for(var o of a(t))m.call(t,o)&&n(e,o,t[o]);return e},s=(e,t)=>h(e,l(t));const p=e=>jsxRuntime.jsxs("svg",s(i({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Water-Bottle-1--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"Water Bottle 1 Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{d:"M14.441 4.97a1.5 1.5 0 0 1 -0.191 -0.732V1.5a0.75 0.75 0 0 0 -0.75 -0.75h-3a0.75 0.75 0 0 0 -0.75 0.75v2.738a1.5 1.5 0 0 1 -0.191 0.732L7.95 7.847A7.785 7.785 0 0 0 6.75 12h0v9.333a1.481 1.481 0 0 0 1.132 1.455 18.584 18.584 0 0 0 8.236 0 1.481 1.481 0 0 0 1.132 -1.455V12h0a7.785 7.785 0 0 0 -1.2 -4.153Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m9.75 3.75 4.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var w=p;
|
|
7
|
+
|
|
8
|
+
module.exports = w;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var g = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var g__default = /*#__PURE__*/_interopDefault(g);
|
|
10
|
+
|
|
11
|
+
var h=Object.defineProperty,l=Object.defineProperties;var k=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var m=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var i=(o,t,e)=>t in o?h(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,n=(o,t)=>{for(var e in t||(t={}))m.call(t,e)&&i(o,e,t[e]);if(r)for(var e of r(t))v.call(t,e)&&i(o,e,t[e]);return o},a=(o,t)=>l(o,k(t));const p=o=>jsxRuntime.jsxs(g__default.default,a(n({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Water-Bottle-1--Streamline-Ultimate",height:24,width:24},o),{children:[jsxRuntime.jsx(g.Path,{d:"M14.441 4.97a1.5 1.5 0 0 1 -0.191 -0.732V1.5a0.75 0.75 0 0 0 -0.75 -0.75h-3a0.75 0.75 0 0 0 -0.75 0.75v2.738a1.5 1.5 0 0 1 -0.191 0.732L7.95 7.847A7.785 7.785 0 0 0 6.75 12h0v9.333a1.481 1.481 0 0 0 1.132 1.455 18.584 18.584 0 0 0 8.236 0 1.481 1.481 0 0 0 1.132 -1.455V12h0a7.785 7.785 0 0 0 -1.2 -4.153Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(g.Path,{d:"m9.75 3.75 4.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var S=p;
|
|
12
|
+
|
|
13
|
+
module.exports = S;
|
package/cjs/svg/yoga-mat.js
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
require('react');
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var a=Object.defineProperty,h=Object.defineProperties;var c=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var i=(o,t,e)=>t in o?a(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,n=(o,t)=>{for(var e in t||(t={}))k.call(t,e)&&i(o,e,t[e]);if(r)for(var e of r(t))p.call(t,e)&&i(o,e,t[e]);return o},d=(o,t)=>h(o,c(t));const g=o=>jsxRuntime.jsxs("svg",d(n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Yoga-Mat--Streamline-Ultimate.svg",height:24,width:24},o),{children:[jsxRuntime.jsx("desc",{children:"Yoga Mat Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 23.25c2.07107 0 3.75 -1.6789 3.75 -3.75s-1.67893 -3.75 -3.75 -3.75c-2.07107 0 -3.75 1.6789 -3.75 3.75s1.67893 3.75 3.75 3.75Z",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M0.75 19.5v-15c0 -0.99456 0.39509 -1.94839 1.09835 -2.65165S3.50544 0.75 4.5 0.75c0.99456 0 1.94839 0.39509 2.65165 1.09835S8.25 3.50544 8.25 4.5v15",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 4.5h10.5c0.3978 0 0.7794 0.15804 1.0607 0.43934S23.25 5.60218 23.25 6v15.75c0 0.3978 -0.158 0.7794 -0.4393 1.0607s-0.6629 0.4393 -1.0607 0.4393H4.5",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",d:"M4.5 19.875c-0.20711 0 -0.375 -0.1679 -0.375 -0.375s0.16789 -0.375 0.375 -0.375",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",d:"M4.5 19.875c0.20711 0 0.375 -0.1679 0.375 -0.375s-0.16789 -0.375 -0.375 -0.375",strokeWidth:1.5})]}));var m=g;
|
|
7
7
|
|
|
8
|
-
module.exports =
|
|
8
|
+
module.exports = m;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
require('react');
|
|
5
|
-
var
|
|
5
|
+
var p = require('react-native-svg');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var p__default = /*#__PURE__*/_interopDefault(p);
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var a=Object.defineProperty,c=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var g=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var d=(t,o,e)=>o in t?a(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e,n=(t,o)=>{for(var e in o||(o={}))g.call(o,e)&&d(t,e,o[e]);if(i)for(var e of i(o))v.call(o,e)&&d(t,e,o[e]);return t},k=(t,o)=>c(t,h(o));const M=t=>jsxRuntime.jsxs(p__default.default,k(n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Yoga-Mat--Streamline-Ultimate.svg",height:24,width:24},t),{children:[jsxRuntime.jsx(p.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 23.25c2.07107 0 3.75 -1.6789 3.75 -3.75s-1.67893 -3.75 -3.75 -3.75c-2.07107 0 -3.75 1.6789 -3.75 3.75s1.67893 3.75 3.75 3.75Z",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M0.75 19.5v-15c0 -0.99456 0.39509 -1.94839 1.09835 -2.65165S3.50544 0.75 4.5 0.75c0.99456 0 1.94839 0.39509 2.65165 1.09835S8.25 3.50544 8.25 4.5v15",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.25 4.5h10.5c0.3978 0 0.7794 0.15804 1.0607 0.43934S23.25 5.60218 23.25 6v15.75c0 0.3978 -0.158 0.7794 -0.4393 1.0607s-0.6629 0.4393 -1.0607 0.4393H4.5",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{stroke:"#000000",d:"M4.5 19.875c-0.20711 0 -0.375 -0.1679 -0.375 -0.375s0.16789 -0.375 0.375 -0.375",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{stroke:"#000000",d:"M4.5 19.875c0.20711 0 0.375 -0.1679 0.375 -0.375s-0.16789 -0.375 -0.375 -0.375",strokeWidth:1.5})]}));var w=M;
|
|
12
12
|
|
|
13
|
-
module.exports =
|
|
13
|
+
module.exports = w;
|