@gympass/yoga-icons 1.29.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.
Files changed (80) hide show
  1. package/cjs/svg/bath.js +2 -2
  2. package/cjs/svg/bath.native.js +4 -4
  3. package/cjs/svg/beauty-center.js +2 -2
  4. package/cjs/svg/beauty-center.native.js +4 -4
  5. package/cjs/svg/bike.js +2 -2
  6. package/cjs/svg/bike.native.js +4 -4
  7. package/cjs/svg/bioimpedance-scale.js +2 -2
  8. package/cjs/svg/bioimpedance-scale.native.js +4 -4
  9. package/cjs/svg/body-massage.js +2 -2
  10. package/cjs/svg/body-massage.native.js +4 -4
  11. package/cjs/svg/court.js +2 -2
  12. package/cjs/svg/court.native.js +4 -4
  13. package/cjs/svg/coworking-space.js +2 -2
  14. package/cjs/svg/coworking-space.native.js +4 -4
  15. package/cjs/svg/crown.js +8 -0
  16. package/cjs/svg/crown.native.js +13 -0
  17. package/cjs/svg/drinking-fountain.js +2 -2
  18. package/cjs/svg/drinking-fountain.native.js +4 -4
  19. package/cjs/svg/footwear_sneakers.js +8 -0
  20. package/cjs/svg/footwear_sneakers.native.js +13 -0
  21. package/cjs/svg/free-weight.js +2 -2
  22. package/cjs/svg/free-weight.native.js +4 -4
  23. package/cjs/svg/functional-training.js +1 -1
  24. package/cjs/svg/functional-training.native.js +4 -4
  25. package/cjs/svg/grippy-socks.js +2 -2
  26. package/cjs/svg/grippy-socks.native.js +4 -4
  27. package/cjs/svg/hot-tub.js +2 -2
  28. package/cjs/svg/hot-tub.native.js +4 -4
  29. package/cjs/svg/massage-chair.js +2 -2
  30. package/cjs/svg/massage-chair.native.js +4 -4
  31. package/cjs/svg/paddle_board.js +8 -0
  32. package/cjs/svg/paddle_board.native.js +13 -0
  33. package/cjs/svg/physiotherapy.js +2 -2
  34. package/cjs/svg/physiotherapy.native.js +4 -4
  35. package/cjs/svg/racquet.js +2 -2
  36. package/cjs/svg/racquet.native.js +4 -4
  37. package/cjs/svg/sauna.js +2 -2
  38. package/cjs/svg/sauna.native.js +4 -4
  39. package/cjs/svg/single_woman_flag.js +8 -0
  40. package/cjs/svg/single_woman_flag.native.js +13 -0
  41. package/cjs/svg/stretching.js +2 -2
  42. package/cjs/svg/stretching.native.js +3 -3
  43. package/cjs/svg/support-trainer.js +2 -2
  44. package/cjs/svg/support-trainer.native.js +4 -4
  45. package/cjs/svg/water_bottle.js +8 -0
  46. package/cjs/svg/water_bottle.native.js +13 -0
  47. package/cjs/svg/weight-machine.js +2 -2
  48. package/cjs/svg/weight-machine.native.js +4 -4
  49. package/cjs/svg/yoga-mat.js +2 -2
  50. package/cjs/svg/yoga-mat.native.js +4 -4
  51. package/cjs/ui.js +198 -168
  52. package/esm/svg/bath.js +3 -3
  53. package/esm/svg/beauty-center.js +3 -3
  54. package/esm/svg/bike.js +3 -3
  55. package/esm/svg/bioimpedance-scale.js +3 -3
  56. package/esm/svg/body-massage.js +3 -3
  57. package/esm/svg/court.js +3 -3
  58. package/esm/svg/coworking-space.js +3 -3
  59. package/esm/svg/crown.js +6 -0
  60. package/esm/svg/drinking-fountain.js +3 -3
  61. package/esm/svg/footwear_sneakers.js +6 -0
  62. package/esm/svg/free-weight.js +3 -3
  63. package/esm/svg/functional-training.js +2 -2
  64. package/esm/svg/grippy-socks.js +3 -3
  65. package/esm/svg/hot-tub.js +3 -3
  66. package/esm/svg/massage-chair.js +3 -3
  67. package/esm/svg/paddle_board.js +6 -0
  68. package/esm/svg/physiotherapy.js +3 -3
  69. package/esm/svg/racquet.js +2 -2
  70. package/esm/svg/sauna.js +3 -3
  71. package/esm/svg/single_woman_flag.js +6 -0
  72. package/esm/svg/stretching.js +3 -3
  73. package/esm/svg/support-trainer.js +3 -3
  74. package/esm/svg/water_bottle.js +6 -0
  75. package/esm/svg/weight-machine.js +3 -3
  76. package/esm/svg/yoga-mat.js +3 -3
  77. package/esm/ui.js +34 -29
  78. package/package.json +2 -2
  79. package/typings/index.d.ts +34 -29
  80. package/typings/native/index.d.ts +34 -29
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var p = require('react-native-svg');
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 p__default = /*#__PURE__*/_interopDefault(p);
9
+ var C__default = /*#__PURE__*/_interopDefault(C);
10
10
 
