@gympass/yoga-icons 1.26.0 → 1.28.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/trending_no_change.js +8 -0
- package/cjs/svg/trending_no_change.native.js +13 -0
- package/cjs/svg/waze.js +8 -0
- package/cjs/svg/waze.native.js +13 -0
- package/cjs/ui.js +12 -0
- package/esm/svg/trending_no_change.js +6 -0
- package/esm/svg/waze.js +6 -0
- package/esm/ui.js +2 -0
- package/package.json +2 -2
- package/typings/index.d.ts +2 -0
- package/typings/native/index.d.ts +2 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var a=Object.defineProperty,n=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var C=Object.getOwnPropertySymbols;var v=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var o=(d,e,l)=>e in d?a(d,e,{enumerable:!0,configurable:!0,writable:!0,value:l}):d[e]=l,i=(d,e)=>{for(var l in e||(e={}))v.call(e,l)&&o(d,l,e[l]);if(C)for(var l of C(e))h.call(e,l)&&o(d,l,e[l]);return d},g=(d,e)=>n(d,s(e));const p=d=>jsxRuntime.jsxs("svg",g(i({width:24,height:24,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",role:"img","aria-hidden":"true",className:"sc-gsFSXq ceFrZZ"},d),{children:[jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6C3.5 5.72386 3.72386 5.5 4 5.5H8C8.27614 5.5 8.5 5.72386 8.5 6C8.5 6.27614 8.27614 6.5 8 6.5H4C3.72386 6.5 3.5 6.27614 3.5 6Z"})]}));var u=p;
|
|
7
|
+
|
|
8
|
+
module.exports = u;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var c = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var c__default = /*#__PURE__*/_interopDefault(c);
|
|
10
|
+
|
|
11
|
+
var r=Object.defineProperty,v=Object.defineProperties;var a=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;var C=(d,e,l)=>e in d?r(d,e,{enumerable:!0,configurable:!0,writable:!0,value:l}):d[e]=l,i=(d,e)=>{for(var l in e||(e={}))h.call(e,l)&&C(d,l,e[l]);if(o)for(var l of o(e))s.call(e,l)&&C(d,l,e[l]);return d},g=(d,e)=>v(d,a(e));const m=d=>jsxRuntime.jsxs(c__default.default,g(i({width:24,height:24,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",role:"img","aria-hidden":"true",className:"sc-gsFSXq ceFrZZ"},d),{children:[jsxRuntime.jsx(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6Z"}),jsxRuntime.jsx(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6C3.5 5.72386 3.72386 5.5 4 5.5H8C8.27614 5.5 8.5 5.72386 8.5 6C8.5 6.27614 8.27614 6.5 8 6.5H4C3.72386 6.5 3.5 6.27614 3.5 6Z"})]}));var R=m;
|
|
12
|
+
|
|
13
|
+
module.exports = R;
|
package/cjs/svg/waze.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var r=Object.defineProperty,s=Object.defineProperties;var a=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,g=Object.prototype.propertyIsEnumerable;var i=(l,C,e)=>C in l?r(l,C,{enumerable:!0,configurable:!0,writable:!0,value:e}):l[C]=e,n=(l,C)=>{for(var e in C||(C={}))p.call(C,e)&&i(l,e,C[e]);if(o)for(var e of o(C))g.call(C,e)&&i(l,e,C[e]);return l},f=(l,C)=>s(l,a(C));const M=l=>jsxRuntime.jsxs("svg",f(n({width:12,height:12,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},l),{children:[jsxRuntime.jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(100%,100%,100%)",fillOpacity:1},d:"M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsxRuntime.jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.375 10.789062 C 5.273438 11.25 5.027344 11.585938 4.625 11.796875 C 4.109375 12.0625 3.589844 12.054688 3.101562 11.742188 C 2.597656 11.421875 2.378906 10.9375 2.417969 10.339844 C 2.425781 10.242188 2.398438 10.203125 2.316406 10.15625 C 1.425781 9.691406 0.722656 9.039062 0.238281 8.160156 C 0.144531 7.988281 0.0742188 7.804688 0.0273438 7.613281 C -0.0390625 7.347656 0.0625 7.21875 0.339844 7.191406 C 0.667969 7.152344 0.960938 7.027344 1.109375 6.714844 C 1.171875 6.578125 1.207031 6.414062 1.207031 6.257812 C 1.226562 5.863281 1.207031 5.46875 1.226562 5.074219 C 1.328125 3.554688 1.960938 2.292969 3.113281 1.300781 C 4.175781 0.386719 5.421875 -0.0429688 6.820312 0.00390625 C 9.265625 0.09375 11.363281 1.816406 11.855469 4.226562 C 12.304688 6.40625 11.628906 8.226562 9.898438 9.644531 C 9.796875 9.726562 9.6875 9.8125 9.566406 9.882812 C 9.503906 9.929688 9.484375 9.964844 9.511719 10.039062 C 9.742188 10.734375 9.421875 11.503906 8.78125 11.835938 C 7.910156 12.265625 6.902344 11.824219 6.636719 10.890625 C 6.628906 10.855469 6.582031 10.808594 6.554688 10.808594 C 6.171875 10.78125 5.777344 10.789062 5.375 10.789062 Z M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsxRuntime.jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 7.324219 7.789062 C 6.242188 7.734375 5.53125 7.300781 5.070312 6.441406 C 4.960938 6.230469 5.0625 6.019531 5.273438 5.976562 C 5.402344 5.949219 5.519531 6.039062 5.613281 6.1875 C 5.730469 6.371094 5.851562 6.550781 6.003906 6.699219 C 6.867188 7.511719 8.277344 7.257812 8.816406 6.203125 C 8.882812 6.078125 8.964844 5.976562 9.117188 5.976562 C 9.347656 5.984375 9.476562 6.214844 9.375 6.425781 C 9.089844 7 8.644531 7.421875 8.039062 7.625 C 7.773438 7.714844 7.5 7.75 7.324219 7.789062 Z M 7.324219 7.789062 "}),jsxRuntime.jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.410156 4.785156 C 5.082031 4.785156 4.816406 4.519531 4.816406 4.1875 C 4.816406 3.859375 5.082031 3.59375 5.410156 3.59375 C 5.738281 3.59375 6.003906 3.859375 6.003906 4.1875 C 6.007812 4.507812 5.742188 4.785156 5.410156 4.785156 Z M 5.410156 4.785156 "}),jsxRuntime.jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 9.605469 4.179688 C 9.605469 4.507812 9.339844 4.773438 9.019531 4.785156 C 8.6875 4.785156 8.425781 4.527344 8.425781 4.1875 C 8.425781 3.859375 8.679688 3.59375 9.011719 3.585938 C 9.332031 3.585938 9.59375 3.851562 9.605469 4.179688 Z M 9.605469 4.179688 "})]}));var c=M;
|
|
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 s=Object.defineProperty,g=Object.defineProperties;var M=Object.getOwnPropertyDescriptors;var t=Object.getOwnPropertySymbols;var y=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var n=(l,C,e)=>C in l?s(l,C,{enumerable:!0,configurable:!0,writable:!0,value:e}):l[C]=e,r=(l,C)=>{for(var e in C||(C={}))y.call(C,e)&&n(l,e,C[e]);if(t)for(var e of t(C))a.call(C,e)&&n(l,e,C[e]);return l},f=(l,C)=>g(l,M(C));const d=l=>jsxRuntime.jsxs(p__default.default,f(r({width:12,height:12,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},l),{children:[jsxRuntime.jsx(p.Path,{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(100%,100%,100%)",fillOpacity:1},d:"M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsxRuntime.jsx(p.Path,{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.375 10.789062 C 5.273438 11.25 5.027344 11.585938 4.625 11.796875 C 4.109375 12.0625 3.589844 12.054688 3.101562 11.742188 C 2.597656 11.421875 2.378906 10.9375 2.417969 10.339844 C 2.425781 10.242188 2.398438 10.203125 2.316406 10.15625 C 1.425781 9.691406 0.722656 9.039062 0.238281 8.160156 C 0.144531 7.988281 0.0742188 7.804688 0.0273438 7.613281 C -0.0390625 7.347656 0.0625 7.21875 0.339844 7.191406 C 0.667969 7.152344 0.960938 7.027344 1.109375 6.714844 C 1.171875 6.578125 1.207031 6.414062 1.207031 6.257812 C 1.226562 5.863281 1.207031 5.46875 1.226562 5.074219 C 1.328125 3.554688 1.960938 2.292969 3.113281 1.300781 C 4.175781 0.386719 5.421875 -0.0429688 6.820312 0.00390625 C 9.265625 0.09375 11.363281 1.816406 11.855469 4.226562 C 12.304688 6.40625 11.628906 8.226562 9.898438 9.644531 C 9.796875 9.726562 9.6875 9.8125 9.566406 9.882812 C 9.503906 9.929688 9.484375 9.964844 9.511719 10.039062 C 9.742188 10.734375 9.421875 11.503906 8.78125 11.835938 C 7.910156 12.265625 6.902344 11.824219 6.636719 10.890625 C 6.628906 10.855469 6.582031 10.808594 6.554688 10.808594 C 6.171875 10.78125 5.777344 10.789062 5.375 10.789062 Z M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsxRuntime.jsx(p.Path,{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 7.324219 7.789062 C 6.242188 7.734375 5.53125 7.300781 5.070312 6.441406 C 4.960938 6.230469 5.0625 6.019531 5.273438 5.976562 C 5.402344 5.949219 5.519531 6.039062 5.613281 6.1875 C 5.730469 6.371094 5.851562 6.550781 6.003906 6.699219 C 6.867188 7.511719 8.277344 7.257812 8.816406 6.203125 C 8.882812 6.078125 8.964844 5.976562 9.117188 5.976562 C 9.347656 5.984375 9.476562 6.214844 9.375 6.425781 C 9.089844 7 8.644531 7.421875 8.039062 7.625 C 7.773438 7.714844 7.5 7.75 7.324219 7.789062 Z M 7.324219 7.789062 "}),jsxRuntime.jsx(p.Path,{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.410156 4.785156 C 5.082031 4.785156 4.816406 4.519531 4.816406 4.1875 C 4.816406 3.859375 5.082031 3.59375 5.410156 3.59375 C 5.738281 3.59375 6.003906 3.859375 6.003906 4.1875 C 6.007812 4.507812 5.742188 4.785156 5.410156 4.785156 Z M 5.410156 4.785156 "}),jsxRuntime.jsx(p.Path,{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 9.605469 4.179688 C 9.605469 4.507812 9.339844 4.773438 9.019531 4.785156 C 8.6875 4.785156 8.425781 4.527344 8.425781 4.1875 C 8.425781 3.859375 8.679688 3.59375 9.011719 3.585938 C 9.332031 3.585938 9.59375 3.851562 9.605469 4.179688 Z M 9.605469 4.179688 "})]}));var Z=d;
|
|
12
|
+
|
|
13
|
+
module.exports = Z;
|
package/cjs/ui.js
CHANGED
|
@@ -177,6 +177,7 @@ var token = require('./svg/token');
|
|
|
177
177
|
var toiletries = require('./svg/toiletries');
|
|
178
178
|
var trainingTowels = require('./svg/training-towels');
|
|
179
179
|
var trash = require('./svg/trash');
|
|
180
|
+
var trending_no_change = require('./svg/trending_no_change');
|
|
180
181
|
var trending_up = require('./svg/trending_up');
|
|
181
182
|
var triangle_alert = require('./svg/triangle_alert');
|
|
182
183
|
var twitter = require('./svg/twitter');
|
|
@@ -191,6 +192,7 @@ var video = require('./svg/video');
|
|
|
191
192
|
var visibility_off = require('./svg/visibility_off');
|
|
192
193
|
var visibility = require('./svg/visibility');
|
|
193
194
|
var wallet = require('./svg/wallet');
|
|
195
|
+
var waze = require('./svg/waze');
|
|
194
196
|
var whatsapp = require('./svg/whatsapp');
|
|
195
197
|
var wheelchair_friendly_doors = require('./svg/wheelchair_friendly_doors');
|
|
196
198
|
var icon_wellhub = require('./svg/icon_wellhub');
|
|
@@ -379,6 +381,7 @@ var token__default = /*#__PURE__*/_interopDefault(token);
|
|
|
379
381
|
var toiletries__default = /*#__PURE__*/_interopDefault(toiletries);
|
|
380
382
|
var trainingTowels__default = /*#__PURE__*/_interopDefault(trainingTowels);
|
|
381
383
|
var trash__default = /*#__PURE__*/_interopDefault(trash);
|
|
384
|
+
var trending_no_change__default = /*#__PURE__*/_interopDefault(trending_no_change);
|
|
382
385
|
var trending_up__default = /*#__PURE__*/_interopDefault(trending_up);
|
|
383
386
|
var triangle_alert__default = /*#__PURE__*/_interopDefault(triangle_alert);
|
|
384
387
|
var twitter__default = /*#__PURE__*/_interopDefault(twitter);
|
|
@@ -393,6 +396,7 @@ var video__default = /*#__PURE__*/_interopDefault(video);
|
|
|
393
396
|
var visibility_off__default = /*#__PURE__*/_interopDefault(visibility_off);
|
|
394
397
|
var visibility__default = /*#__PURE__*/_interopDefault(visibility);
|
|
395
398
|
var wallet__default = /*#__PURE__*/_interopDefault(wallet);
|
|
399
|
+
var waze__default = /*#__PURE__*/_interopDefault(waze);
|
|
396
400
|
var whatsapp__default = /*#__PURE__*/_interopDefault(whatsapp);
|
|
397
401
|
var wheelchair_friendly_doors__default = /*#__PURE__*/_interopDefault(wheelchair_friendly_doors);
|
|
398
402
|
var icon_wellhub__default = /*#__PURE__*/_interopDefault(icon_wellhub);
|
|
@@ -1112,6 +1116,10 @@ Object.defineProperty(exports, 'Trash', {
|
|
|
1112
1116
|
enumerable: true,
|
|
1113
1117
|
get: function () { return trash__default.default; }
|
|
1114
1118
|
});
|
|
1119
|
+
Object.defineProperty(exports, 'TrendingNoChange', {
|
|
1120
|
+
enumerable: true,
|
|
1121
|
+
get: function () { return trending_no_change__default.default; }
|
|
1122
|
+
});
|
|
1115
1123
|
Object.defineProperty(exports, 'TrendingUp', {
|
|
1116
1124
|
enumerable: true,
|
|
1117
1125
|
get: function () { return trending_up__default.default; }
|
|
@@ -1168,6 +1176,10 @@ Object.defineProperty(exports, 'Wallet', {
|
|
|
1168
1176
|
enumerable: true,
|
|
1169
1177
|
get: function () { return wallet__default.default; }
|
|
1170
1178
|
});
|
|
1179
|
+
Object.defineProperty(exports, 'Waze', {
|
|
1180
|
+
enumerable: true,
|
|
1181
|
+
get: function () { return waze__default.default; }
|
|
1182
|
+
});
|
|
1171
1183
|
Object.defineProperty(exports, 'Whatsapp', {
|
|
1172
1184
|
enumerable: true,
|
|
1173
1185
|
get: function () { return whatsapp__default.default; }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var a=Object.defineProperty,n=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var C=Object.getOwnPropertySymbols;var v=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var o=(d,e,l)=>e in d?a(d,e,{enumerable:!0,configurable:!0,writable:!0,value:l}):d[e]=l,i=(d,e)=>{for(var l in e||(e={}))v.call(e,l)&&o(d,l,e[l]);if(C)for(var l of C(e))h.call(e,l)&&o(d,l,e[l]);return d},g=(d,e)=>n(d,s(e));const p=d=>jsxs("svg",g(i({width:24,height:24,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",role:"img","aria-hidden":"true",className:"sc-gsFSXq ceFrZZ"},d),{children:[jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5ZM0.5 6C0.5 2.96243 2.96243 0.5 6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6Z"}),jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6C3.5 5.72386 3.72386 5.5 4 5.5H8C8.27614 5.5 8.5 5.72386 8.5 6C8.5 6.27614 8.27614 6.5 8 6.5H4C3.72386 6.5 3.5 6.27614 3.5 6Z"})]}));var u=p;
|
|
5
|
+
|
|
6
|
+
export { u as default };
|
package/esm/svg/waze.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var r=Object.defineProperty,s=Object.defineProperties;var a=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var p=Object.prototype.hasOwnProperty,g=Object.prototype.propertyIsEnumerable;var i=(l,C,e)=>C in l?r(l,C,{enumerable:!0,configurable:!0,writable:!0,value:e}):l[C]=e,n=(l,C)=>{for(var e in C||(C={}))p.call(C,e)&&i(l,e,C[e]);if(o)for(var e of o(C))g.call(C,e)&&i(l,e,C[e]);return l},f=(l,C)=>s(l,a(C));const M=l=>jsxs("svg",f(n({width:12,height:12,viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},l),{children:[jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(100%,100%,100%)",fillOpacity:1},d:"M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.375 10.789062 C 5.273438 11.25 5.027344 11.585938 4.625 11.796875 C 4.109375 12.0625 3.589844 12.054688 3.101562 11.742188 C 2.597656 11.421875 2.378906 10.9375 2.417969 10.339844 C 2.425781 10.242188 2.398438 10.203125 2.316406 10.15625 C 1.425781 9.691406 0.722656 9.039062 0.238281 8.160156 C 0.144531 7.988281 0.0742188 7.804688 0.0273438 7.613281 C -0.0390625 7.347656 0.0625 7.21875 0.339844 7.191406 C 0.667969 7.152344 0.960938 7.027344 1.109375 6.714844 C 1.171875 6.578125 1.207031 6.414062 1.207031 6.257812 C 1.226562 5.863281 1.207031 5.46875 1.226562 5.074219 C 1.328125 3.554688 1.960938 2.292969 3.113281 1.300781 C 4.175781 0.386719 5.421875 -0.0429688 6.820312 0.00390625 C 9.265625 0.09375 11.363281 1.816406 11.855469 4.226562 C 12.304688 6.40625 11.628906 8.226562 9.898438 9.644531 C 9.796875 9.726562 9.6875 9.8125 9.566406 9.882812 C 9.503906 9.929688 9.484375 9.964844 9.511719 10.039062 C 9.742188 10.734375 9.421875 11.503906 8.78125 11.835938 C 7.910156 12.265625 6.902344 11.824219 6.636719 10.890625 C 6.628906 10.855469 6.582031 10.808594 6.554688 10.808594 C 6.171875 10.78125 5.777344 10.789062 5.375 10.789062 Z M 5.394531 10.175781 C 5.804688 10.175781 6.21875 10.195312 6.628906 10.167969 C 7.003906 10.148438 7.398438 10.113281 7.765625 10.023438 C 10.675781 9.308594 12.234375 6.09375 10.960938 3.375 C 10.191406 1.734375 8.871094 0.800781 7.070312 0.609375 C 5.6875 0.460938 4.449219 0.875 3.40625 1.808594 C 2.378906 2.730469 1.847656 3.886719 1.8125 5.269531 C 1.804688 5.589844 1.8125 5.917969 1.8125 6.238281 C 1.804688 6.9375 1.410156 7.476562 0.742188 7.6875 C 0.730469 7.6875 0.714844 7.703125 0.703125 7.703125 C 0.960938 8.382812 2.003906 9.378906 2.652344 9.628906 C 3.46875 8.511719 5.117188 8.90625 5.394531 10.175781 Z M 5.394531 10.175781 "}),jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 7.324219 7.789062 C 6.242188 7.734375 5.53125 7.300781 5.070312 6.441406 C 4.960938 6.230469 5.0625 6.019531 5.273438 5.976562 C 5.402344 5.949219 5.519531 6.039062 5.613281 6.1875 C 5.730469 6.371094 5.851562 6.550781 6.003906 6.699219 C 6.867188 7.511719 8.277344 7.257812 8.816406 6.203125 C 8.882812 6.078125 8.964844 5.976562 9.117188 5.976562 C 9.347656 5.984375 9.476562 6.214844 9.375 6.425781 C 9.089844 7 8.644531 7.421875 8.039062 7.625 C 7.773438 7.714844 7.5 7.75 7.324219 7.789062 Z M 7.324219 7.789062 "}),jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 5.410156 4.785156 C 5.082031 4.785156 4.816406 4.519531 4.816406 4.1875 C 4.816406 3.859375 5.082031 3.59375 5.410156 3.59375 C 5.738281 3.59375 6.003906 3.859375 6.003906 4.1875 C 6.007812 4.507812 5.742188 4.785156 5.410156 4.785156 Z M 5.410156 4.785156 "}),jsx("path",{style:{stroke:"none",fillRule:"nonzero",fill:"rgb(0%,0%,0%)",fillOpacity:1},d:"M 9.605469 4.179688 C 9.605469 4.507812 9.339844 4.773438 9.019531 4.785156 C 8.6875 4.785156 8.425781 4.527344 8.425781 4.1875 C 8.425781 3.859375 8.679688 3.59375 9.011719 3.585938 C 9.332031 3.585938 9.59375 3.851562 9.605469 4.179688 Z M 9.605469 4.179688 "})]}));var c=M;
|
|
5
|
+
|
|
6
|
+
export { c as default };
|
package/esm/ui.js
CHANGED
|
@@ -175,6 +175,7 @@ export { default as Token } from './svg/token';
|
|
|
175
175
|
export { default as Toiletries } from './svg/toiletries';
|
|
176
176
|
export { default as TrainingTowels } from './svg/training-towels';
|
|
177
177
|
export { default as Trash } from './svg/trash';
|
|
178
|
+
export { default as TrendingNoChange } from './svg/trending_no_change';
|
|
178
179
|
export { default as TrendingUp } from './svg/trending_up';
|
|
179
180
|
export { default as TriangleAlert } from './svg/triangle_alert';
|
|
180
181
|
export { default as Twitter } from './svg/twitter';
|
|
@@ -189,6 +190,7 @@ export { default as Video } from './svg/video';
|
|
|
189
190
|
export { default as VisibilityOff } from './svg/visibility_off';
|
|
190
191
|
export { default as Visibility } from './svg/visibility';
|
|
191
192
|
export { default as Wallet } from './svg/wallet';
|
|
193
|
+
export { default as Waze } from './svg/waze';
|
|
192
194
|
export { default as Whatsapp } from './svg/whatsapp';
|
|
193
195
|
export { default as WheelchairFriendlyDoors } from './svg/wheelchair_friendly_doors';
|
|
194
196
|
export { default as WellhubIcon } from './svg/icon_wellhub';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.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": "5c9b87033561fb19b6f4ceab7092c3c9340ac720",
|
|
30
30
|
"module": "./esm",
|
|
31
31
|
"private": false
|
|
32
32
|
}
|
package/typings/index.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ export declare const Token: SVGWebComponent;
|
|
|
178
178
|
export declare const Toiletries: SVGWebComponent;
|
|
179
179
|
export declare const TrainingTowels: SVGWebComponent;
|
|
180
180
|
export declare const Trash: SVGWebComponent;
|
|
181
|
+
export declare const TrendingNoChange: SVGWebComponent;
|
|
181
182
|
export declare const TrendingUp: SVGWebComponent;
|
|
182
183
|
export declare const TriangleAlert: SVGWebComponent;
|
|
183
184
|
export declare const Twitter: SVGWebComponent;
|
|
@@ -192,6 +193,7 @@ export declare const Video: SVGWebComponent;
|
|
|
192
193
|
export declare const VisibilityOff: SVGWebComponent;
|
|
193
194
|
export declare const Visibility: SVGWebComponent;
|
|
194
195
|
export declare const Wallet: SVGWebComponent;
|
|
196
|
+
export declare const Waze: SVGWebComponent;
|
|
195
197
|
export declare const Whatsapp: SVGWebComponent;
|
|
196
198
|
export declare const WheelchairFriendlyDoors: SVGWebComponent;
|
|
197
199
|
export declare const WellhubIcon: SVGWebComponent;
|
|
@@ -179,6 +179,7 @@ export declare const Token: SVGNativeComponent;
|
|
|
179
179
|
export declare const Toiletries: SVGNativeComponent;
|
|
180
180
|
export declare const TrainingTowels: SVGNativeComponent;
|
|
181
181
|
export declare const Trash: SVGNativeComponent;
|
|
182
|
+
export declare const TrendingNoChange: SVGNativeComponent;
|
|
182
183
|
export declare const TrendingUp: SVGNativeComponent;
|
|
183
184
|
export declare const TriangleAlert: SVGNativeComponent;
|
|
184
185
|
export declare const Twitter: SVGNativeComponent;
|
|
@@ -193,6 +194,7 @@ export declare const Video: SVGNativeComponent;
|
|
|
193
194
|
export declare const VisibilityOff: SVGNativeComponent;
|
|
194
195
|
export declare const Visibility: SVGNativeComponent;
|
|
195
196
|
export declare const Wallet: SVGNativeComponent;
|
|
197
|
+
export declare const Waze: SVGNativeComponent;
|
|
196
198
|
export declare const Whatsapp: SVGNativeComponent;
|
|
197
199
|
export declare const WheelchairFriendlyDoors: SVGNativeComponent;
|
|
198
200
|
export declare const WellhubIcon: SVGNativeComponent;
|