@gympass/yoga-icons 1.25.0 → 1.26.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.
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var jsxRuntime = require('react/jsx-runtime');
4
+ require('react');
5
+
6
+ var g=Object.defineProperty,p=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var t=(e,L,l)=>L in e?g(e,L,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[L]=l,d=(e,L)=>{for(var l in L||(L={}))w.call(L,l)&&t(e,l,L[l]);if(o)for(var l of o(L))a.call(L,l)&&t(e,l,L[l]);return e},i=(e,L)=>p(e,s(L));const f=e=>jsxRuntime.jsx("svg",i(d({width:25,height:18,viewBox:"0 0 25 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{children:jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.166 0H7.26602C6.56602 0 5.96602 0.3 5.56602 0.9L0.166016 9L5.56602 17.1C5.96602 17.6 6.56602 18 7.26602 18H22.166C23.266 18 24.166 17.1 24.166 16V2C24.166 0.9 23.266 0 22.166 0ZM19.166 12.6L17.766 14L14.166 10.4L10.566 14L9.16602 12.6L12.766 9L9.16602 5.4L10.566 4L14.166 7.6L17.766 4L19.166 5.4L15.566 9L19.166 12.6Z",fill:"#57544D"})}));var c=f;
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 h = require('react-native-svg');
6
+
7
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
+
9
+ var h__default = /*#__PURE__*/_interopDefault(h);
10
+
11
+ var f=Object.defineProperty,g=Object.defineProperties;var p=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var t=(e,L,l)=>L in e?f(e,L,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[L]=l,i=(e,L)=>{for(var l in L||(L={}))w.call(L,l)&&t(e,l,L[l]);if(o)for(var l of o(L))a.call(L,l)&&t(e,l,L[l]);return e},d=(e,L)=>g(e,p(L));const c=e=>jsxRuntime.jsx(h__default.default,d(i({width:25,height:18,viewBox:"0 0 25 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{children:jsxRuntime.jsx(h.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22.166 0H7.26602C6.56602 0 5.96602 0.3 5.56602 0.9L0.166016 9L5.56602 17.1C5.96602 17.6 6.56602 18 7.26602 18H22.166C23.266 18 24.166 17.1 24.166 16V2C24.166 0.9 23.266 0 22.166 0ZM19.166 12.6L17.766 14L14.166 10.4L10.566 14L9.16602 12.6L12.766 9L9.16602 5.4L10.566 4L14.166 7.6L17.766 4L19.166 5.4L15.566 9L19.166 12.6Z",fill:"#57544D"})}));var C=c;
12
+
13
+ module.exports = C;
package/cjs/ui.js CHANGED
@@ -198,6 +198,7 @@ var wiFi = require('./svg/wi-fi');
198
198
  var yogaMat = require('./svg/yoga-mat');
199
199
  var youtube = require('./svg/youtube');
200
200
  var zen = require('./svg/zen');
201
+ var backspace = require('./svg/backspace');
201
202
 
202
203
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
203
204
 
@@ -399,6 +400,7 @@ var wiFi__default = /*#__PURE__*/_interopDefault(wiFi);
399
400
  var yogaMat__default = /*#__PURE__*/_interopDefault(yogaMat);
400
401
  var youtube__default = /*#__PURE__*/_interopDefault(youtube);
401
402
  var zen__default = /*#__PURE__*/_interopDefault(zen);
403
+ var backspace__default = /*#__PURE__*/_interopDefault(backspace);
402
404
 
403
405
 
404
406
 
@@ -1194,3 +1196,7 @@ Object.defineProperty(exports, 'Zen', {
1194
1196
  enumerable: true,
1195
1197
  get: function () { return zen__default.default; }
1196
1198
  });
1199
+ Object.defineProperty(exports, 'Backspace', {
1200
+ enumerable: true,
1201
+ get: function () { return backspace__default.default; }
1202
+ });
@@ -0,0 +1,6 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import 'react';
3
+
4
+ var g=Object.defineProperty,p=Object.defineProperties;var s=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;var t=(e,L,l)=>L in e?g(e,L,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[L]=l,d=(e,L)=>{for(var l in L||(L={}))w.call(L,l)&&t(e,l,L[l]);if(o)for(var l of o(L))a.call(L,l)&&t(e,l,L[l]);return e},i=(e,L)=>p(e,s(L));const f=e=>jsx("svg",i(d({width:25,height:18,viewBox:"0 0 25 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{children:jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.166 0H7.26602C6.56602 0 5.96602 0.3 5.56602 0.9L0.166016 9L5.56602 17.1C5.96602 17.6 6.56602 18 7.26602 18H22.166C23.266 18 24.166 17.1 24.166 16V2C24.166 0.9 23.266 0 22.166 0ZM19.166 12.6L17.766 14L14.166 10.4L10.566 14L9.16602 12.6L12.766 9L9.16602 5.4L10.566 4L14.166 7.6L17.766 4L19.166 5.4L15.566 9L19.166 12.6Z",fill:"#57544D"})}));var c=f;
5
+
6
+ export { c as default };
package/esm/ui.js CHANGED
@@ -196,3 +196,4 @@ export { default as WiFi } from './svg/wi-fi';
196
196
  export { default as YogaMat } from './svg/yoga-mat';
197
197
  export { default as Youtube } from './svg/youtube';
198
198
  export { default as Zen } from './svg/zen';
199
+ export { default as Backspace } from './svg/backspace';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga-icons",
3
- "version": "1.25.0",
3
+ "version": "1.26.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": "47591f3029563686c8210e1e667d54115f442bf1",
29
+ "gitHead": "263afd73905557cbc4474e0d48ca728df3c720c9",
30
30
  "module": "./esm",
31
31
  "private": false
32
32
  }
@@ -199,6 +199,7 @@ export declare const WiFi: SVGWebComponent;
199
199
  export declare const YogaMat: SVGWebComponent;
200
200
  export declare const Youtube: SVGWebComponent;
201
201
  export declare const Zen: SVGWebComponent;
202
+ export declare const Backspace: SVGWebComponent;
202
203
  export declare const FlagAfghanistan: SVGWebComponent;
203
204
  export declare const FlagAlbania: SVGWebComponent;
204
205
  export declare const FlagAlgeria: SVGWebComponent;
@@ -200,6 +200,7 @@ export declare const WiFi: SVGNativeComponent;
200
200
  export declare const YogaMat: SVGNativeComponent;
201
201
  export declare const Youtube: SVGNativeComponent;
202
202
  export declare const Zen: SVGNativeComponent;
203
+ export declare const Backspace: SVGNativeComponent;
203
204
  export declare const FlagAfghanistan: SVGNativeComponent;
204
205
  export declare const FlagAlbania: SVGNativeComponent;
205
206
  export declare const FlagAlgeria: SVGNativeComponent;