@gympass/yoga-icons 1.10.0 → 1.11.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/star.js
CHANGED
|
@@ -17,14 +17,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
17
17
|
|
|
18
18
|
var SvgComponent = function SvgComponent(props) {
|
|
19
19
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
22
|
-
viewBox: "0 0
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24
24
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
fillRule: "evenodd",
|
|
26
26
|
clipRule: "evenodd",
|
|
27
|
-
d: "
|
|
27
|
+
d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
|
|
28
28
|
}));
|
|
29
29
|
};
|
|
30
30
|
|
package/cjs/svg/star.native.js
CHANGED
|
@@ -19,14 +19,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
19
19
|
|
|
20
20
|
var SvgComponent = function SvgComponent(props) {
|
|
21
21
|
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
-
width:
|
|
23
|
-
height:
|
|
24
|
-
viewBox: "0 0
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
26
|
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
27
|
fillRule: "evenodd",
|
|
28
28
|
clipRule: "evenodd",
|
|
29
|
-
d: "
|
|
29
|
+
d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
|
package/cjs/svg/star_filled.js
CHANGED
|
@@ -17,14 +17,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
17
17
|
|
|
18
18
|
var SvgComponent = function SvgComponent(props) {
|
|
19
19
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
22
|
-
viewBox: "0 0
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24
24
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
fillRule: "evenodd",
|
|
26
26
|
clipRule: "evenodd",
|
|
27
|
-
d: "
|
|
27
|
+
d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
|
|
28
28
|
}));
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -19,14 +19,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
19
19
|
|
|
20
20
|
var SvgComponent = function SvgComponent(props) {
|
|
21
21
|
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
-
width:
|
|
23
|
-
height:
|
|
24
|
-
viewBox: "0 0
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
26
|
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
27
|
fillRule: "evenodd",
|
|
28
28
|
clipRule: "evenodd",
|
|
29
|
-
d: "
|
|
29
|
+
d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
|
package/esm/svg/star.js
CHANGED
|
@@ -4,14 +4,14 @@ import * as React from "react";
|
|
|
4
4
|
|
|
5
5
|
var SvgComponent = function SvgComponent(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
viewBox: "0 0
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11
11
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
12
|
fillRule: "evenodd",
|
|
13
13
|
clipRule: "evenodd",
|
|
14
|
-
d: "
|
|
14
|
+
d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
|
|
15
15
|
}));
|
|
16
16
|
};
|
|
17
17
|
|
package/esm/svg/star_filled.js
CHANGED
|
@@ -4,14 +4,14 @@ import * as React from "react";
|
|
|
4
4
|
|
|
5
5
|
var SvgComponent = function SvgComponent(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
viewBox: "0 0
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11
11
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
12
|
fillRule: "evenodd",
|
|
13
13
|
clipRule: "evenodd",
|
|
14
|
-
d: "
|
|
14
|
+
d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
|
|
15
15
|
}));
|
|
16
16
|
};
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0eade00388b37516d492e52b38e69cfa5fb39230",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"private": false
|
|
35
35
|
}
|