@gympass/yoga-icons 1.40.0 → 1.41.5
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/google_map.js +8 -0
- package/cjs/svg/google_map.native.js +13 -0
- package/cjs/ui.js +6 -0
- package/esm/svg/google_map.js +6 -0
- package/esm/ui.js +1 -0
- package/package.json +5 -5
- package/typings/index.d.ts +1 -0
- package/typings/native/index.d.ts +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
|
|
6
|
+
var m=Object.defineProperty,v=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var t=(l,c,a)=>c in l?m(l,c,{enumerable:!0,configurable:!0,writable:!0,value:a}):l[c]=a,e=(l,c)=>{for(var a in c||(c={}))d.call(c,a)&&t(l,a,c[a]);if(o)for(var a of o(c))p.call(c,a)&&t(l,a,c[a]);return l},g=(l,c)=>v(l,w(c));const s=l=>jsxRuntime.jsx("svg",g(e({xmlns:"http://www.w3.org/2000/svg",height:24,width:24,viewBox:"0 0 24 24"},l),{children:jsxRuntime.jsx("path",{d:"M11.069.045C9.461.2 7.806.908 6.516 1.993 4.687 3.53 3.595 5.865 3.593 8.24a8.672 8.672 0 0 0 .394 2.64c.463 1.53 1.197 2.766 2.354 3.96 1.084 1.12 1.644 1.876 2.352 3.18.828 1.523 1.355 2.989 1.467 4.082.025.241.081.551.126.689.141.437.537.869.994 1.085.202.095.263.104.742.104h.522l.304-.15c.216-.107.367-.219.524-.388.366-.396.435-.584.548-1.502.125-1.014.646-2.434 1.424-3.88.638-1.187 1.144-1.886 2.056-2.84.336-.352.742-.802.901-1a9.768 9.768 0 0 0 2.044-4.799c.081-.6.079-1.686-.003-2.241-.575-3.859-3.619-6.758-7.496-7.139a10.989 10.989 0 0 0-1.777.004m-.714 3.604c-.68 1.17-1.251 2.143-1.269 2.161-.022.022-2.549-1.401-2.675-1.508-.024-.019.473-.589.747-.858a6.863 6.863 0 0 1 3.002-1.707c.379-.098 1.031-.21 1.246-.214l.186-.003-1.237 2.129M13.76 1.72a6.786 6.786 0 0 1 2.493 1.21c.311.237 1.027.927 1.027.99 0 .018-.393.709-.874 1.536l-.874 1.503-.076-.169c-.118-.262-.42-.706-.658-.966a3.726 3.726 0 0 0-1.138-.827c-.553-.27-.988-.37-1.627-.374l-.507-.003.072-.12c.04-.066.365-.624.723-1.24l.807-1.392c.116-.201.175-.266.225-.252.037.011.22.058.407.104m4.697 4.18c.321.827.434 1.458.432 2.42a7.543 7.543 0 0 1-.789 3.42c-.442.912-.858 1.476-1.872 2.535-1.008 1.055-1.749 2.129-2.502 3.633-.693 1.382-1.221 2.966-1.324 3.971-.023.223-.06.44-.083.482-.091.171-.366.213-.511.078-.099-.092-.113-.146-.147-.539-.058-.671-.437-1.981-.86-2.974-.18-.421-.2-.494-.157-.574.043-.08 2.504-4.313 4.356-7.492l1.699-2.92c1.703-2.928 1.503-2.608 1.565-2.496.03.053.117.258.193.456M7 6.381l1.311.76c.006.004-.551.975-1.238 2.157-1.058 1.821-1.256 2.139-1.297 2.083-.075-.103-.327-.829-.434-1.255-.311-1.23-.318-2.482-.021-3.566.107-.388.322-.962.354-.945L7 6.381m5.614-.198c.774.198 1.48.939 1.647 1.727.171.807-.053 1.559-.641 2.149-.469.471-.943.666-1.62.666-.676 0-1.15-.194-1.621-.665a2.276 2.276 0 0 1-.64-2.152c.162-.767.845-1.497 1.6-1.713.315-.09.947-.096 1.275-.012m-3.975 4.044a3.79 3.79 0 0 0 1.881 1.705c.553.226.835.282 1.427.285l.527.003-.073.12c-.041.066-.644 1.101-1.341 2.3a382.508 382.508 0 0 1-1.279 2.191 4.662 4.662 0 0 1-.286-.434 14.763 14.763 0 0 0-1.997-2.517 12.637 12.637 0 0 1-.632-.69l-.183-.23.251-.43c.138-.236.536-.92.883-1.52.348-.6.637-1.09.644-1.09.007 0 .087.138.178.307",fillRule:"evenodd"})}));var f=s;
|
|
7
|
+
|
|
8
|
+
module.exports = f;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
require('react');
|
|
5
|
+
var 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,v=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;var t=(l,c,a)=>c in l?h(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)&&t(l,a,c[a]);if(o)for(var a of o(c))i.call(c,a)&&t(l,a,c[a]);return l},e=(l,c)=>v(l,w(c));const r=l=>jsxRuntime.jsx(p__default.default,e(m({xmlns:"http://www.w3.org/2000/svg",height:24,width:24,viewBox:"0 0 24 24"},l),{children:jsxRuntime.jsx(p.Path,{d:"M11.069.045C9.461.2 7.806.908 6.516 1.993 4.687 3.53 3.595 5.865 3.593 8.24a8.672 8.672 0 0 0 .394 2.64c.463 1.53 1.197 2.766 2.354 3.96 1.084 1.12 1.644 1.876 2.352 3.18.828 1.523 1.355 2.989 1.467 4.082.025.241.081.551.126.689.141.437.537.869.994 1.085.202.095.263.104.742.104h.522l.304-.15c.216-.107.367-.219.524-.388.366-.396.435-.584.548-1.502.125-1.014.646-2.434 1.424-3.88.638-1.187 1.144-1.886 2.056-2.84.336-.352.742-.802.901-1a9.768 9.768 0 0 0 2.044-4.799c.081-.6.079-1.686-.003-2.241-.575-3.859-3.619-6.758-7.496-7.139a10.989 10.989 0 0 0-1.777.004m-.714 3.604c-.68 1.17-1.251 2.143-1.269 2.161-.022.022-2.549-1.401-2.675-1.508-.024-.019.473-.589.747-.858a6.863 6.863 0 0 1 3.002-1.707c.379-.098 1.031-.21 1.246-.214l.186-.003-1.237 2.129M13.76 1.72a6.786 6.786 0 0 1 2.493 1.21c.311.237 1.027.927 1.027.99 0 .018-.393.709-.874 1.536l-.874 1.503-.076-.169c-.118-.262-.42-.706-.658-.966a3.726 3.726 0 0 0-1.138-.827c-.553-.27-.988-.37-1.627-.374l-.507-.003.072-.12c.04-.066.365-.624.723-1.24l.807-1.392c.116-.201.175-.266.225-.252.037.011.22.058.407.104m4.697 4.18c.321.827.434 1.458.432 2.42a7.543 7.543 0 0 1-.789 3.42c-.442.912-.858 1.476-1.872 2.535-1.008 1.055-1.749 2.129-2.502 3.633-.693 1.382-1.221 2.966-1.324 3.971-.023.223-.06.44-.083.482-.091.171-.366.213-.511.078-.099-.092-.113-.146-.147-.539-.058-.671-.437-1.981-.86-2.974-.18-.421-.2-.494-.157-.574.043-.08 2.504-4.313 4.356-7.492l1.699-2.92c1.703-2.928 1.503-2.608 1.565-2.496.03.053.117.258.193.456M7 6.381l1.311.76c.006.004-.551.975-1.238 2.157-1.058 1.821-1.256 2.139-1.297 2.083-.075-.103-.327-.829-.434-1.255-.311-1.23-.318-2.482-.021-3.566.107-.388.322-.962.354-.945L7 6.381m5.614-.198c.774.198 1.48.939 1.647 1.727.171.807-.053 1.559-.641 2.149-.469.471-.943.666-1.62.666-.676 0-1.15-.194-1.621-.665a2.276 2.276 0 0 1-.64-2.152c.162-.767.845-1.497 1.6-1.713.315-.09.947-.096 1.275-.012m-3.975 4.044a3.79 3.79 0 0 0 1.881 1.705c.553.226.835.282 1.427.285l.527.003-.073.12c-.041.066-.644 1.101-1.341 2.3a382.508 382.508 0 0 1-1.279 2.191 4.662 4.662 0 0 1-.286-.434 14.763 14.763 0 0 0-1.997-2.517 12.637 12.637 0 0 1-.632-.69l-.183-.23.251-.43c.138-.236.536-.92.883-1.52.348-.6.637-1.09.644-1.09.007 0 .087.138.178.307",fillRule:"evenodd"})}));var n=r;
|
|
12
|
+
|
|
13
|
+
module.exports = n;
|
package/cjs/ui.js
CHANGED
|
@@ -95,6 +95,7 @@ var functionalTraining = require('./svg/functional-training');
|
|
|
95
95
|
var funnel_filter = require('./svg/funnel_filter');
|
|
96
96
|
var gender_neutral = require('./svg/gender_neutral');
|
|
97
97
|
var google = require('./svg/google');
|
|
98
|
+
var google_map = require('./svg/google_map');
|
|
98
99
|
var grippySocks = require('./svg/grippy-socks');
|
|
99
100
|
var gympass = require('./svg/gympass');
|
|
100
101
|
var headphone = require('./svg/headphone');
|
|
@@ -329,6 +330,7 @@ var functionalTraining__default = /*#__PURE__*/_interopDefault(functionalTrainin
|
|
|
329
330
|
var funnel_filter__default = /*#__PURE__*/_interopDefault(funnel_filter);
|
|
330
331
|
var gender_neutral__default = /*#__PURE__*/_interopDefault(gender_neutral);
|
|
331
332
|
var google__default = /*#__PURE__*/_interopDefault(google);
|
|
333
|
+
var google_map__default = /*#__PURE__*/_interopDefault(google_map);
|
|
332
334
|
var grippySocks__default = /*#__PURE__*/_interopDefault(grippySocks);
|
|
333
335
|
var gympass__default = /*#__PURE__*/_interopDefault(gympass);
|
|
334
336
|
var headphone__default = /*#__PURE__*/_interopDefault(headphone);
|
|
@@ -848,6 +850,10 @@ Object.defineProperty(exports, 'Google', {
|
|
|
848
850
|
enumerable: true,
|
|
849
851
|
get: function () { return google__default.default; }
|
|
850
852
|
});
|
|
853
|
+
Object.defineProperty(exports, 'GoogleMap', {
|
|
854
|
+
enumerable: true,
|
|
855
|
+
get: function () { return google_map__default.default; }
|
|
856
|
+
});
|
|
851
857
|
Object.defineProperty(exports, 'GrippySocks', {
|
|
852
858
|
enumerable: true,
|
|
853
859
|
get: function () { return grippySocks__default.default; }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
|
|
4
|
+
var m=Object.defineProperty,v=Object.defineProperties;var w=Object.getOwnPropertyDescriptors;var o=Object.getOwnPropertySymbols;var d=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable;var t=(l,c,a)=>c in l?m(l,c,{enumerable:!0,configurable:!0,writable:!0,value:a}):l[c]=a,e=(l,c)=>{for(var a in c||(c={}))d.call(c,a)&&t(l,a,c[a]);if(o)for(var a of o(c))p.call(c,a)&&t(l,a,c[a]);return l},g=(l,c)=>v(l,w(c));const s=l=>jsx("svg",g(e({xmlns:"http://www.w3.org/2000/svg",height:24,width:24,viewBox:"0 0 24 24"},l),{children:jsx("path",{d:"M11.069.045C9.461.2 7.806.908 6.516 1.993 4.687 3.53 3.595 5.865 3.593 8.24a8.672 8.672 0 0 0 .394 2.64c.463 1.53 1.197 2.766 2.354 3.96 1.084 1.12 1.644 1.876 2.352 3.18.828 1.523 1.355 2.989 1.467 4.082.025.241.081.551.126.689.141.437.537.869.994 1.085.202.095.263.104.742.104h.522l.304-.15c.216-.107.367-.219.524-.388.366-.396.435-.584.548-1.502.125-1.014.646-2.434 1.424-3.88.638-1.187 1.144-1.886 2.056-2.84.336-.352.742-.802.901-1a9.768 9.768 0 0 0 2.044-4.799c.081-.6.079-1.686-.003-2.241-.575-3.859-3.619-6.758-7.496-7.139a10.989 10.989 0 0 0-1.777.004m-.714 3.604c-.68 1.17-1.251 2.143-1.269 2.161-.022.022-2.549-1.401-2.675-1.508-.024-.019.473-.589.747-.858a6.863 6.863 0 0 1 3.002-1.707c.379-.098 1.031-.21 1.246-.214l.186-.003-1.237 2.129M13.76 1.72a6.786 6.786 0 0 1 2.493 1.21c.311.237 1.027.927 1.027.99 0 .018-.393.709-.874 1.536l-.874 1.503-.076-.169c-.118-.262-.42-.706-.658-.966a3.726 3.726 0 0 0-1.138-.827c-.553-.27-.988-.37-1.627-.374l-.507-.003.072-.12c.04-.066.365-.624.723-1.24l.807-1.392c.116-.201.175-.266.225-.252.037.011.22.058.407.104m4.697 4.18c.321.827.434 1.458.432 2.42a7.543 7.543 0 0 1-.789 3.42c-.442.912-.858 1.476-1.872 2.535-1.008 1.055-1.749 2.129-2.502 3.633-.693 1.382-1.221 2.966-1.324 3.971-.023.223-.06.44-.083.482-.091.171-.366.213-.511.078-.099-.092-.113-.146-.147-.539-.058-.671-.437-1.981-.86-2.974-.18-.421-.2-.494-.157-.574.043-.08 2.504-4.313 4.356-7.492l1.699-2.92c1.703-2.928 1.503-2.608 1.565-2.496.03.053.117.258.193.456M7 6.381l1.311.76c.006.004-.551.975-1.238 2.157-1.058 1.821-1.256 2.139-1.297 2.083-.075-.103-.327-.829-.434-1.255-.311-1.23-.318-2.482-.021-3.566.107-.388.322-.962.354-.945L7 6.381m5.614-.198c.774.198 1.48.939 1.647 1.727.171.807-.053 1.559-.641 2.149-.469.471-.943.666-1.62.666-.676 0-1.15-.194-1.621-.665a2.276 2.276 0 0 1-.64-2.152c.162-.767.845-1.497 1.6-1.713.315-.09.947-.096 1.275-.012m-3.975 4.044a3.79 3.79 0 0 0 1.881 1.705c.553.226.835.282 1.427.285l.527.003-.073.12c-.041.066-.644 1.101-1.341 2.3a382.508 382.508 0 0 1-1.279 2.191 4.662 4.662 0 0 1-.286-.434 14.763 14.763 0 0 0-1.997-2.517 12.637 12.637 0 0 1-.632-.69l-.183-.23.251-.43c.138-.236.536-.92.883-1.52.348-.6.637-1.09.644-1.09.007 0 .087.138.178.307",fillRule:"evenodd"})}));var f=s;
|
|
5
|
+
|
|
6
|
+
export { f as default };
|
package/esm/ui.js
CHANGED
|
@@ -93,6 +93,7 @@ export { default as FunctionalTraining } from './svg/functional-training';
|
|
|
93
93
|
export { default as FunnelFilter } from './svg/funnel_filter';
|
|
94
94
|
export { default as GenderNeutral } from './svg/gender_neutral';
|
|
95
95
|
export { default as Google } from './svg/google';
|
|
96
|
+
export { default as GoogleMap } from './svg/google_map';
|
|
96
97
|
export { default as GrippySocks } from './svg/grippy-socks';
|
|
97
98
|
export { default as Gympass } from './svg/gympass';
|
|
98
99
|
export { default as Headphone } from './svg/headphone';
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.5",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
7
7
|
"icon",
|
|
8
8
|
"react"
|
|
9
9
|
],
|
|
10
|
-
"homepage": "https://github.com/
|
|
10
|
+
"homepage": "https://github.com/gympass/yoga/tree/master/packages/icons",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"main": "./cjs",
|
|
13
13
|
"types": "./typings/index.d.ts",
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/
|
|
20
|
+
"url": "git+https://github.com/gympass/yoga.git"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": ">=16",
|
|
24
24
|
"react-native-svg": ">=9.13.3"
|
|
25
25
|
},
|
|
26
26
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/
|
|
27
|
+
"url": "https://github.com/gympass/yoga/issues"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8c5746990c5fcb5664e7cfe9fd0f0de9925af0f5",
|
|
30
30
|
"module": "./esm",
|
|
31
31
|
"private": false
|
|
32
32
|
}
|
package/typings/index.d.ts
CHANGED
|
@@ -96,6 +96,7 @@ export declare const FunctionalTraining: SVGWebComponent;
|
|
|
96
96
|
export declare const FunnelFilter: SVGWebComponent;
|
|
97
97
|
export declare const GenderNeutral: SVGWebComponent;
|
|
98
98
|
export declare const Google: SVGWebComponent;
|
|
99
|
+
export declare const GoogleMap: SVGWebComponent;
|
|
99
100
|
export declare const GrippySocks: SVGWebComponent;
|
|
100
101
|
export declare const Gympass: SVGWebComponent;
|
|
101
102
|
export declare const Headphone: SVGWebComponent;
|
|
@@ -97,6 +97,7 @@ export declare const FunctionalTraining: SVGNativeComponent;
|
|
|
97
97
|
export declare const FunnelFilter: SVGNativeComponent;
|
|
98
98
|
export declare const GenderNeutral: SVGNativeComponent;
|
|
99
99
|
export declare const Google: SVGNativeComponent;
|
|
100
|
+
export declare const GoogleMap: SVGNativeComponent;
|
|
100
101
|
export declare const GrippySocks: SVGNativeComponent;
|
|
101
102
|
export declare const Gympass: SVGNativeComponent;
|
|
102
103
|
export declare const Headphone: SVGNativeComponent;
|