11
- var l=Object.defineProperty,k=Object.defineProperties;var g=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var d=(e,o,t)=>o in e?l(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,s=(e,o)=>{for(var t in o||(o={}))h.call(o,t)&&d(e,t,o[t]);if(r)for(var t of r(o))m.call(o,t)&&d(e,t,o[t]);return e},a=(e,o)=>k(e,g(o));const u=e=>jsxRuntime.jsxs(p__default.default,a(s({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Ping-Pong-Paddle--Streamline-Ultimate.svg",height:24,width:24},e),{children:[jsxRuntime.jsx(p.Path,{d:"m4.291 7.291 12.418 12.418",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"M8.25 3a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0 -4.5 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(p.Path,{d:"M5.574 4.821a9.753 9.753 0 0 0 -0.481 10.618l-3.624 3.624a2.453 2.453 0 0 0 3.468 3.469l3.624 -3.624A9.751 9.751 0 1 0 15.322 0.921",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var c=u;
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 = c;
13
+ module.exports = v;
package/cjs/svg/sauna.js CHANGED
@@ -3,6 +3,6 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
5
 
6
- var d=Object.defineProperty,k=Object.defineProperties;var l=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var r=(t,e,o)=>e in t?d(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o,a=(t,e)=>{for(var o in e||(e={}))h.call(e,o)&&r(t,o,e[o]);if(i)for(var o of i(e))p.call(e,o)&&r(t,o,e[o]);return t},s=(t,e)=>k(t,l(e));const u=t=>jsxRuntime.jsxs("svg",s(a({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",id:"Sauna-Heat--Streamline-Ultimate",height:24,width:24},t),{children:[jsxRuntime.jsx("desc",{children:"Sauna Heat Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("defs",{}),jsxRuntime.jsx("title",{children:"sauna-heat"}),jsxRuntime.jsx("path",{d:"m20 7.074 0 15.053 -16.5 0 0 -15.053",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m0.5 9.074 10.418 -6.946a1.5 1.5 0 0 1 1.664 0L23 9.074",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M14.823 10.094A3.725 3.725 0 0 0 14 12.231c0 1.337 0.823 2.673 0.823 4.008A3.737 3.737 0 0 1 14 18.377",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M9.573 10.094a3.725 3.725 0 0 0 -0.823 2.137c0 1.337 0.823 2.673 0.823 4.008a3.737 3.737 0 0 1 -0.823 2.138",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var f=u;
6
+ var e=Object.defineProperty,s=Object.defineProperties;var v=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var g=(c,a,l)=>a in c?e(c,a,{enumerable:!0,configurable:!0,writable:!0,value:l}):c[a]=l,h=(c,a)=>{for(var l in a||(a={}))w.call(a,l)&&g(c,l,a[l]);if(t)for(var l of t(a))m.call(a,l)&&g(c,l,a[l]);return c},o=(c,a)=>s(c,v(a));const p=c=>jsxRuntime.jsx("svg",o(h({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},c),{children:jsxRuntime.jsx("path",{d:"M11.398 1.161a2.849 2.849 0 0 0-.457.122c-.153.057-1.562.973-4.058 2.635a6757.846 6757.846 0 0 1-5.352 3.565L.002 8.5l-.001.565c-.001.626-.006.615.277.714.31.11.409.067 1.48-.645l.982-.653.02 6.953.02 6.952.107.162a.766.766 0 0 0 .283.247l.175.085h8.389c7.481 0 8.405-.007 8.537-.062a.734.734 0 0 0 .413-.398c.071-.154.074-.437.075-7.05l.001-6.889.959.638c.528.35 1.032.657 1.12.681.3.081.657-.078.797-.353.155-.307.14-.594-.042-.826-.096-.121-10.508-7.078-10.868-7.261-.364-.185-.9-.266-1.328-.199m.654 1.542c.07.035 1.716 1.12 3.657 2.41l3.529 2.347.001 6.97.001 6.97-7.49-.01-7.49-.01-.01-6.95-.01-6.95 3.49-2.327a437.795 437.795 0 0 1 3.65-2.42.782.782 0 0 1 .672-.03M9.259 9.416c-.14.061-.306.241-.542.588-.346.509-.599 1.203-.682 1.869-.085.684.009 1.26.441 2.691.236.779.322 1.207.323 1.596 0 .595-.145 1.029-.543 1.621-.279.415-.319.624-.176.919.122.252.338.391.634.409.303.019.484-.088.756-.45.576-.764.885-1.758.834-2.679-.029-.533-.108-.897-.425-1.963-.286-.961-.359-1.315-.358-1.731.001-.562.177-1.071.56-1.62.29-.416.313-.74.073-1.045-.183-.233-.608-.33-.895-.205m5.226.01c-.381.194-.984 1.282-1.14 2.054-.179.892-.109 1.466.37 3.048.258.851.334 1.218.336 1.632.004.554-.181 1.103-.546 1.616-.239.337-.288.5-.228.767a.605.605 0 0 0 .222.371c.253.234.652.277.898.095.432-.319.947-1.317 1.103-2.139.14-.743.059-1.401-.342-2.757-.309-1.043-.358-1.259-.384-1.673-.037-.575.157-1.212.524-1.723.209-.29.262-.417.262-.625a.714.714 0 0 0-.291-.587c-.126-.1-.195-.124-.4-.135-.178-.009-.288.007-.384.056",fillRule:"evenodd"})}));var n=p;
7
7
 
8
- module.exports = f;
8
+ module.exports = n;
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var f = require('react-native-svg');
5
+ var i = require('react-native-svg');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
- var f__default = /*#__PURE__*/_interopDefault(f);
9
+ var i__default = /*#__PURE__*/_interopDefault(i);
10
10
 
11
- var k=Object.defineProperty,l=Object.defineProperties;var u=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,L=Object.prototype.propertyIsEnumerable;var s=(e,o,t)=>o in e?k(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,d=(e,o)=>{for(var t in o||(o={}))h.call(o,t)&&s(e,t,o[t]);if(i)for(var t of i(o))L.call(o,t)&&s(e,t,o[t]);return e},a=(e,o)=>l(e,u(o));const p=e=>jsxRuntime.jsxs(f__default.default,a(d({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",id:"Sauna-Heat--Streamline-Ultimate",height:24,width:24},e),{children:[jsxRuntime.jsx(f.Defs,{}),jsxRuntime.jsx(f.Path,{d:"m20 7.074 0 15.053 -16.5 0 0 -15.053",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"m0.5 9.074 10.418 -6.946a1.5 1.5 0 0 1 1.664 0L23 9.074",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M14.823 10.094A3.725 3.725 0 0 0 14 12.231c0 1.337 0.823 2.673 0.823 4.008A3.737 3.737 0 0 1 14 18.377",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M9.573 10.094a3.725 3.725 0 0 0 -0.823 2.137c0 1.337 0.823 2.673 0.823 4.008a3.737 3.737 0 0 1 -0.823 2.138",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var v=p;
11
+ var d=Object.defineProperty,e=Object.defineProperties;var v=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable;var o=(c,a,l)=>a in c?d(c,a,{enumerable:!0,configurable:!0,writable:!0,value:l}):c[a]=l,g=(c,a)=>{for(var l in a||(a={}))w.call(a,l)&&o(c,l,a[l]);if(t)for(var l of t(a))f.call(a,l)&&o(c,l,a[l]);return c},h=(c,a)=>e(c,v(a));const r=c=>jsxRuntime.jsx(i__default.default,h(g({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},c),{children:jsxRuntime.jsx(i.Path,{d:"M11.398 1.161a2.849 2.849 0 0 0-.457.122c-.153.057-1.562.973-4.058 2.635a6757.846 6757.846 0 0 1-5.352 3.565L.002 8.5l-.001.565c-.001.626-.006.615.277.714.31.11.409.067 1.48-.645l.982-.653.02 6.953.02 6.952.107.162a.766.766 0 0 0 .283.247l.175.085h8.389c7.481 0 8.405-.007 8.537-.062a.734.734 0 0 0 .413-.398c.071-.154.074-.437.075-7.05l.001-6.889.959.638c.528.35 1.032.657 1.12.681.3.081.657-.078.797-.353.155-.307.14-.594-.042-.826-.096-.121-10.508-7.078-10.868-7.261-.364-.185-.9-.266-1.328-.199m.654 1.542c.07.035 1.716 1.12 3.657 2.41l3.529 2.347.001 6.97.001 6.97-7.49-.01-7.49-.01-.01-6.95-.01-6.95 3.49-2.327a437.795 437.795 0 0 1 3.65-2.42.782.782 0 0 1 .672-.03M9.259 9.416c-.14.061-.306.241-.542.588-.346.509-.599 1.203-.682 1.869-.085.684.009 1.26.441 2.691.236.779.322 1.207.323 1.596 0 .595-.145 1.029-.543 1.621-.279.415-.319.624-.176.919.122.252.338.391.634.409.303.019.484-.088.756-.45.576-.764.885-1.758.834-2.679-.029-.533-.108-.897-.425-1.963-.286-.961-.359-1.315-.358-1.731.001-.562.177-1.071.56-1.62.29-.416.313-.74.073-1.045-.183-.233-.608-.33-.895-.205m5.226.01c-.381.194-.984 1.282-1.14 2.054-.179.892-.109 1.466.37 3.048.258.851.334 1.218.336 1.632.004.554-.181 1.103-.546 1.616-.239.337-.288.5-.228.767a.605.605 0 0 0 .222.371c.253.234.652.277.898.095.432-.319.947-1.317 1.103-2.139.14-.743.059-1.401-.342-2.757-.309-1.043-.358-1.259-.384-1.673-.037-.575.157-1.212.524-1.723.209-.29.262-.417.262-.625a.714.714 0 0 0-.291-.587c-.126-.1-.195-.124-.4-.135-.178-.009-.288.007-.384.056",fillRule:"evenodd"})}));var u=r;
12
12
 
13
- module.exports = v;
13
+ module.exports = u;
@@ -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;
@@ -3,6 +3,6 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
5
 
6
- var a=Object.defineProperty,c=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;var s=(e,t,o)=>t in e?a(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,d=(e,t)=>{for(var o in t||(t={}))k.call(t,o)&&s(e,o,t[o]);if(i)for(var o of i(t))l.call(t,o)&&s(e,o,t[o]);return e},n=(e,t)=>c(e,h(t));const g=e=>jsxRuntime.jsxs("svg",n(d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Yoga-Seated-Forward-Fold-Pose--Streamline-Ultimate.svg",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"Yoga Seated Forward Fold Pose Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M17.75 10.3c0 4.0453 -3.4 7.4 -7.5 7.4H9.24998c-1.2 0 -2.19999 -0.9867 -2.19999 -2.1707 0 -1.184 0.99999 -2.1706 2.19999 -2.1706H10.879c0.6884 0 1.2723 -0.5055 1.371 -1.1868v0",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M5.25 13.3h-2.3c-1.2 0 -2.2 1 -2.2 2.2 0 1.2 1 2.2 2.2 2.2h14.8c3.3 0 5.5 -2.7 5.5 -6 0 -3.29999 -2.2 -5.49999 -5.5 -5.49999l-2 0c-2 0 -3.5 1 -3.5 3V12.2",strokeWidth:1.5}),jsxRuntime.jsx("path",{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M9.62964 13.3625c-1.65686 0 -3 -1.3432 -3 -3 0 -1.65687 1.34314 -3.00001 3 -3.00001 1.13916 0 2.13006 0.63497 2.63806 1.57031",strokeWidth:1.5})]}));var v=g;
6
+ var s=Object.defineProperty,v=Object.defineProperties;var d=Object.getOwnPropertyDescriptors;var a=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;var g=(l,c,t)=>c in l?s(l,c,{enumerable:!0,configurable:!0,writable:!0,value:t}):l[c]=t,e=(l,c)=>{for(var t in c||(c={}))w.call(c,t)&&g(l,t,c[t]);if(a)for(var t of a(c))i.call(c,t)&&g(l,t,c[t]);return l},h=(l,c)=>v(l,d(c));const p=l=>jsxRuntime.jsx("svg",h(e({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},l),{children:jsxRuntime.jsx("path",{d:"M15.4 5.466c-1.275.087-2.164.444-2.893 1.161-.15.148-.346.38-.436.517l-.163.248-.224-.151c-.617-.418-1.248-.605-2.044-.606a3.493 3.493 0 0 0-1.437.271c-1.129.467-1.887 1.356-2.229 2.614-.11.405-.099 1.313.021 1.76a3.76 3.76 0 0 0 1.022 1.754l.303.294-.275.295c-.317.34-.566.8-.668 1.237-.14.601-.06 1.361.199 1.9l.097.2-1.907-.001c-2.058 0-2.196-.012-2.538-.212a1.754 1.754 0 0 1-.596-.661c-.077-.156-.092-.25-.092-.586 0-.338.014-.429.093-.589.129-.261.401-.553.634-.68.294-.16.599-.19 1.93-.191 1.159 0 1.226-.004 1.393-.085.26-.126.39-.344.39-.655 0-.311-.13-.529-.39-.655-.168-.082-.231-.085-1.564-.085-1.625 0-1.799.023-2.385.31-.317.156-.439.246-.743.548-.403.401-.605.719-.771 1.215-.091.271-.103.372-.103.867s.012.596.103.867c.164.492.369.814.77 1.216.305.306.423.394.743.551.664.328-.01.305 8.795.305 6.876.001 7.907-.007 8.271-.061 2.537-.376 4.547-2.348 5.115-5.018.51-2.395-.083-4.708-1.585-6.191A5.349 5.349 0 0 0 20.74 6.12c-1.136-.548-1.982-.686-4.12-.672-.572.003-1.121.012-1.22.018m3.58 1.606c1.204.279 2.114.878 2.723 1.791.587.881.81 1.781.765 3.091-.041 1.189-.318 2.084-.935 3.018-.229.347-.823.952-1.153 1.175a5.167 5.167 0 0 1-1.774.737c-.277.054-3.644.098-3.586.047.022-.019.147-.115.278-.213.347-.259.989-.883 1.336-1.298 1.134-1.358 1.817-3.14 1.854-4.84.011-.51-.044-.672-.298-.874-.314-.251-.832-.162-1.059.181-.093.14-.11.226-.156.765-.06.703-.097.934-.212 1.348-.568 2.045-2.176 3.79-4.164 4.519-.792.29-1.362.389-2.44.425-1.19.039-1.519-.034-1.922-.427-.453-.441-.558-1.137-.251-1.663.13-.222.429-.496.674-.616.195-.095.231-.099 1.4-.122 1.083-.021 1.226-.032 1.466-.11.645-.21 1.167-.738 1.407-1.425.026-.074.052-.846.067-2.001.024-1.778.03-1.894.111-2.14.254-.768.866-1.236 1.862-1.422.219-.041.687-.051 1.967-.042 1.536.011 1.711.019 2.04.096M10.151 8.18c.437.103.958.426 1.219.757l.11.139v3.158l-.105.124c-.194.231-.247.242-1.205.242-1.247 0-1.543-.093-2.11-.66-.487-.487-.659-.898-.66-1.583 0-.651.196-1.124.656-1.578.455-.451.924-.649 1.544-.655.165-.002.413.024.551.056",fillRule:"evenodd"})}));var n=p;
7
7
 
8
- module.exports = v;
8
+ module.exports = n;
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var m = require('react-native-svg');
5
+ var w = require('react-native-svg');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
- var m__default = /*#__PURE__*/_interopDefault(m);
9
+ var w__default = /*#__PURE__*/_interopDefault(w);
10
10
 
11
- var c=Object.defineProperty,a=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var n=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,g=Object.prototype.propertyIsEnumerable;var s=(o,t,e)=>t in o?c(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,d=(o,t)=>{for(var e in t||(t={}))l.call(t,e)&&s(o,e,t[e]);if(n)for(var e of n(t))g.call(t,e)&&s(o,e,t[e]);return o},k=(o,t)=>a(o,h(t));const p=o=>jsxRuntime.jsxs(m__default.default,k(d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",id:"Yoga-Seated-Forward-Fold-Pose--Streamline-Ultimate.svg",height:24,width:24},o),{children:[jsxRuntime.jsx(m.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M17.75 10.3c0 4.0453 -3.4 7.4 -7.5 7.4H9.24998c-1.2 0 -2.19999 -0.9867 -2.19999 -2.1707 0 -1.184 0.99999 -2.1706 2.19999 -2.1706H10.879c0.6884 0 1.2723 -0.5055 1.371 -1.1868v0",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M5.25 13.3h-2.3c-1.2 0 -2.2 1 -2.2 2.2 0 1.2 1 2.2 2.2 2.2h14.8c3.3 0 5.5 -2.7 5.5 -6 0 -3.29999 -2.2 -5.49999 -5.5 -5.49999l-2 0c-2 0 -3.5 1 -3.5 3V12.2",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,d:"M9.62964 13.3625c-1.65686 0 -3 -1.3432 -3 -3 0 -1.65687 1.34314 -3.00001 3 -3.00001 1.13916 0 2.13006 0.63497 2.63806 1.57031",strokeWidth:1.5})]}));var M=p;
11
+ var v=Object.defineProperty,d=Object.defineProperties;var i=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var m=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;var a=(t,c,l)=>c in t?v(t,c,{enumerable:!0,configurable:!0,writable:!0,value:l}):t[c]=l,g=(t,c)=>{for(var l in c||(c={}))m.call(c,l)&&a(t,l,c[l]);if(o)for(var l of o(c))r.call(c,l)&&a(t,l,c[l]);return t},e=(t,c)=>d(t,i(c));const p=t=>jsxRuntime.jsx(w__default.default,e(g({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},t),{children:jsxRuntime.jsx(w.Path,{d:"M15.4 5.466c-1.275.087-2.164.444-2.893 1.161-.15.148-.346.38-.436.517l-.163.248-.224-.151c-.617-.418-1.248-.605-2.044-.606a3.493 3.493 0 0 0-1.437.271c-1.129.467-1.887 1.356-2.229 2.614-.11.405-.099 1.313.021 1.76a3.76 3.76 0 0 0 1.022 1.754l.303.294-.275.295c-.317.34-.566.8-.668 1.237-.14.601-.06 1.361.199 1.9l.097.2-1.907-.001c-2.058 0-2.196-.012-2.538-.212a1.754 1.754 0 0 1-.596-.661c-.077-.156-.092-.25-.092-.586 0-.338.014-.429.093-.589.129-.261.401-.553.634-.68.294-.16.599-.19 1.93-.191 1.159 0 1.226-.004 1.393-.085.26-.126.39-.344.39-.655 0-.311-.13-.529-.39-.655-.168-.082-.231-.085-1.564-.085-1.625 0-1.799.023-2.385.31-.317.156-.439.246-.743.548-.403.401-.605.719-.771 1.215-.091.271-.103.372-.103.867s.012.596.103.867c.164.492.369.814.77 1.216.305.306.423.394.743.551.664.328-.01.305 8.795.305 6.876.001 7.907-.007 8.271-.061 2.537-.376 4.547-2.348 5.115-5.018.51-2.395-.083-4.708-1.585-6.191A5.349 5.349 0 0 0 20.74 6.12c-1.136-.548-1.982-.686-4.12-.672-.572.003-1.121.012-1.22.018m3.58 1.606c1.204.279 2.114.878 2.723 1.791.587.881.81 1.781.765 3.091-.041 1.189-.318 2.084-.935 3.018-.229.347-.823.952-1.153 1.175a5.167 5.167 0 0 1-1.774.737c-.277.054-3.644.098-3.586.047.022-.019.147-.115.278-.213.347-.259.989-.883 1.336-1.298 1.134-1.358 1.817-3.14 1.854-4.84.011-.51-.044-.672-.298-.874-.314-.251-.832-.162-1.059.181-.093.14-.11.226-.156.765-.06.703-.097.934-.212 1.348-.568 2.045-2.176 3.79-4.164 4.519-.792.29-1.362.389-2.44.425-1.19.039-1.519-.034-1.922-.427-.453-.441-.558-1.137-.251-1.663.13-.222.429-.496.674-.616.195-.095.231-.099 1.4-.122 1.083-.021 1.226-.032 1.466-.11.645-.21 1.167-.738 1.407-1.425.026-.074.052-.846.067-2.001.024-1.778.03-1.894.111-2.14.254-.768.866-1.236 1.862-1.422.219-.041.687-.051 1.967-.042 1.536.011 1.711.019 2.04.096M10.151 8.18c.437.103.958.426 1.219.757l.11.139v3.158l-.105.124c-.194.231-.247.242-1.205.242-1.247 0-1.543-.093-2.11-.66-.487-.487-.659-.898-.66-1.583 0-.651.196-1.124.656-1.578.455-.451.924-.649 1.544-.655.165-.002.413.024.551.056",fillRule:"evenodd"})}));var M=p;
12
12
 
13
13
  module.exports = M;
@@ -3,6 +3,6 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
5
 
6
- var a=Object.defineProperty,h=Object.defineProperties;var l=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable;var r=(e,o,t)=>o in e?a(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,s=(e,o)=>{for(var t in o||(o={}))k.call(o,t)&&r(e,t,o[t]);if(i)for(var t of i(o))c.call(o,t)&&r(e,t,o[t]);return e},d=(e,o)=>h(e,l(o));const p=e=>jsxRuntime.jsxs("svg",d(s({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"School-Test-Physical-Education--Streamline-Ultimate.svg",height:24,width:24},e),{children:[jsxRuntime.jsx("desc",{children:"School Test Physical Education Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{d:"M6.75 17.25h-2.3a3.682 3.682 0 0 1 -3.7 -3.667V3.98A3.183 3.183 0 0 1 3.512 0.766a3.046 3.046 0 0 1 1.676 5.769 8.712 8.712 0 0 1 0 6.437 6.794 6.794 0 0 1 10.668 -1.838",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m20.25 18.375 0 3.958 -3 0.917 -3 -0.917 0 -3.958",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m23.25 17.25 -6 -2.25 -6 2.25 6 2.25 6 -2.25z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"m11.25 17.25 0 3",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var g=p;
6
+ var p=Object.defineProperty,s=Object.defineProperties;var d=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;var v=(a,c,l)=>c in a?p(a,c,{enumerable:!0,configurable:!0,writable:!0,value:l}):a[c]=l,o=(a,c)=>{for(var l in c||(c={}))h.call(c,l)&&v(a,l,c[l]);if(t)for(var l of t(c))r.call(c,l)&&v(a,l,c[l]);return a},e=(a,c)=>s(a,d(c));const w=a=>jsxRuntime.jsx("svg",e(o({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},a),{children:jsxRuntime.jsx("path",{d:"M3.196.059a3.956 3.956 0 0 0-3.12 3.08C.005 3.48.001 3.786.001 8.72c-.001 4.501.008 5.268.06 5.569a4.449 4.449 0 0 0 3.656 3.647c.298.05.673.064 1.78.063 1.278-.001 1.417-.007 1.563-.075a.935.935 0 0 0 .255-.177c.095-.102.215-.464.186-.559a2.702 2.702 0 0 1-.038-.157c-.029-.134-.235-.374-.387-.453-.091-.047-.349-.058-1.364-.058-1.393-.001-1.826-.035-2.239-.18A2.956 2.956 0 0 1 1.6 14.304c-.078-.308-.08-.456-.08-5.542 0-5.8-.017-5.428.27-5.978.211-.403.657-.841 1.05-1.031a2.108 2.108 0 0 1 1.076-.24 2.268 2.268 0 0 1 2.128 1.574c.125.38.134 1.015.021 1.353A2.467 2.467 0 0 1 5 5.778c-.345.205-.398.254-.485.442-.105.23-.093.401.062.846a8.124 8.124 0 0 1 .402 3.682 7.986 7.986 0 0 1-.385 1.646c-.187.564-.191.746-.021 1.002.292.441.952.418 1.247-.044l.38-.6c.337-.535 1.057-1.267 1.598-1.628.949-.632 1.923-.969 2.994-1.037 1.645-.104 3.113.38 4.381 1.446.35.294.515.366.772.336.498-.056.804-.619.578-1.063-.084-.165-.418-.472-.883-.812-2.253-1.645-5.291-1.89-7.81-.629a9.08 9.08 0 0 0-.824.489l-.434.293-.025-.663c-.034-.886-.117-1.439-.335-2.232l-.102-.368.345-.326c.671-.635 1.073-1.444 1.188-2.389.062-.516.006-.991-.187-1.569a3.503 3.503 0 0 0-.646-1.202C6.362.835 5.54.307 4.82.119 4.396.009 3.614-.02 3.196.059M16.9 14.338c-.775.269-6.032 2.261-6.119 2.317a.757.757 0 0 0-.19.236c-.089.166-.091.197-.103 1.724-.013 1.688.006 1.9.183 2.111.203.242.583.338.86.219a.982.982 0 0 0 .427-.438c.025-.068.042-.51.042-1.13 0-.559.013-1.017.03-1.018.017 0 .35.119.74.265l.71.266v1.725c0 1.123.016 1.781.044 1.885a.77.77 0 0 0 .412.501c.09.04.855.283 1.699.54 1.165.355 1.571.463 1.682.448.259-.034 3.218-.954 3.347-1.039.068-.046.167-.146.22-.223l.096-.141.011-1.847.011-1.846 1.318-.493c1.036-.387 1.345-.519 1.445-.616a.709.709 0 0 0 .173-.814.631.631 0 0 0-.342-.372c-.254-.129-6.099-2.308-6.261-2.334-.111-.017-.235.004-.435.074m2.23 2.168a76.67 76.67 0 0 1 1.92.733c.03.025-3.704 1.443-3.799 1.442-.027-.001-.63-.219-1.34-.487a521.72 521.72 0 0 0-2.208-.824l-.317-.118.177-.067c.279-.106 3.656-1.379 3.667-1.382.005-.002.86.315 1.9.703m-3.063 3.354c.671.251 1.069.38 1.176.38.108 0 .51-.129 1.182-.38.561-.209 1.027-.38 1.037-.38.01 0 .018.519.018 1.153v1.153l-1.09.333c-.599.183-1.111.333-1.136.334-.025 0-.543-.151-1.15-.336L15 21.78v-1.15c0-.632.012-1.15.027-1.15s.483.171 1.04.38",fillRule:"evenodd"})}));var f=w;
7
7
 
8
- module.exports = g;
8
+ module.exports = f;
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var m = require('react-native-svg');
5
+ var i = require('react-native-svg');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
- var m__default = /*#__PURE__*/_interopDefault(m);
9
+ var i__default = /*#__PURE__*/_interopDefault(i);
10
10
 
11
- var a=Object.defineProperty,l=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable;var s=(e,o,t)=>o in e?a(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,d=(e,o)=>{for(var t in o||(o={}))p.call(o,t)&&s(e,t,o[t]);if(i)for(var t of i(o))u.call(o,t)&&s(e,t,o[t]);return e},k=(e,o)=>l(e,h(o));const c=e=>jsxRuntime.jsxs(m__default.default,k(d({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"School-Test-Physical-Education--Streamline-Ultimate.svg",height:24,width:24},e),{children:[jsxRuntime.jsx(m.Path,{d:"M6.75 17.25h-2.3a3.682 3.682 0 0 1 -3.7 -3.667V3.98A3.183 3.183 0 0 1 3.512 0.766a3.046 3.046 0 0 1 1.676 5.769 8.712 8.712 0 0 1 0 6.437 6.794 6.794 0 0 1 10.668 -1.838",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m20.25 18.375 0 3.958 -3 0.917 -3 -0.917 0 -3.958",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m23.25 17.25 -6 -2.25 -6 2.25 6 2.25 6 -2.25z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(m.Path,{d:"m11.25 17.25 0 3",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var w=c;
11
+ var g=Object.defineProperty,m=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var o=(a,c,l)=>c in a?g(a,c,{enumerable:!0,configurable:!0,writable:!0,value:l}):a[c]=l,v=(a,c)=>{for(var l in c||(c={}))d.call(c,l)&&o(a,l,c[l]);if(t)for(var l of t(c))h.call(c,l)&&o(a,l,c[l]);return a},r=(a,c)=>m(a,p(c));const f=a=>jsxRuntime.jsx(i__default.default,r(v({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},a),{children:jsxRuntime.jsx(i.Path,{d:"M3.196.059a3.956 3.956 0 0 0-3.12 3.08C.005 3.48.001 3.786.001 8.72c-.001 4.501.008 5.268.06 5.569a4.449 4.449 0 0 0 3.656 3.647c.298.05.673.064 1.78.063 1.278-.001 1.417-.007 1.563-.075a.935.935 0 0 0 .255-.177c.095-.102.215-.464.186-.559a2.702 2.702 0 0 1-.038-.157c-.029-.134-.235-.374-.387-.453-.091-.047-.349-.058-1.364-.058-1.393-.001-1.826-.035-2.239-.18A2.956 2.956 0 0 1 1.6 14.304c-.078-.308-.08-.456-.08-5.542 0-5.8-.017-5.428.27-5.978.211-.403.657-.841 1.05-1.031a2.108 2.108 0 0 1 1.076-.24 2.268 2.268 0 0 1 2.128 1.574c.125.38.134 1.015.021 1.353A2.467 2.467 0 0 1 5 5.778c-.345.205-.398.254-.485.442-.105.23-.093.401.062.846a8.124 8.124 0 0 1 .402 3.682 7.986 7.986 0 0 1-.385 1.646c-.187.564-.191.746-.021 1.002.292.441.952.418 1.247-.044l.38-.6c.337-.535 1.057-1.267 1.598-1.628.949-.632 1.923-.969 2.994-1.037 1.645-.104 3.113.38 4.381 1.446.35.294.515.366.772.336.498-.056.804-.619.578-1.063-.084-.165-.418-.472-.883-.812-2.253-1.645-5.291-1.89-7.81-.629a9.08 9.08 0 0 0-.824.489l-.434.293-.025-.663c-.034-.886-.117-1.439-.335-2.232l-.102-.368.345-.326c.671-.635 1.073-1.444 1.188-2.389.062-.516.006-.991-.187-1.569a3.503 3.503 0 0 0-.646-1.202C6.362.835 5.54.307 4.82.119 4.396.009 3.614-.02 3.196.059M16.9 14.338c-.775.269-6.032 2.261-6.119 2.317a.757.757 0 0 0-.19.236c-.089.166-.091.197-.103 1.724-.013 1.688.006 1.9.183 2.111.203.242.583.338.86.219a.982.982 0 0 0 .427-.438c.025-.068.042-.51.042-1.13 0-.559.013-1.017.03-1.018.017 0 .35.119.74.265l.71.266v1.725c0 1.123.016 1.781.044 1.885a.77.77 0 0 0 .412.501c.09.04.855.283 1.699.54 1.165.355 1.571.463 1.682.448.259-.034 3.218-.954 3.347-1.039.068-.046.167-.146.22-.223l.096-.141.011-1.847.011-1.846 1.318-.493c1.036-.387 1.345-.519 1.445-.616a.709.709 0 0 0 .173-.814.631.631 0 0 0-.342-.372c-.254-.129-6.099-2.308-6.261-2.334-.111-.017-.235.004-.435.074m2.23 2.168a76.67 76.67 0 0 1 1.92.733c.03.025-3.704 1.443-3.799 1.442-.027-.001-.63-.219-1.34-.487a521.72 521.72 0 0 0-2.208-.824l-.317-.118.177-.067c.279-.106 3.656-1.379 3.667-1.382.005-.002.86.315 1.9.703m-3.063 3.354c.671.251 1.069.38 1.176.38.108 0 .51-.129 1.182-.38.561-.209 1.027-.38 1.037-.38.01 0 .018.519.018 1.153v1.153l-1.09.333c-.599.183-1.111.333-1.136.334-.025 0-.543-.151-1.15-.336L15 21.78v-1.15c0-.632.012-1.15.027-1.15s.483.171 1.04.38",fillRule:"evenodd"})}));var u=f;
12
12
 
13
- module.exports = w;
13
+ module.exports = u;
@@ -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;
@@ -3,6 +3,6 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
5
 
6
- var d=Object.defineProperty,k=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var i=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var r=(o,e,t)=>e in o?d(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,s=(o,e)=>{for(var t in e||(e={}))l.call(e,t)&&r(o,t,e[t]);if(i)for(var t of i(e))p.call(e,t)&&r(o,t,e[t]);return o},a=(o,e)=>k(o,h(e));const c=o=>jsxRuntime.jsxs("svg",a(s({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Fitness-Weightlift--Streamline-Ultimate.svg",height:24,width:24},o),{children:[jsxRuntime.jsx("desc",{children:"Fitness Weightlift Streamline Icon: https://streamlinehq.com"}),jsxRuntime.jsx("path",{d:"M9.375 9.375a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0 -5.25 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M3.765 9a10.648 10.648 0 0 0 2.475 6.416A7.582 7.582 0 0 0 9 17.32v5.93",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M18.079 6.158a1.5 1.5 0 0 0 -0.823 1.467c0 0.036 0.243 3.644 -1.7 5.759a4.538 4.538 0 0 1 -1.13 0.866H9.575a4.6 4.6 0 0 1 -1.118 -0.85C6.5 11.278 6.74 7.689 6.746 7.62a1.5 1.5 0 0 0 -0.825 -1.462",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M15 23.25v-5.93a7.582 7.582 0 0 0 2.76 -1.9A10.648 10.648 0 0 0 20.235 9",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M20.251 3.755a45.482 45.482 0 0 0 -16.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M23.25 5.25a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 3 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx("path",{d:"M3.75 5.25a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 3 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var g=c;
6
+ var s=Object.defineProperty,v=Object.defineProperties;var o=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;var h=(l,c,a)=>c in l?s(l,c,{enumerable:!0,configurable:!0,writable:!0,value:a}):l[c]=a,m=(l,c)=>{for(var a in c||(c={}))d.call(c,a)&&h(l,a,c[a]);if(t)for(var a of t(c))i.call(c,a)&&h(l,a,c[a]);return l},e=(l,c)=>v(l,o(c));const w=l=>jsxRuntime.jsx("svg",e(m({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},l),{children:jsxRuntime.jsx("path",{d:"M1.736.059C1.143.188.557.643.261 1.205c-.258.488-.267.585-.253 2.671L.021 5.74l.106.275c.35.903 1.165 1.473 2.11 1.476.72.001 1.297-.271 1.761-.834.369-.447.482-.811.517-1.677l.025-.6.826-.127a44.56 44.56 0 0 1 12.914-.052c.451.065.901.132 1 .15l.18.031.026.628c.03.731.106 1.042.346 1.412.283.435.751.82 1.161.955 1.203.396 2.447-.206 2.896-1.4.086-.23.089-.289.102-2.101.011-1.587.004-1.905-.05-2.136-.19-.819-.887-1.511-1.696-1.682a2.208 2.208 0 0 0-2.07.602c-.466.458-.641.893-.682 1.69-.02.376-.038.49-.08.49-.03 0-.428-.053-.884-.119-2.307-.33-4.112-.456-6.529-.456-2.466 0-4.543.151-6.816.497a10.35 10.35 0 0 1-.584.078c-.059 0-.071-.065-.093-.49-.041-.797-.216-1.232-.682-1.69A2.229 2.229 0 0 0 1.736.059m.862 1.54c.185.094.307.24.364.436.028.095.039.717.03 1.811L2.98 5.513l-.122.151c-.184.227-.311.305-.529.326a.763.763 0 0 1-.673-.292l-.116-.152-.012-1.723c-.006-.948-.001-1.762.01-1.81.029-.116.21-.327.36-.418.165-.101.498-.099.7.004m19.474-.023c.123.065.297.242.363.371.031.061.045.611.045 1.792 0 1.617-.004 1.712-.079 1.859a.722.722 0 0 1-.75.391c-.202-.023-.33-.104-.509-.325l-.122-.151-.012-1.686c-.012-1.822-.004-1.904.203-2.098.219-.206.623-.277.861-.153M5.691 5.443c-.198.059-.435.308-.49.513-.09.335.036.637.353.85.404.272.432.356.437 1.274.012 2.637.817 4.85 2.222 6.112.321.288.647.519.975.692l.22.116h5.184l.22-.116c.567-.298 1.232-.873 1.645-1.422.997-1.326 1.547-3.234 1.546-5.362-.001-.897.041-1.021.434-1.286.268-.18.382-.375.382-.654 0-.273-.098-.453-.334-.619-.235-.165-.547-.165-.831-.001a2.27 2.27 0 0 0-1.029 1.26c-.09.273-.101.382-.12 1.22-.023.989-.078 1.489-.245 2.238-.182.811-.483 1.544-.866 2.112-.225.334-.68.801-.969.993l-.234.157H9.809l-.234-.157c-.846-.567-1.514-1.688-1.833-3.077-.157-.679-.226-1.321-.247-2.282-.018-.804-.03-.927-.117-1.203-.266-.841-1.12-1.528-1.687-1.358m5.702.62a3.268 3.268 0 0 0-1.703.872 3.26 3.26 0 0 0-1.05 2.417c-.001 1.558.947 2.814 2.468 3.273.306.093.423.107.892.107.469 0 .586-.014.892-.107.643-.194 1.148-.501 1.577-.96.588-.628.891-1.416.891-2.313-.002-2.083-1.906-3.662-3.967-3.289m1.414 1.627a1.87 1.87 0 0 1 .881 2.483 1.865 1.865 0 0 1-3.074.453 1.898 1.898 0 0 1-.31-2.05c.126-.268.483-.662.731-.807.353-.207.546-.252 1.027-.24.42.011.458.019.745.161m-9.232.587a.8.8 0 0 0-.462.354c-.082.132-.092.192-.084.527.067 2.793 1.585 6.033 3.567 7.613.404.322.953.681 1.334.874l.31.156v5.582l.09.176a1.1 1.1 0 0 0 .244.299c.137.109.182.122.426.122s.289-.013.426-.122c.085-.068.195-.203.245-.3l.091-.178-.011-3.14c-.011-3.086-.012-3.142-.093-3.28-.098-.166-.293-.3-.691-.471-.838-.362-1.767-1.075-2.335-1.792-.585-.738-1.173-1.793-1.513-2.717-.3-.812-.519-1.846-.581-2.74-.037-.521-.148-.76-.418-.899a.943.943 0 0 0-.545-.064m16.565-.018a1.438 1.438 0 0 1-.147.037c-.157.035-.355.218-.435.403-.042.095-.082.324-.098.561-.132 1.952-.842 3.806-2.069 5.406-.516.673-1.398 1.37-2.225 1.757-.664.312-.729.354-.84.557-.059.108-.067.432-.077 3.26l-.011 3.14.091.178c.05.097.16.232.245.3.137.109.182.122.426.122s.289-.013.426-.122a1.1 1.1 0 0 0 .244-.299l.09-.176v-5.582l.289-.145c1.832-.923 3.264-2.626 4.175-4.967.428-1.1.717-2.46.746-3.509.012-.428-.063-.616-.314-.787-.142-.098-.417-.169-.516-.134",fillRule:"evenodd"})}));var n=w;
7
7
 
8
- module.exports = g;
8
+ module.exports = n;
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var f = require('react-native-svg');
5
+ var w = require('react-native-svg');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
- var f__default = /*#__PURE__*/_interopDefault(f);
9
+ var w__default = /*#__PURE__*/_interopDefault(w);
10
10
 
11
- var a=Object.defineProperty,l=Object.defineProperties;var h=Object.getOwnPropertyDescriptors;var r=Object.getOwnPropertySymbols;var u=Object.prototype.hasOwnProperty,L=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={}))u.call(o,n)&&s(e,n,o[n]);if(r)for(var n of r(o))L.call(o,n)&&s(e,n,o[n]);return e},k=(e,o)=>l(e,h(o));const p=e=>jsxRuntime.jsxs(f__default.default,k(d({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",id:"Fitness-Weightlift--Streamline-Ultimate.svg",height:24,width:24},e),{children:[jsxRuntime.jsx(f.Path,{d:"M9.375 9.375a2.625 2.625 0 1 0 5.25 0 2.625 2.625 0 1 0 -5.25 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M3.765 9a10.648 10.648 0 0 0 2.475 6.416A7.582 7.582 0 0 0 9 17.32v5.93",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M18.079 6.158a1.5 1.5 0 0 0 -0.823 1.467c0 0.036 0.243 3.644 -1.7 5.759a4.538 4.538 0 0 1 -1.13 0.866H9.575a4.6 4.6 0 0 1 -1.118 -0.85C6.5 11.278 6.74 7.689 6.746 7.62a1.5 1.5 0 0 0 -0.825 -1.462",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M15 23.25v-5.93a7.582 7.582 0 0 0 2.76 -1.9A10.648 10.648 0 0 0 20.235 9",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M20.251 3.755a45.482 45.482 0 0 0 -16.5 0",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M23.25 5.25a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 3 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),jsxRuntime.jsx(f.Path,{d:"M3.75 5.25a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 3 0Z",fill:"none",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})]}));var M=p;
11
+ var g=Object.defineProperty,v=Object.defineProperties;var i=Object.getOwnPropertyDescriptors;var m=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;var t=(l,c,a)=>c in l?g(l,c,{enumerable:!0,configurable:!0,writable:!0,value:a}):l[c]=a,h=(l,c)=>{for(var a in c||(c={}))d.call(c,a)&&t(l,a,c[a]);if(m)for(var a of m(c))s.call(c,a)&&t(l,a,c[a]);return l},o=(l,c)=>v(l,i(c));const p=l=>jsxRuntime.jsx(w__default.default,o(h({xmlns:"http://www.w3.org/2000/svg",height:24,width:24},l),{children:jsxRuntime.jsx(w.Path,{d:"M1.736.059C1.143.188.557.643.261 1.205c-.258.488-.267.585-.253 2.671L.021 5.74l.106.275c.35.903 1.165 1.473 2.11 1.476.72.001 1.297-.271 1.761-.834.369-.447.482-.811.517-1.677l.025-.6.826-.127a44.56 44.56 0 0 1 12.914-.052c.451.065.901.132 1 .15l.18.031.026.628c.03.731.106 1.042.346 1.412.283.435.751.82 1.161.955 1.203.396 2.447-.206 2.896-1.4.086-.23.089-.289.102-2.101.011-1.587.004-1.905-.05-2.136-.19-.819-.887-1.511-1.696-1.682a2.208 2.208 0 0 0-2.07.602c-.466.458-.641.893-.682 1.69-.02.376-.038.49-.08.49-.03 0-.428-.053-.884-.119-2.307-.33-4.112-.456-6.529-.456-2.466 0-4.543.151-6.816.497a10.35 10.35 0 0 1-.584.078c-.059 0-.071-.065-.093-.49-.041-.797-.216-1.232-.682-1.69A2.229 2.229 0 0 0 1.736.059m.862 1.54c.185.094.307.24.364.436.028.095.039.717.03 1.811L2.98 5.513l-.122.151c-.184.227-.311.305-.529.326a.763.763 0 0 1-.673-.292l-.116-.152-.012-1.723c-.006-.948-.001-1.762.01-1.81.029-.116.21-.327.36-.418.165-.101.498-.099.7.004m19.474-.023c.123.065.297.242.363.371.031.061.045.611.045 1.792 0 1.617-.004 1.712-.079 1.859a.722.722 0 0 1-.75.391c-.202-.023-.33-.104-.509-.325l-.122-.151-.012-1.686c-.012-1.822-.004-1.904.203-2.098.219-.206.623-.277.861-.153M5.691 5.443c-.198.059-.435.308-.49.513-.09.335.036.637.353.85.404.272.432.356.437 1.274.012 2.637.817 4.85 2.222 6.112.321.288.647.519.975.692l.22.116h5.184l.22-.116c.567-.298 1.232-.873 1.645-1.422.997-1.326 1.547-3.234 1.546-5.362-.001-.897.041-1.021.434-1.286.268-.18.382-.375.382-.654 0-.273-.098-.453-.334-.619-.235-.165-.547-.165-.831-.001a2.27 2.27 0 0 0-1.029 1.26c-.09.273-.101.382-.12 1.22-.023.989-.078 1.489-.245 2.238-.182.811-.483 1.544-.866 2.112-.225.334-.68.801-.969.993l-.234.157H9.809l-.234-.157c-.846-.567-1.514-1.688-1.833-3.077-.157-.679-.226-1.321-.247-2.282-.018-.804-.03-.927-.117-1.203-.266-.841-1.12-1.528-1.687-1.358m5.702.62a3.268 3.268 0 0 0-1.703.872 3.26 3.26 0 0 0-1.05 2.417c-.001 1.558.947 2.814 2.468 3.273.306.093.423.107.892.107.469 0 .586-.014.892-.107.643-.194 1.148-.501 1.577-.96.588-.628.891-1.416.891-2.313-.002-2.083-1.906-3.662-3.967-3.289m1.414 1.627a1.87 1.87 0 0 1 .881 2.483 1.865 1.865 0 0 1-3.074.453 1.898 1.898 0 0 1-.31-2.05c.126-.268.483-.662.731-.807.353-.207.546-.252 1.027-.24.42.011.458.019.745.161m-9.232.587a.8.8 0 0 0-.462.354c-.082.132-.092.192-.084.527.067 2.793 1.585 6.033 3.567 7.613.404.322.953.681 1.334.874l.31.156v5.582l.09.176a1.1 1.1 0 0 0 .244.299c.137.109.182.122.426.122s.289-.013.426-.122c.085-.068.195-.203.245-.3l.091-.178-.011-3.14c-.011-3.086-.012-3.142-.093-3.28-.098-.166-.293-.3-.691-.471-.838-.362-1.767-1.075-2.335-1.792-.585-.738-1.173-1.793-1.513-2.717-.3-.812-.519-1.846-.581-2.74-.037-.521-.148-.76-.418-.899a.943.943 0 0 0-.545-.064m16.565-.018a1.438 1.438 0 0 1-.147.037c-.157.035-.355.218-.435.403-.042.095-.082.324-.098.561-.132 1.952-.842 3.806-2.069 5.406-.516.673-1.398 1.37-2.225 1.757-.664.312-.729.354-.84.557-.059.108-.067.432-.077 3.26l-.011 3.14.091.178c.05.097.16.232.245.3.137.109.182.122.426.122s.289-.013.426-.122a1.1 1.1 0 0 0 .244-.299l.09-.176v-5.582l.289-.145c1.832-.923 3.264-2.626 4.175-4.967.428-1.1.717-2.46.746-3.509.012-.428-.063-.616-.314-.787-.142-.098-.417-.169-.516-.134",fillRule:"evenodd"})}));var S=p;
12
12
 
13
- module.exports = M;
13
+ module.exports = S;
@@ -3,6 +3,6 @@
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
5
 
6
- var v=Object.defineProperty,L=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var a=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var H=(e,C,o)=>C in e?v(e,C,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[C]=o,d=(e,C)=>{for(var o in C||(C={}))a.call(C,o)&&H(e,o,C[o]);if(t)for(var o of t(C))h.call(C,o)&&H(e,o,C[o]);return e},g=(e,C)=>L(e,w(C));const i=e=>jsxRuntime.jsx("svg",g(d({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),{children:jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0489 4C9.81279 4 8.00006 5.81273 8.00006 8.04884V8.26449C8.00006 8.85949 8.10453 9.44659 8.30567 10H4.04472C2.38042 10 1.44424 11.9142 2.46601 13.2279L7.61019 19.8418C8.17856 20.5726 9.05248 21 9.97825 21H17.0001C19.7615 21 22.0001 18.7614 22.0001 16V15.5C22.0001 14.3648 21.5797 13.3277 20.8861 12.536C20.8557 12.478 20.8191 12.4222 20.7762 12.3694L15.1913 5.49567C14.4224 4.54942 13.2681 4 12.0489 4ZM17.0866 11L13.639 6.75686C13.25 6.27802 12.6659 6 12.0489 6C10.9174 6 10.0001 6.9173 10.0001 8.04884V8.26449C10.0001 8.87268 10.1801 9.46726 10.5174 9.97331L10.808 10.4092L13.2569 13.4703C13.8139 12.0253 15.2158 11 16.8572 11H17.0866ZM13.5417 16.889C13.4204 16.8266 13.3099 16.7381 13.2192 16.6247L9.51929 11.9998C9.5129 11.9999 9.5065 12 9.50008 12H4.04472L9.1889 18.6139C9.37835 18.8575 9.66966 19 9.97825 19H17.0001C18.6569 19 20.0001 17.6569 20.0001 16V15.5C20.0001 14.1193 18.8808 13 17.5001 13H16.8572C15.8316 13 15.0001 13.8315 15.0001 14.8571V15.25C15.0001 15.6642 15.3359 16 15.7501 16H16.0001C16.2762 16 16.5001 15.7761 16.5001 15.5C16.5001 14.9477 16.9478 14.5 17.5001 14.5C18.0524 14.5 18.5001 14.9477 18.5001 15.5C18.5001 16.8807 17.3808 18 16.0001 18H15.7501C14.8455 18 14.0429 17.5632 13.5417 16.889Z"})}));var V=i;
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 = V;
8
+ module.exports = m;
@@ -2,12 +2,12 @@
2
2
 
3
3
  var jsxRuntime = require('react/jsx-runtime');
4
4
  require('react');
5
- var h = require('react-native-svg');
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 h__default = /*#__PURE__*/_interopDefault(h);
9
+ var p__default = /*#__PURE__*/_interopDefault(p);
10
10
 
11
- var v=Object.defineProperty,L=Object.defineProperties;var i=Object.getOwnPropertyDescriptors;var e=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var H=(o,C,t)=>C in o?v(o,C,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[C]=t,d=(o,C)=>{for(var t in C||(C={}))w.call(C,t)&&H(o,t,C[t]);if(e)for(var t of e(C))a.call(C,t)&&H(o,t,C[t]);return o},g=(o,C)=>L(o,i(C));const V=o=>jsxRuntime.jsx(h__default.default,g(d({width:24,height:24,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},o),{children:jsxRuntime.jsx(h.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0489 4C9.81279 4 8.00006 5.81273 8.00006 8.04884V8.26449C8.00006 8.85949 8.10453 9.44659 8.30567 10H4.04472C2.38042 10 1.44424 11.9142 2.46601 13.2279L7.61019 19.8418C8.17856 20.5726 9.05248 21 9.97825 21H17.0001C19.7615 21 22.0001 18.7614 22.0001 16V15.5C22.0001 14.3648 21.5797 13.3277 20.8861 12.536C20.8557 12.478 20.8191 12.4222 20.7762 12.3694L15.1913 5.49567C14.4224 4.54942 13.2681 4 12.0489 4ZM17.0866 11L13.639 6.75686C13.25 6.27802 12.6659 6 12.0489 6C10.9174 6 10.0001 6.9173 10.0001 8.04884V8.26449C10.0001 8.87268 10.1801 9.46726 10.5174 9.97331L10.808 10.4092L13.2569 13.4703C13.8139 12.0253 15.2158 11 16.8572 11H17.0866ZM13.5417 16.889C13.4204 16.8266 13.3099 16.7381 13.2192 16.6247L9.51929 11.9998C9.5129 11.9999 9.5065 12 9.50008 12H4.04472L9.1889 18.6139C9.37835 18.8575 9.66966 19 9.97825 19H17.0001C18.6569 19 20.0001 17.6569 20.0001 16V15.5C20.0001 14.1193 18.8808 13 17.5001 13H16.8572C15.8316 13 15.0001 13.8315 15.0001 14.8571V15.25C15.0001 15.6642 15.3359 16 15.7501 16H16.0001C16.2762 16 16.5001 15.7761 16.5001 15.5C16.5001 14.9477 16.9478 14.5 17.5001 14.5C18.0524 14.5 18.5001 14.9477 18.5001 15.5C18.5001 16.8807 17.3808 18 16.0001 18H15.7501C14.8455 18 14.0429 17.5632 13.5417 16.889Z"})}));var M=V;
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 = M;
13
+ module.exports = w;