@gympass/yoga-icons 1.23.0 → 1.24.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/cjs/svg/funnel_filter.js +8 -0
- package/cjs/svg/funnel_filter.native.js +13 -0
- package/cjs/svg/icon_wellhub.js +8 -0
- package/cjs/svg/icon_wellhub.native.js +13 -0
- package/cjs/svg/pause_filled.js +8 -0
- package/cjs/svg/pause_filled.native.js +13 -0
- package/cjs/svg/play_arrow.js +8 -0
- package/cjs/svg/play_arrow.native.js +13 -0
- package/cjs/ui.js +24 -0
- package/esm/svg/funnel_filter.js +6 -0
- package/esm/svg/icon_wellhub.js +6 -0
- package/esm/svg/pause_filled.js +6 -0
- package/esm/svg/play_arrow.js +6 -0
- package/esm/ui.js +4 -0
- package/package.json +2 -2
- package/typings/index.d.ts +4 -0
- package/typings/native/index.d.ts +4 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var d=Object.defineProperty,l=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var g=Object.getOwnPropertySymbols;var H=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var i=(C,t,h)=>t in C?d(C,t,{enumerable:!0,configurable:!0,writable:!0,value:h}):C[t]=h,o=(C,t)=>{for(var h in t||(t={}))H.call(t,h)&&i(C,h,t[h]);if(g)for(var h of g(t))a.call(t,h)&&i(C,h,t[h]);return C},w=(C,t)=>l(C,p(t));const n=C=>jsxRuntime.jsxs("svg",w(o({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},C),{children:[jsxRuntime.jsx("rect",{width:24,height:24,fill:"none"}),jsxRuntime.jsx("path",{d:"M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z"}),jsxRuntime.jsx("path",{d:"M6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z"}),jsxRuntime.jsx("path",{d:"M9 17C9 16.4477 9.44772 16 10 16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H10C9.44772 18 9 17.5523 9 17Z"})]}));var f=n;
|
|
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 f = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var f__default = /*#__PURE__*/_interopDefault(f);
|
|
10
|
+
|
|
11
|
+
var l=Object.defineProperty,H=Object.defineProperties;var n=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var r=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable;var g=(C,t,o)=>t in C?l(C,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):C[t]=o,w=(C,t)=>{for(var o in t||(t={}))r.call(t,o)&&g(C,o,t[o]);if(i)for(var o of i(t))v.call(t,o)&&g(C,o,t[o]);return C},d=(C,t)=>H(C,n(t));const p=C=>jsxRuntime.jsxs(f__default.default,d(w({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},C),{children:[jsxRuntime.jsx(f.Rect,{width:24,height:24,fill:"none"}),jsxRuntime.jsx(f.Path,{d:"M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z"}),jsxRuntime.jsx(f.Path,{d:"M6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z"}),jsxRuntime.jsx(f.Path,{d:"M9 17C9 16.4477 9.44772 16 10 16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H10C9.44772 18 9 17.5523 9 17Z"})]}));var Z=p;
|
|
12
|
+
|
|
13
|
+
module.exports = Z;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var e=Object.defineProperty,i=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var h=Object.getOwnPropertySymbols;var v=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var o=(L,C,t)=>C in L?e(L,C,{enumerable:!0,configurable:!0,writable:!0,value:t}):L[C]=t,w=(L,C)=>{for(var t in C||(C={}))v.call(C,t)&&o(L,t,C[t]);if(h)for(var t of h(C))p.call(C,t)&&o(L,t,C[t]);return L},g=(L,C)=>i(L,s(C));const a=L=>jsxRuntime.jsx("svg",g(w({width:32,height:32,viewBox:"0 0 32 32",fill:"white",xmlns:"http://www.w3.org/2000/svg"},L),{children:jsxRuntime.jsx("path",{d:"M17.7034 15.1737L17.6974 15.1559C17.6312 14.9871 17.6613 14.7976 17.7725 14.6525C20.7708 10.7972 17.1139 3.08051 14.7683 0.853755C14.0495 0.1727 13.0752 -0.120463 12.0918 0.04536C11.1054 0.214143 10.2844 0.815252 9.83632 1.6947L9.59273 2.18329L9.64085 2.16553C9.23487 3.424 9.77918 4.83052 11.0783 5.78103C11.3069 5.94982 11.5715 6.13637 11.8602 6.34069C13.7247 7.65838 16.8493 9.8644 17.1711 11.8868C17.2613 12.4583 17.129 12.9706 16.7651 13.4592C16.6208 13.6517 16.3621 13.7316 16.1366 13.6546L16.1185 13.6487C15.9261 13.5836 15.7847 13.4414 15.7396 13.2727C14.4736 8.61483 6.09827 6.64271 2.90153 7.05727C1.91213 7.1846 1.07009 7.75313 0.591933 8.61186C0.110768 9.4765 0.0776879 10.4803 0.501715 11.3716L0.531788 11.4338C1.17835 12.8048 2.78424 13.4207 4.52847 12.9706C4.80514 12.8996 5.11789 12.8107 5.45772 12.716C8.36877 11.9076 13.2406 10.5573 14.1397 13.243C14.227 13.5066 14.1247 13.7908 13.8992 13.9419L13.8721 13.9596C13.7097 14.0692 13.4992 14.087 13.3157 14.0129C8.82287 12.183 2.08655 17.359 0.447584 20.0329C-0.0666613 20.8709 -0.141843 21.8688 0.243089 22.7749C0.628021 23.6869 1.40991 24.3413 2.38427 24.5723L2.45044 24.5871C3.94505 24.9424 5.43667 24.0925 6.16142 22.4728C6.27871 22.2152 6.40501 21.9161 6.54335 21.5934C7.72521 18.8307 9.704 14.2113 12.4286 15.2773C12.6632 15.3691 12.8105 15.609 12.7955 15.8784C12.7835 16.0828 12.6692 16.2663 12.4948 16.3581C8.20938 18.65 8.12518 27.0714 9.23487 30.0148C9.5807 30.9327 10.3295 31.6108 11.2888 31.8803C12.2542 32.1497 13.2586 31.9602 14.0555 31.3532L14.1067 31.3147C15.3216 30.3879 15.5772 28.7119 14.7412 27.1425C14.6089 26.8938 14.4525 26.6125 14.2811 26.3045C12.8135 23.6573 10.3566 19.2245 12.9669 17.8209C13.1744 17.7084 13.439 17.741 13.6225 17.9038L13.6435 17.9216C13.7939 18.0608 13.8631 18.2621 13.827 18.4605C12.9699 23.1776 19.616 28.5046 22.6534 29.4877C23.6007 29.7956 24.6111 29.6417 25.4231 29.0702C26.238 28.4987 26.7102 27.6044 26.7252 26.6213L26.7252 26.5592C26.7252 26.5592 26.7252 26.5296 26.7252 26.5177C26.7252 25.0253 25.5584 23.8024 23.8052 23.4707C23.5225 23.4174 23.2007 23.3612 22.8488 23.299C20.5573 22.9022 16.72 22.2389 15.5802 20.5185C15.2494 20.0181 15.1622 19.4673 15.3216 18.8336C15.3667 18.653 15.5291 18.5109 15.7216 18.4842L15.7727 18.4753C15.9471 18.4487 16.1246 18.5168 16.2448 18.6589C19.4025 22.3899 27.871 20.6044 30.5986 18.8484C31.4316 18.3125 31.9399 17.4449 31.994 16.4647C31.997 16.4085 32 16.3522 32 16.293C32 15.3721 31.591 14.5193 30.8482 13.9241L30.8061 13.8915C29.6182 12.9321 27.8981 13.0595 26.5298 14.2113C26.3132 14.3949 26.0696 14.6052 25.802 14.8361C24.0578 16.3522 21.1347 18.8869 19.0536 18.6915C18.4462 18.6352 17.956 18.3569 17.55 17.8387C17.4267 17.6818 17.4147 17.4567 17.5199 17.279C17.6132 17.1221 17.7876 17.0244 17.9831 17.0185C22.927 16.9267 26.7854 9.29885 27.0921 6.10677C27.1853 5.13256 26.8124 4.1998 26.0696 3.54836C25.3208 2.89099 24.3284 2.63337 23.348 2.84065L23.2789 2.85545C21.7752 3.17229 20.8099 4.56106 20.864 6.34069C20.8731 6.62199 20.8911 6.9418 20.9091 7.29121C21.0234 9.57127 21.2189 13.3881 19.7724 14.8687C19.3514 15.301 18.8281 15.5053 18.1695 15.4994C17.962 15.4994 17.7786 15.3662 17.7064 15.1678L17.7034 15.1737Z"})}));var c=a;
|
|
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 l=Object.defineProperty,e=Object.defineProperties;var v=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var f=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var h=(L,C,t)=>C in L?l(L,C,{enumerable:!0,configurable:!0,writable:!0,value:t}):L[C]=t,w=(L,C)=>{for(var t in C||(C={}))f.call(C,t)&&h(L,t,C[t]);if(o)for(var t of o(C))m.call(C,t)&&h(L,t,C[t]);return L},g=(L,C)=>e(L,v(C));const a=L=>jsxRuntime.jsx(p__default.default,g(w({width:32,height:32,viewBox:"0 0 32 32",fill:"white",xmlns:"http://www.w3.org/2000/svg"},L),{children:jsxRuntime.jsx(p.Path,{d:"M17.7034 15.1737L17.6974 15.1559C17.6312 14.9871 17.6613 14.7976 17.7725 14.6525C20.7708 10.7972 17.1139 3.08051 14.7683 0.853755C14.0495 0.1727 13.0752 -0.120463 12.0918 0.04536C11.1054 0.214143 10.2844 0.815252 9.83632 1.6947L9.59273 2.18329L9.64085 2.16553C9.23487 3.424 9.77918 4.83052 11.0783 5.78103C11.3069 5.94982 11.5715 6.13637 11.8602 6.34069C13.7247 7.65838 16.8493 9.8644 17.1711 11.8868C17.2613 12.4583 17.129 12.9706 16.7651 13.4592C16.6208 13.6517 16.3621 13.7316 16.1366 13.6546L16.1185 13.6487C15.9261 13.5836 15.7847 13.4414 15.7396 13.2727C14.4736 8.61483 6.09827 6.64271 2.90153 7.05727C1.91213 7.1846 1.07009 7.75313 0.591933 8.61186C0.110768 9.4765 0.0776879 10.4803 0.501715 11.3716L0.531788 11.4338C1.17835 12.8048 2.78424 13.4207 4.52847 12.9706C4.80514 12.8996 5.11789 12.8107 5.45772 12.716C8.36877 11.9076 13.2406 10.5573 14.1397 13.243C14.227 13.5066 14.1247 13.7908 13.8992 13.9419L13.8721 13.9596C13.7097 14.0692 13.4992 14.087 13.3157 14.0129C8.82287 12.183 2.08655 17.359 0.447584 20.0329C-0.0666613 20.8709 -0.141843 21.8688 0.243089 22.7749C0.628021 23.6869 1.40991 24.3413 2.38427 24.5723L2.45044 24.5871C3.94505 24.9424 5.43667 24.0925 6.16142 22.4728C6.27871 22.2152 6.40501 21.9161 6.54335 21.5934C7.72521 18.8307 9.704 14.2113 12.4286 15.2773C12.6632 15.3691 12.8105 15.609 12.7955 15.8784C12.7835 16.0828 12.6692 16.2663 12.4948 16.3581C8.20938 18.65 8.12518 27.0714 9.23487 30.0148C9.5807 30.9327 10.3295 31.6108 11.2888 31.8803C12.2542 32.1497 13.2586 31.9602 14.0555 31.3532L14.1067 31.3147C15.3216 30.3879 15.5772 28.7119 14.7412 27.1425C14.6089 26.8938 14.4525 26.6125 14.2811 26.3045C12.8135 23.6573 10.3566 19.2245 12.9669 17.8209C13.1744 17.7084 13.439 17.741 13.6225 17.9038L13.6435 17.9216C13.7939 18.0608 13.8631 18.2621 13.827 18.4605C12.9699 23.1776 19.616 28.5046 22.6534 29.4877C23.6007 29.7956 24.6111 29.6417 25.4231 29.0702C26.238 28.4987 26.7102 27.6044 26.7252 26.6213L26.7252 26.5592C26.7252 26.5592 26.7252 26.5296 26.7252 26.5177C26.7252 25.0253 25.5584 23.8024 23.8052 23.4707C23.5225 23.4174 23.2007 23.3612 22.8488 23.299C20.5573 22.9022 16.72 22.2389 15.5802 20.5185C15.2494 20.0181 15.1622 19.4673 15.3216 18.8336C15.3667 18.653 15.5291 18.5109 15.7216 18.4842L15.7727 18.4753C15.9471 18.4487 16.1246 18.5168 16.2448 18.6589C19.4025 22.3899 27.871 20.6044 30.5986 18.8484C31.4316 18.3125 31.9399 17.4449 31.994 16.4647C31.997 16.4085 32 16.3522 32 16.293C32 15.3721 31.591 14.5193 30.8482 13.9241L30.8061 13.8915C29.6182 12.9321 27.8981 13.0595 26.5298 14.2113C26.3132 14.3949 26.0696 14.6052 25.802 14.8361C24.0578 16.3522 21.1347 18.8869 19.0536 18.6915C18.4462 18.6352 17.956 18.3569 17.55 17.8387C17.4267 17.6818 17.4147 17.4567 17.5199 17.279C17.6132 17.1221 17.7876 17.0244 17.9831 17.0185C22.927 16.9267 26.7854 9.29885 27.0921 6.10677C27.1853 5.13256 26.8124 4.1998 26.0696 3.54836C25.3208 2.89099 24.3284 2.63337 23.348 2.84065L23.2789 2.85545C21.7752 3.17229 20.8099 4.56106 20.864 6.34069C20.8731 6.62199 20.8911 6.9418 20.9091 7.29121C21.0234 9.57127 21.2189 13.3881 19.7724 14.8687C19.3514 15.301 18.8281 15.5053 18.1695 15.4994C17.962 15.4994 17.7786 15.3662 17.7064 15.1678L17.7034 15.1737Z"})}));var c=a;
|
|
12
|
+
|
|
13
|
+
module.exports = c;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var m=Object.defineProperty,w=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var a=Object.getOwnPropertySymbols;var C=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable;var i=(s,t,e)=>t in s?m(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,g=(s,t)=>{for(var e in t||(t={}))C.call(t,e)&&i(s,e,t[e]);if(a)for(var e of a(t))k.call(t,e)&&i(s,e,t[e]);return s},d=(s,t)=>w(s,p(t));const o=s=>jsxRuntime.jsxs("svg",d(g({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},s),{children:[jsxRuntime.jsx("rect",{width:24,height:24,fill:"none"}),jsxRuntime.jsxs("mask",{id:"mask0_1695_155",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:4,y:3,width:16,height:18,children:[jsxRuntime.jsx("path",{d:"M4.87061 5C4.87061 3.89543 5.76604 3 6.87061 3H8.99994C10.1045 3 10.9999 3.89543 10.9999 5V19C10.9999 20.1046 10.1045 21 8.99994 21H6.87061C5.76604 21 4.87061 20.1046 4.87061 19V5Z"}),jsxRuntime.jsx("path",{d:"M13 5C13 3.89543 13.8954 3 15 3H17.1293C18.2339 3 19.1293 3.89543 19.1293 5V19C19.1293 20.1046 18.2339 21 17.1293 21H15C13.8954 21 13 20.1046 13 19V5Z"})]}),jsxRuntime.jsx("g",{mask:"url(#mask0_1695_155)",children:jsxRuntime.jsx("rect",{width:24,height:24})})]}));var v=o;
|
|
7
|
+
|
|
8
|
+
module.exports = v;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var n = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var n__default = /*#__PURE__*/_interopDefault(n);
|
|
10
|
+
|
|
11
|
+
var w=Object.defineProperty,C=Object.defineProperties;var k=Object.getOwnPropertyDescriptors;var a=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;var i=(e,t,h)=>t in e?w(e,t,{enumerable:!0,configurable:!0,writable:!0,value:h}):e[t]=h,d=(e,t)=>{for(var h in t||(t={}))p.call(t,h)&&i(e,h,t[h]);if(a)for(var h of a(t))r.call(t,h)&&i(e,h,t[h]);return e},g=(e,t)=>C(e,k(t));const H=e=>jsxRuntime.jsxs(n__default.default,g(d({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),{children:[jsxRuntime.jsx(n.Rect,{width:24,height:24,fill:"none"}),jsxRuntime.jsxs(n.Mask,{id:"mask0_1695_155",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:4,y:3,width:16,height:18,children:[jsxRuntime.jsx(n.Path,{d:"M4.87061 5C4.87061 3.89543 5.76604 3 6.87061 3H8.99994C10.1045 3 10.9999 3.89543 10.9999 5V19C10.9999 20.1046 10.1045 21 8.99994 21H6.87061C5.76604 21 4.87061 20.1046 4.87061 19V5Z"}),jsxRuntime.jsx(n.Path,{d:"M13 5C13 3.89543 13.8954 3 15 3H17.1293C18.2339 3 19.1293 3.89543 19.1293 5V19C19.1293 20.1046 18.2339 21 17.1293 21H15C13.8954 21 13 20.1046 13 19V5Z"})]}),jsxRuntime.jsx(n.G,{mask:"url(#mask0_1695_155)",children:jsxRuntime.jsx(n.Rect,{width:24,height:24})})]}));var _=H;
|
|
12
|
+
|
|
13
|
+
module.exports = _;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var w=Object.defineProperty,m=Object.defineProperties;var k=Object.getOwnPropertyDescriptors;var e=Object.getOwnPropertySymbols;var o=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;var i=(s,t,a)=>t in s?w(s,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):s[t]=a,g=(s,t)=>{for(var a in t||(t={}))o.call(t,a)&&i(s,a,t[a]);if(e)for(var a of e(t))r.call(t,a)&&i(s,a,t[a]);return s},l=(s,t)=>m(s,k(t));const d=s=>jsxRuntime.jsxs("svg",l(g({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},s),{children:[jsxRuntime.jsx("rect",{width:24,height:24,fill:"none"}),jsxRuntime.jsx("mask",{id:"mask0_1695_154",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:2,y:3,width:20,height:18,children:jsxRuntime.jsx("path",{d:"M3.69539 20.1163C3.50993 20.1163 3.32712 20.047 3.19037 19.9153C2.97842 19.7114 2.92197 19.4022 3.04894 19.1411L6.52538 12L3.04894 4.85902C2.92197 4.59793 2.97842 4.28869 3.19037 4.08475C3.40212 3.88081 3.72433 3.82601 3.99641 3.94794L20.6062 11.3792C20.8573 11.4916 21.0181 11.7339 21.0181 12C21.0181 12.2662 20.8573 12.5085 20.6062 12.6209L3.99641 20.0521C3.90001 20.0954 3.79729 20.1163 3.69539 20.1163Z",fill:"black"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_1695_154)",children:jsxRuntime.jsx("rect",{width:24,height:24})})]}));var n=d;
|
|
7
|
+
|
|
8
|
+
module.exports = n;
|
|
@@ -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 g=Object.defineProperty,m=Object.defineProperties;var k=Object.getOwnPropertyDescriptors;var s=Object.getOwnPropertySymbols;var r=Object.prototype.hasOwnProperty,d=Object.prototype.propertyIsEnumerable;var e=(a,t,h)=>t in a?g(a,t,{enumerable:!0,configurable:!0,writable:!0,value:h}):a[t]=h,l=(a,t)=>{for(var h in t||(t={}))r.call(t,h)&&e(a,h,t[h]);if(s)for(var h of s(t))d.call(t,h)&&e(a,h,t[h]);return a},o=(a,t)=>m(a,k(t));const v=a=>jsxRuntime.jsxs(p__default.default,o(l({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},a),{children:[jsxRuntime.jsx(p.Rect,{width:24,height:24,fill:"none"}),jsxRuntime.jsx(p.Mask,{id:"mask0_1695_154",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:2,y:3,width:20,height:18,children:jsxRuntime.jsx(p.Path,{d:"M3.69539 20.1163C3.50993 20.1163 3.32712 20.047 3.19037 19.9153C2.97842 19.7114 2.92197 19.4022 3.04894 19.1411L6.52538 12L3.04894 4.85902C2.92197 4.59793 2.97842 4.28869 3.19037 4.08475C3.40212 3.88081 3.72433 3.82601 3.99641 3.94794L20.6062 11.3792C20.8573 11.4916 21.0181 11.7339 21.0181 12C21.0181 12.2662 20.8573 12.5085 20.6062 12.6209L3.99641 20.0521C3.90001 20.0954 3.79729 20.1163 3.69539 20.1163Z",fill:"black"})}),jsxRuntime.jsx(p.G,{mask:"url(#mask0_1695_154)",children:jsxRuntime.jsx(p.Rect,{width:24,height:24})})]}));var _=v;
|
|
12
|
+
|
|
13
|
+
module.exports = _;
|
package/cjs/ui.js
CHANGED
|
@@ -75,6 +75,7 @@ var family_member_filled = require('./svg/family_member_filled');
|
|
|
75
75
|
var favorite_filled = require('./svg/favorite_filled');
|
|
76
76
|
var favorite = require('./svg/favorite');
|
|
77
77
|
var filter = require('./svg/filter');
|
|
78
|
+
var funnel_filter = require('./svg/funnel_filter');
|
|
78
79
|
var gender_neutral = require('./svg/gender_neutral');
|
|
79
80
|
var google = require('./svg/google');
|
|
80
81
|
var gympass = require('./svg/gympass');
|
|
@@ -123,12 +124,14 @@ var paper_pin = require('./svg/paper_pin');
|
|
|
123
124
|
var paperclip = require('./svg/paperclip');
|
|
124
125
|
var password = require('./svg/password');
|
|
125
126
|
var pause = require('./svg/pause');
|
|
127
|
+
var pause_filled = require('./svg/pause_filled');
|
|
126
128
|
var phone_filled = require('./svg/phone_filled');
|
|
127
129
|
var phone = require('./svg/phone');
|
|
128
130
|
var pie_chart = require('./svg/pie_chart');
|
|
129
131
|
var pilates = require('./svg/pilates');
|
|
130
132
|
var pin_filled = require('./svg/pin_filled');
|
|
131
133
|
var play = require('./svg/play');
|
|
134
|
+
var play_arrow = require('./svg/play_arrow');
|
|
132
135
|
var play_filled = require('./svg/play_filled');
|
|
133
136
|
var plus_circle = require('./svg/plus_circle');
|
|
134
137
|
var pool = require('./svg/pool');
|
|
@@ -188,6 +191,7 @@ var visibility = require('./svg/visibility');
|
|
|
188
191
|
var wallet = require('./svg/wallet');
|
|
189
192
|
var whatsapp = require('./svg/whatsapp');
|
|
190
193
|
var wheelchair_friendly_doors = require('./svg/wheelchair_friendly_doors');
|
|
194
|
+
var icon_wellhub = require('./svg/icon_wellhub');
|
|
191
195
|
var wiFi = require('./svg/wi-fi');
|
|
192
196
|
var yogaMat = require('./svg/yoga-mat');
|
|
193
197
|
var youtube = require('./svg/youtube');
|
|
@@ -270,6 +274,7 @@ var family_member_filled__default = /*#__PURE__*/_interopDefault(family_member_f
|
|
|
270
274
|
var favorite_filled__default = /*#__PURE__*/_interopDefault(favorite_filled);
|
|
271
275
|
var favorite__default = /*#__PURE__*/_interopDefault(favorite);
|
|
272
276
|
var filter__default = /*#__PURE__*/_interopDefault(filter);
|
|
277
|
+
var funnel_filter__default = /*#__PURE__*/_interopDefault(funnel_filter);
|
|
273
278
|
var gender_neutral__default = /*#__PURE__*/_interopDefault(gender_neutral);
|
|
274
279
|
var google__default = /*#__PURE__*/_interopDefault(google);
|
|
275
280
|
var gympass__default = /*#__PURE__*/_interopDefault(gympass);
|
|
@@ -318,12 +323,14 @@ var paper_pin__default = /*#__PURE__*/_interopDefault(paper_pin);
|
|
|
318
323
|
var paperclip__default = /*#__PURE__*/_interopDefault(paperclip);
|
|
319
324
|
var password__default = /*#__PURE__*/_interopDefault(password);
|
|
320
325
|
var pause__default = /*#__PURE__*/_interopDefault(pause);
|
|
326
|
+
var pause_filled__default = /*#__PURE__*/_interopDefault(pause_filled);
|
|
321
327
|
var phone_filled__default = /*#__PURE__*/_interopDefault(phone_filled);
|
|
322
328
|
var phone__default = /*#__PURE__*/_interopDefault(phone);
|
|
323
329
|
var pie_chart__default = /*#__PURE__*/_interopDefault(pie_chart);
|
|
324
330
|
var pilates__default = /*#__PURE__*/_interopDefault(pilates);
|
|
325
331
|
var pin_filled__default = /*#__PURE__*/_interopDefault(pin_filled);
|
|
326
332
|
var play__default = /*#__PURE__*/_interopDefault(play);
|
|
333
|
+
var play_arrow__default = /*#__PURE__*/_interopDefault(play_arrow);
|
|
327
334
|
var play_filled__default = /*#__PURE__*/_interopDefault(play_filled);
|
|
328
335
|
var plus_circle__default = /*#__PURE__*/_interopDefault(plus_circle);
|
|
329
336
|
var pool__default = /*#__PURE__*/_interopDefault(pool);
|
|
@@ -383,6 +390,7 @@ var visibility__default = /*#__PURE__*/_interopDefault(visibility);
|
|
|
383
390
|
var wallet__default = /*#__PURE__*/_interopDefault(wallet);
|
|
384
391
|
var whatsapp__default = /*#__PURE__*/_interopDefault(whatsapp);
|
|
385
392
|
var wheelchair_friendly_doors__default = /*#__PURE__*/_interopDefault(wheelchair_friendly_doors);
|
|
393
|
+
var icon_wellhub__default = /*#__PURE__*/_interopDefault(icon_wellhub);
|
|
386
394
|
var wiFi__default = /*#__PURE__*/_interopDefault(wiFi);
|
|
387
395
|
var yogaMat__default = /*#__PURE__*/_interopDefault(yogaMat);
|
|
388
396
|
var youtube__default = /*#__PURE__*/_interopDefault(youtube);
|
|
@@ -690,6 +698,10 @@ Object.defineProperty(exports, 'Filter', {
|
|
|
690
698
|
enumerable: true,
|
|
691
699
|
get: function () { return filter__default.default; }
|
|
692
700
|
});
|
|
701
|
+
Object.defineProperty(exports, 'FunnelFilter', {
|
|
702
|
+
enumerable: true,
|
|
703
|
+
get: function () { return funnel_filter__default.default; }
|
|
704
|
+
});
|
|
693
705
|
Object.defineProperty(exports, 'GenderNeutral', {
|
|
694
706
|
enumerable: true,
|
|
695
707
|
get: function () { return gender_neutral__default.default; }
|
|
@@ -882,6 +894,10 @@ Object.defineProperty(exports, 'Pause', {
|
|
|
882
894
|
enumerable: true,
|
|
883
895
|
get: function () { return pause__default.default; }
|
|
884
896
|
});
|
|
897
|
+
Object.defineProperty(exports, 'PauseFilled', {
|
|
898
|
+
enumerable: true,
|
|
899
|
+
get: function () { return pause_filled__default.default; }
|
|
900
|
+
});
|
|
885
901
|
Object.defineProperty(exports, 'PhoneFilled', {
|
|
886
902
|
enumerable: true,
|
|
887
903
|
get: function () { return phone_filled__default.default; }
|
|
@@ -906,6 +922,10 @@ Object.defineProperty(exports, 'Play', {
|
|
|
906
922
|
enumerable: true,
|
|
907
923
|
get: function () { return play__default.default; }
|
|
908
924
|
});
|
|
925
|
+
Object.defineProperty(exports, 'PlayArrow', {
|
|
926
|
+
enumerable: true,
|
|
927
|
+
get: function () { return play_arrow__default.default; }
|
|
928
|
+
});
|
|
909
929
|
Object.defineProperty(exports, 'PlayFilled', {
|
|
910
930
|
enumerable: true,
|
|
911
931
|
get: function () { return play_filled__default.default; }
|
|
@@ -1142,6 +1162,10 @@ Object.defineProperty(exports, 'WheelchairFriendlyDoors', {
|
|
|
1142
1162
|
enumerable: true,
|
|
1143
1163
|
get: function () { return wheelchair_friendly_doors__default.default; }
|
|
1144
1164
|
});
|
|
1165
|
+
Object.defineProperty(exports, 'WellhubIcon', {
|
|
1166
|
+
enumerable: true,
|
|
1167
|
+
get: function () { return icon_wellhub__default.default; }
|
|
1168
|
+
});
|
|
1145
1169
|
Object.defineProperty(exports, 'WiFi', {
|
|
1146
1170
|
enumerable: true,
|
|
1147
1171
|
get: function () { return wiFi__default.default; }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var d=Object.defineProperty,l=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var g=Object.getOwnPropertySymbols;var H=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var i=(C,t,h)=>t in C?d(C,t,{enumerable:!0,configurable:!0,writable:!0,value:h}):C[t]=h,o=(C,t)=>{for(var h in t||(t={}))H.call(t,h)&&i(C,h,t[h]);if(g)for(var h of g(t))a.call(t,h)&&i(C,h,t[h]);return C},w=(C,t)=>l(C,p(t));const n=C=>jsxs("svg",w(o({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},C),{children:[jsx("rect",{width:24,height:24,fill:"none"}),jsx("path",{d:"M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z"}),jsx("path",{d:"M6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z"}),jsx("path",{d:"M9 17C9 16.4477 9.44772 16 10 16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H10C9.44772 18 9 17.5523 9 17Z"})]}));var f=n;
|
|
5
|
+
|
|
6
|
+
export { f as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var e=Object.defineProperty,i=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var h=Object.getOwnPropertySymbols;var v=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var o=(L,C,t)=>C in L?e(L,C,{enumerable:!0,configurable:!0,writable:!0,value:t}):L[C]=t,w=(L,C)=>{for(var t in C||(C={}))v.call(C,t)&&o(L,t,C[t]);if(h)for(var t of h(C))p.call(C,t)&&o(L,t,C[t]);return L},g=(L,C)=>i(L,s(C));const a=L=>jsx("svg",g(w({width:32,height:32,viewBox:"0 0 32 32",fill:"white",xmlns:"http://www.w3.org/2000/svg"},L),{children:jsx("path",{d:"M17.7034 15.1737L17.6974 15.1559C17.6312 14.9871 17.6613 14.7976 17.7725 14.6525C20.7708 10.7972 17.1139 3.08051 14.7683 0.853755C14.0495 0.1727 13.0752 -0.120463 12.0918 0.04536C11.1054 0.214143 10.2844 0.815252 9.83632 1.6947L9.59273 2.18329L9.64085 2.16553C9.23487 3.424 9.77918 4.83052 11.0783 5.78103C11.3069 5.94982 11.5715 6.13637 11.8602 6.34069C13.7247 7.65838 16.8493 9.8644 17.1711 11.8868C17.2613 12.4583 17.129 12.9706 16.7651 13.4592C16.6208 13.6517 16.3621 13.7316 16.1366 13.6546L16.1185 13.6487C15.9261 13.5836 15.7847 13.4414 15.7396 13.2727C14.4736 8.61483 6.09827 6.64271 2.90153 7.05727C1.91213 7.1846 1.07009 7.75313 0.591933 8.61186C0.110768 9.4765 0.0776879 10.4803 0.501715 11.3716L0.531788 11.4338C1.17835 12.8048 2.78424 13.4207 4.52847 12.9706C4.80514 12.8996 5.11789 12.8107 5.45772 12.716C8.36877 11.9076 13.2406 10.5573 14.1397 13.243C14.227 13.5066 14.1247 13.7908 13.8992 13.9419L13.8721 13.9596C13.7097 14.0692 13.4992 14.087 13.3157 14.0129C8.82287 12.183 2.08655 17.359 0.447584 20.0329C-0.0666613 20.8709 -0.141843 21.8688 0.243089 22.7749C0.628021 23.6869 1.40991 24.3413 2.38427 24.5723L2.45044 24.5871C3.94505 24.9424 5.43667 24.0925 6.16142 22.4728C6.27871 22.2152 6.40501 21.9161 6.54335 21.5934C7.72521 18.8307 9.704 14.2113 12.4286 15.2773C12.6632 15.3691 12.8105 15.609 12.7955 15.8784C12.7835 16.0828 12.6692 16.2663 12.4948 16.3581C8.20938 18.65 8.12518 27.0714 9.23487 30.0148C9.5807 30.9327 10.3295 31.6108 11.2888 31.8803C12.2542 32.1497 13.2586 31.9602 14.0555 31.3532L14.1067 31.3147C15.3216 30.3879 15.5772 28.7119 14.7412 27.1425C14.6089 26.8938 14.4525 26.6125 14.2811 26.3045C12.8135 23.6573 10.3566 19.2245 12.9669 17.8209C13.1744 17.7084 13.439 17.741 13.6225 17.9038L13.6435 17.9216C13.7939 18.0608 13.8631 18.2621 13.827 18.4605C12.9699 23.1776 19.616 28.5046 22.6534 29.4877C23.6007 29.7956 24.6111 29.6417 25.4231 29.0702C26.238 28.4987 26.7102 27.6044 26.7252 26.6213L26.7252 26.5592C26.7252 26.5592 26.7252 26.5296 26.7252 26.5177C26.7252 25.0253 25.5584 23.8024 23.8052 23.4707C23.5225 23.4174 23.2007 23.3612 22.8488 23.299C20.5573 22.9022 16.72 22.2389 15.5802 20.5185C15.2494 20.0181 15.1622 19.4673 15.3216 18.8336C15.3667 18.653 15.5291 18.5109 15.7216 18.4842L15.7727 18.4753C15.9471 18.4487 16.1246 18.5168 16.2448 18.6589C19.4025 22.3899 27.871 20.6044 30.5986 18.8484C31.4316 18.3125 31.9399 17.4449 31.994 16.4647C31.997 16.4085 32 16.3522 32 16.293C32 15.3721 31.591 14.5193 30.8482 13.9241L30.8061 13.8915C29.6182 12.9321 27.8981 13.0595 26.5298 14.2113C26.3132 14.3949 26.0696 14.6052 25.802 14.8361C24.0578 16.3522 21.1347 18.8869 19.0536 18.6915C18.4462 18.6352 17.956 18.3569 17.55 17.8387C17.4267 17.6818 17.4147 17.4567 17.5199 17.279C17.6132 17.1221 17.7876 17.0244 17.9831 17.0185C22.927 16.9267 26.7854 9.29885 27.0921 6.10677C27.1853 5.13256 26.8124 4.1998 26.0696 3.54836C25.3208 2.89099 24.3284 2.63337 23.348 2.84065L23.2789 2.85545C21.7752 3.17229 20.8099 4.56106 20.864 6.34069C20.8731 6.62199 20.8911 6.9418 20.9091 7.29121C21.0234 9.57127 21.2189 13.3881 19.7724 14.8687C19.3514 15.301 18.8281 15.5053 18.1695 15.4994C17.962 15.4994 17.7786 15.3662 17.7064 15.1678L17.7034 15.1737Z"})}));var c=a;
|
|
5
|
+
|
|
6
|
+
export { c as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var m=Object.defineProperty,w=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var a=Object.getOwnPropertySymbols;var C=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable;var i=(s,t,e)=>t in s?m(s,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[t]=e,g=(s,t)=>{for(var e in t||(t={}))C.call(t,e)&&i(s,e,t[e]);if(a)for(var e of a(t))k.call(t,e)&&i(s,e,t[e]);return s},d=(s,t)=>w(s,p(t));const o=s=>jsxs("svg",d(g({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},s),{children:[jsx("rect",{width:24,height:24,fill:"none"}),jsxs("mask",{id:"mask0_1695_155",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:4,y:3,width:16,height:18,children:[jsx("path",{d:"M4.87061 5C4.87061 3.89543 5.76604 3 6.87061 3H8.99994C10.1045 3 10.9999 3.89543 10.9999 5V19C10.9999 20.1046 10.1045 21 8.99994 21H6.87061C5.76604 21 4.87061 20.1046 4.87061 19V5Z"}),jsx("path",{d:"M13 5C13 3.89543 13.8954 3 15 3H17.1293C18.2339 3 19.1293 3.89543 19.1293 5V19C19.1293 20.1046 18.2339 21 17.1293 21H15C13.8954 21 13 20.1046 13 19V5Z"})]}),jsx("g",{mask:"url(#mask0_1695_155)",children:jsx("rect",{width:24,height:24})})]}));var v=o;
|
|
5
|
+
|
|
6
|
+
export { v as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var w=Object.defineProperty,m=Object.defineProperties;var k=Object.getOwnPropertyDescriptors;var e=Object.getOwnPropertySymbols;var o=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;var i=(s,t,a)=>t in s?w(s,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):s[t]=a,g=(s,t)=>{for(var a in t||(t={}))o.call(t,a)&&i(s,a,t[a]);if(e)for(var a of e(t))r.call(t,a)&&i(s,a,t[a]);return s},l=(s,t)=>m(s,k(t));const d=s=>jsxs("svg",l(g({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},s),{children:[jsx("rect",{width:24,height:24,fill:"none"}),jsx("mask",{id:"mask0_1695_154",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:2,y:3,width:20,height:18,children:jsx("path",{d:"M3.69539 20.1163C3.50993 20.1163 3.32712 20.047 3.19037 19.9153C2.97842 19.7114 2.92197 19.4022 3.04894 19.1411L6.52538 12L3.04894 4.85902C2.92197 4.59793 2.97842 4.28869 3.19037 4.08475C3.40212 3.88081 3.72433 3.82601 3.99641 3.94794L20.6062 11.3792C20.8573 11.4916 21.0181 11.7339 21.0181 12C21.0181 12.2662 20.8573 12.5085 20.6062 12.6209L3.99641 20.0521C3.90001 20.0954 3.79729 20.1163 3.69539 20.1163Z",fill:"black"})}),jsx("g",{mask:"url(#mask0_1695_154)",children:jsx("rect",{width:24,height:24})})]}));var n=d;
|
|
5
|
+
|
|
6
|
+
export { n as default };
|
package/esm/ui.js
CHANGED
|
@@ -73,6 +73,7 @@ export { default as FamilyMemberFilled } from './svg/family_member_filled';
|
|
|
73
73
|
export { default as FavoriteFilled } from './svg/favorite_filled';
|
|
74
74
|
export { default as Favorite } from './svg/favorite';
|
|
75
75
|
export { default as Filter } from './svg/filter';
|
|
76
|
+
export { default as FunnelFilter } from './svg/funnel_filter';
|
|
76
77
|
export { default as GenderNeutral } from './svg/gender_neutral';
|
|
77
78
|
export { default as Google } from './svg/google';
|
|
78
79
|
export { default as Gympass } from './svg/gympass';
|
|
@@ -121,12 +122,14 @@ export { default as PaperPin } from './svg/paper_pin';
|
|
|
121
122
|
export { default as Paperclip } from './svg/paperclip';
|
|
122
123
|
export { default as Password } from './svg/password';
|
|
123
124
|
export { default as Pause } from './svg/pause';
|
|
125
|
+
export { default as PauseFilled } from './svg/pause_filled';
|
|
124
126
|
export { default as PhoneFilled } from './svg/phone_filled';
|
|
125
127
|
export { default as Phone } from './svg/phone';
|
|
126
128
|
export { default as PieChart } from './svg/pie_chart';
|
|
127
129
|
export { default as Pilates } from './svg/pilates';
|
|
128
130
|
export { default as PinFilled } from './svg/pin_filled';
|
|
129
131
|
export { default as Play } from './svg/play';
|
|
132
|
+
export { default as PlayArrow } from './svg/play_arrow';
|
|
130
133
|
export { default as PlayFilled } from './svg/play_filled';
|
|
131
134
|
export { default as PlusCircle } from './svg/plus_circle';
|
|
132
135
|
export { default as Pool } from './svg/pool';
|
|
@@ -186,6 +189,7 @@ export { default as Visibility } from './svg/visibility';
|
|
|
186
189
|
export { default as Wallet } from './svg/wallet';
|
|
187
190
|
export { default as Whatsapp } from './svg/whatsapp';
|
|
188
191
|
export { default as WheelchairFriendlyDoors } from './svg/wheelchair_friendly_doors';
|
|
192
|
+
export { default as WellhubIcon } from './svg/icon_wellhub';
|
|
189
193
|
export { default as WiFi } from './svg/wi-fi';
|
|
190
194
|
export { default as YogaMat } from './svg/yoga-mat';
|
|
191
195
|
export { default as Youtube } from './svg/youtube';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "7f3c203db52c0b9c0589b19826e0b0e8044afa00",
|
|
30
30
|
"module": "./esm",
|
|
31
31
|
"private": false
|
|
32
32
|
}
|
package/typings/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export declare const FamilyMemberFilled: SVGWebComponent;
|
|
|
76
76
|
export declare const FavoriteFilled: SVGWebComponent;
|
|
77
77
|
export declare const Favorite: SVGWebComponent;
|
|
78
78
|
export declare const Filter: SVGWebComponent;
|
|
79
|
+
export declare const FunnelFilter: SVGWebComponent;
|
|
79
80
|
export declare const GenderNeutral: SVGWebComponent;
|
|
80
81
|
export declare const Google: SVGWebComponent;
|
|
81
82
|
export declare const Gympass: SVGWebComponent;
|
|
@@ -124,12 +125,14 @@ export declare const PaperPin: SVGWebComponent;
|
|
|
124
125
|
export declare const Paperclip: SVGWebComponent;
|
|
125
126
|
export declare const Password: SVGWebComponent;
|
|
126
127
|
export declare const Pause: SVGWebComponent;
|
|
128
|
+
export declare const PauseFilled: SVGWebComponent;
|
|
127
129
|
export declare const PhoneFilled: SVGWebComponent;
|
|
128
130
|
export declare const Phone: SVGWebComponent;
|
|
129
131
|
export declare const PieChart: SVGWebComponent;
|
|
130
132
|
export declare const Pilates: SVGWebComponent;
|
|
131
133
|
export declare const PinFilled: SVGWebComponent;
|
|
132
134
|
export declare const Play: SVGWebComponent;
|
|
135
|
+
export declare const PlayArrow: SVGWebComponent;
|
|
133
136
|
export declare const PlayFilled: SVGWebComponent;
|
|
134
137
|
export declare const PlusCircle: SVGWebComponent;
|
|
135
138
|
export declare const Pool: SVGWebComponent;
|
|
@@ -189,6 +192,7 @@ export declare const Visibility: SVGWebComponent;
|
|
|
189
192
|
export declare const Wallet: SVGWebComponent;
|
|
190
193
|
export declare const Whatsapp: SVGWebComponent;
|
|
191
194
|
export declare const WheelchairFriendlyDoors: SVGWebComponent;
|
|
195
|
+
export declare const WellhubIcon: SVGWebComponent;
|
|
192
196
|
export declare const WiFi: SVGWebComponent;
|
|
193
197
|
export declare const YogaMat: SVGWebComponent;
|
|
194
198
|
export declare const Youtube: SVGWebComponent;
|
|
@@ -77,6 +77,7 @@ export declare const FamilyMemberFilled: SVGNativeComponent;
|
|
|
77
77
|
export declare const FavoriteFilled: SVGNativeComponent;
|
|
78
78
|
export declare const Favorite: SVGNativeComponent;
|
|
79
79
|
export declare const Filter: SVGNativeComponent;
|
|
80
|
+
export declare const FunnelFilter: SVGNativeComponent;
|
|
80
81
|
export declare const GenderNeutral: SVGNativeComponent;
|
|
81
82
|
export declare const Google: SVGNativeComponent;
|
|
82
83
|
export declare const Gympass: SVGNativeComponent;
|
|
@@ -125,12 +126,14 @@ export declare const PaperPin: SVGNativeComponent;
|
|
|
125
126
|
export declare const Paperclip: SVGNativeComponent;
|
|
126
127
|
export declare const Password: SVGNativeComponent;
|
|
127
128
|
export declare const Pause: SVGNativeComponent;
|
|
129
|
+
export declare const PauseFilled: SVGNativeComponent;
|
|
128
130
|
export declare const PhoneFilled: SVGNativeComponent;
|
|
129
131
|
export declare const Phone: SVGNativeComponent;
|
|
130
132
|
export declare const PieChart: SVGNativeComponent;
|
|
131
133
|
export declare const Pilates: SVGNativeComponent;
|
|
132
134
|
export declare const PinFilled: SVGNativeComponent;
|
|
133
135
|
export declare const Play: SVGNativeComponent;
|
|
136
|
+
export declare const PlayArrow: SVGNativeComponent;
|
|
134
137
|
export declare const PlayFilled: SVGNativeComponent;
|
|
135
138
|
export declare const PlusCircle: SVGNativeComponent;
|
|
136
139
|
export declare const Pool: SVGNativeComponent;
|
|
@@ -190,6 +193,7 @@ export declare const Visibility: SVGNativeComponent;
|
|
|
190
193
|
export declare const Wallet: SVGNativeComponent;
|
|
191
194
|
export declare const Whatsapp: SVGNativeComponent;
|
|
192
195
|
export declare const WheelchairFriendlyDoors: SVGNativeComponent;
|
|
196
|
+
export declare const WellhubIcon: SVGNativeComponent;
|
|
193
197
|
export declare const WiFi: SVGNativeComponent;
|
|
194
198
|
export declare const YogaMat: SVGNativeComponent;
|
|
195
199
|
export declare const Youtube: SVGNativeComponent;
|