@gympass/yoga-icons 1.22.0 → 1.23.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/flags.js +6 -0
- package/cjs/svg/flag_unitedarabemirates.js +8 -0
- package/cjs/svg/flag_unitedarabemirates.native.js +13 -0
- package/esm/flags.js +1 -0
- package/esm/svg/flag_unitedarabemirates.js +6 -0
- package/package.json +2 -2
- package/typings/index.d.ts +1 -0
- package/typings/native/index.d.ts +1 -0
package/cjs/flags.js
CHANGED
|
@@ -176,6 +176,7 @@ var flag_tunisia = require('./svg/flag_tunisia');
|
|
|
176
176
|
var flag_turkey = require('./svg/flag_turkey');
|
|
177
177
|
var flag_turkmenistan = require('./svg/flag_turkmenistan');
|
|
178
178
|
var flag_uk = require('./svg/flag_uk');
|
|
179
|
+
var flag_unitedarabemirates = require('./svg/flag_unitedarabemirates');
|
|
179
180
|
var flag_us = require('./svg/flag_us');
|
|
180
181
|
var flag_uganda = require('./svg/flag_uganda');
|
|
181
182
|
var flag_ukraine = require('./svg/flag_ukraine');
|
|
@@ -366,6 +367,7 @@ var flag_tunisia__default = /*#__PURE__*/_interopDefault(flag_tunisia);
|
|
|
366
367
|
var flag_turkey__default = /*#__PURE__*/_interopDefault(flag_turkey);
|
|
367
368
|
var flag_turkmenistan__default = /*#__PURE__*/_interopDefault(flag_turkmenistan);
|
|
368
369
|
var flag_uk__default = /*#__PURE__*/_interopDefault(flag_uk);
|
|
370
|
+
var flag_unitedarabemirates__default = /*#__PURE__*/_interopDefault(flag_unitedarabemirates);
|
|
369
371
|
var flag_us__default = /*#__PURE__*/_interopDefault(flag_us);
|
|
370
372
|
var flag_uganda__default = /*#__PURE__*/_interopDefault(flag_uganda);
|
|
371
373
|
var flag_ukraine__default = /*#__PURE__*/_interopDefault(flag_ukraine);
|
|
@@ -1084,6 +1086,10 @@ Object.defineProperty(exports, 'FlagUK', {
|
|
|
1084
1086
|
enumerable: true,
|
|
1085
1087
|
get: function () { return flag_uk__default.default; }
|
|
1086
1088
|
});
|
|
1089
|
+
Object.defineProperty(exports, 'FlagUnitedArabEmirates', {
|
|
1090
|
+
enumerable: true,
|
|
1091
|
+
get: function () { return flag_unitedarabemirates__default.default; }
|
|
1092
|
+
});
|
|
1087
1093
|
Object.defineProperty(exports, 'FlagUS', {
|
|
1088
1094
|
enumerable: true,
|
|
1089
1095
|
get: function () { return flag_us__default.default; }
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var p=Object.defineProperty,d=Object.defineProperties;var g=Object.getOwnPropertyDescriptors;var s=Object.getOwnPropertySymbols;var f=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var h=(t,l,i)=>l in t?p(t,l,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[l]=i,c=(t,l)=>{for(var i in l||(l={}))f.call(l,i)&&h(t,i,l[i]);if(s)for(var i of s(l))m.call(l,i)&&h(t,i,l[i]);return t},r=(t,l)=>d(t,g(l));const w=t=>jsxRuntime.jsxs("svg",r(c({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),{children:[jsxRuntime.jsx("mask",{id:"mask0_152_589",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:12,height:12,children:jsxRuntime.jsx("circle",{cx:6,cy:6,r:6,fill:"#D9D9D9"})}),jsxRuntime.jsxs("g",{mask:"url(#mask0_152_589)",children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_152_589)",children:[jsxRuntime.jsx("path",{d:"M16 0H-2V12H16V0Z",fill:"white"}),jsxRuntime.jsx("path",{d:"M16 0H-2V4H16V0Z",fill:"#009E49"}),jsxRuntime.jsx("path",{d:"M16 8H-2V12H16V8Z",fill:"black"}),jsxRuntime.jsx("path",{d:"M4 0H-2V12H4V0Z",fill:"#CE1126"})]}),jsxRuntime.jsx("circle",{cx:6.00003,cy:6,r:6,stroke:"#E1DED7"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_152_589",children:jsxRuntime.jsx("rect",{width:18,height:12,fill:"white",transform:"translate(-2)"})})})]}));var n=w;
|
|
7
|
+
|
|
8
|
+
module.exports = n;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var n = require('react-native-svg');
|
|
6
|
+
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var n__default = /*#__PURE__*/_interopDefault(n);
|
|
10
|
+
|
|
11
|
+
var m=Object.defineProperty,o=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var h=Object.getOwnPropertySymbols;var g=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable;var r=(i,l,t)=>l in i?m(i,l,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[l]=t,f=(i,l)=>{for(var t in l||(l={}))g.call(l,t)&&r(i,t,l[t]);if(h)for(var t of h(l))k.call(l,t)&&r(i,t,l[t]);return i},c=(i,l)=>o(i,w(l));const M=i=>jsxRuntime.jsxs(n__default.default,c(f({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i),{children:[jsxRuntime.jsx(n.Mask,{id:"mask0_152_589",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:12,height:12,children:jsxRuntime.jsx(n.Circle,{cx:6,cy:6,r:6,fill:"#D9D9D9"})}),jsxRuntime.jsxs(n.G,{mask:"url(#mask0_152_589)",children:[jsxRuntime.jsxs(n.G,{clipPath:"url(#clip0_152_589)",children:[jsxRuntime.jsx(n.Path,{d:"M16 0H-2V12H16V0Z",fill:"white"}),jsxRuntime.jsx(n.Path,{d:"M16 0H-2V4H16V0Z",fill:"#009E49"}),jsxRuntime.jsx(n.Path,{d:"M16 8H-2V12H16V8Z",fill:"black"}),jsxRuntime.jsx(n.Path,{d:"M4 0H-2V12H4V0Z",fill:"#CE1126"})]}),jsxRuntime.jsx(n.Circle,{cx:6.00003,cy:6,r:6,stroke:"#E1DED7"})]}),jsxRuntime.jsx(n.Defs,{children:jsxRuntime.jsx(n.ClipPath,{id:"clip0_152_589",children:jsxRuntime.jsx(n.Rect,{width:18,height:12,fill:"white",transform:"translate(-2)"})})})]}));var C=M;
|
|
12
|
+
|
|
13
|
+
module.exports = C;
|
package/esm/flags.js
CHANGED
|
@@ -174,6 +174,7 @@ export { default as FlagTunisia } from './svg/flag_tunisia';
|
|
|
174
174
|
export { default as FlagTurkey } from './svg/flag_turkey';
|
|
175
175
|
export { default as FlagTurkmenistan } from './svg/flag_turkmenistan';
|
|
176
176
|
export { default as FlagUK } from './svg/flag_uk';
|
|
177
|
+
export { default as FlagUnitedArabEmirates } from './svg/flag_unitedarabemirates';
|
|
177
178
|
export { default as FlagUS } from './svg/flag_us';
|
|
178
179
|
export { default as FlagUganda } from './svg/flag_uganda';
|
|
179
180
|
export { default as FlagUkraine } from './svg/flag_ukraine';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var p=Object.defineProperty,d=Object.defineProperties;var g=Object.getOwnPropertyDescriptors;var s=Object.getOwnPropertySymbols;var f=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var h=(t,l,i)=>l in t?p(t,l,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[l]=i,c=(t,l)=>{for(var i in l||(l={}))f.call(l,i)&&h(t,i,l[i]);if(s)for(var i of s(l))m.call(l,i)&&h(t,i,l[i]);return t},r=(t,l)=>d(t,g(l));const w=t=>jsxs("svg",r(c({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),{children:[jsx("mask",{id:"mask0_152_589",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:12,height:12,children:jsx("circle",{cx:6,cy:6,r:6,fill:"#D9D9D9"})}),jsxs("g",{mask:"url(#mask0_152_589)",children:[jsxs("g",{clipPath:"url(#clip0_152_589)",children:[jsx("path",{d:"M16 0H-2V12H16V0Z",fill:"white"}),jsx("path",{d:"M16 0H-2V4H16V0Z",fill:"#009E49"}),jsx("path",{d:"M16 8H-2V12H16V8Z",fill:"black"}),jsx("path",{d:"M4 0H-2V12H4V0Z",fill:"#CE1126"})]}),jsx("circle",{cx:6.00003,cy:6,r:6,stroke:"#E1DED7"})]}),jsx("defs",{children:jsx("clipPath",{id:"clip0_152_589",children:jsx("rect",{width:18,height:12,fill:"white",transform:"translate(-2)"})})})]}));var n=w;
|
|
5
|
+
|
|
6
|
+
export { n as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.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": "8edd5e39fab326010111acc568029e74b0e51520",
|
|
30
30
|
"module": "./esm",
|
|
31
31
|
"private": false
|
|
32
32
|
}
|
package/typings/index.d.ts
CHANGED
|
@@ -369,6 +369,7 @@ export declare const FlagTunisia: SVGWebComponent;
|
|
|
369
369
|
export declare const FlagTurkey: SVGWebComponent;
|
|
370
370
|
export declare const FlagTurkmenistan: SVGWebComponent;
|
|
371
371
|
export declare const FlagUK: SVGWebComponent;
|
|
372
|
+
export declare const FlagUnitedArabEmirates: SVGWebComponent;
|
|
372
373
|
export declare const FlagUS: SVGWebComponent;
|
|
373
374
|
export declare const FlagUganda: SVGWebComponent;
|
|
374
375
|
export declare const FlagUkraine: SVGWebComponent;
|
|
@@ -370,6 +370,7 @@ export declare const FlagTunisia: SVGNativeComponent;
|
|
|
370
370
|
export declare const FlagTurkey: SVGNativeComponent;
|
|
371
371
|
export declare const FlagTurkmenistan: SVGNativeComponent;
|
|
372
372
|
export declare const FlagUK: SVGNativeComponent;
|
|
373
|
+
export declare const FlagUnitedArabEmirates: SVGNativeComponent;
|
|
373
374
|
export declare const FlagUS: SVGNativeComponent;
|
|
374
375
|
export declare const FlagUganda: SVGNativeComponent;
|
|
375
376
|
export declare const FlagUkraine: SVGNativeComponent;
|