@gympass/yoga-icons 1.14.0 → 1.16.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/arrow_down.js +32 -0
- package/cjs/svg/arrow_down.native.js +34 -0
- package/cjs/svg/arrow_up.js +32 -0
- package/cjs/svg/arrow_up.native.js +34 -0
- package/cjs/svg/shine_filled.js +32 -0
- package/cjs/svg/shine_filled.native.js +34 -0
- package/cjs/ui.js +24 -0
- package/esm/svg/arrow_down.js +18 -0
- package/esm/svg/arrow_up.js +18 -0
- package/esm/svg/shine_filled.js +18 -0
- package/esm/ui.js +4 -1
- package/package.json +2 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
|
|
14
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
+
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
|
|
18
|
+
var SvgComponent = function SvgComponent(props) {
|
|
19
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M9.35355 6.85356C9.54882 6.65829 9.54882 6.34171 9.35355 6.14645C9.15829 5.95119 8.84171 5.95119 8.64645 6.14645L6.5 8.29289L6.5 2.5C6.5 2.22386 6.27614 2 6 2C5.72386 2 5.5 2.22386 5.5 2.5L5.5 8.2929L3.35355 6.14645C3.15829 5.95119 2.84171 5.95119 2.64645 6.14645C2.45118 6.34171 2.45118 6.65829 2.64645 6.85356L5.64645 9.85356C5.74021 9.94732 5.86739 10 6 10C6.13261 10 6.25978 9.94732 6.35355 9.85356L9.35355 6.85356Z",
|
|
27
|
+
fill: "black"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var _default = SvgComponent;
|
|
32
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
var SvgComponent = function SvgComponent(props) {
|
|
21
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
28
|
+
d: "M9.35355 6.85356C9.54882 6.65829 9.54882 6.34171 9.35355 6.14645C9.15829 5.95119 8.84171 5.95119 8.64645 6.14645L6.5 8.29289L6.5 2.5C6.5 2.22386 6.27614 2 6 2C5.72386 2 5.5 2.22386 5.5 2.5L5.5 8.2929L3.35355 6.14645C3.15829 5.95119 2.84171 5.95119 2.64645 6.14645C2.45118 6.34171 2.45118 6.65829 2.64645 6.85356L5.64645 9.85356C5.74021 9.94732 5.86739 10 6 10C6.13261 10 6.25978 9.94732 6.35355 9.85356L9.35355 6.85356Z",
|
|
29
|
+
fill: "black"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
var _default = SvgComponent;
|
|
34
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
|
|
14
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
+
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
|
|
18
|
+
var SvgComponent = function SvgComponent(props) {
|
|
19
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M2.64645 5.14644C2.45118 5.34171 2.45118 5.65829 2.64645 5.85355C2.84171 6.04881 3.15829 6.04881 3.35355 5.85355L5.5 3.70711V9.5C5.5 9.77614 5.72386 10 6 10C6.27614 10 6.5 9.77614 6.5 9.5V3.7071L8.64645 5.85355C8.84171 6.04881 9.15829 6.04881 9.35355 5.85355C9.54882 5.65829 9.54882 5.34171 9.35355 5.14644L6.35355 2.14644C6.25979 2.05268 6.13261 2 6 2C5.86739 2 5.74022 2.05268 5.64645 2.14644L2.64645 5.14644Z",
|
|
27
|
+
fill: "black"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var _default = SvgComponent;
|
|
32
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
var SvgComponent = function SvgComponent(props) {
|
|
21
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
28
|
+
d: "M2.64645 5.14644C2.45118 5.34171 2.45118 5.65829 2.64645 5.85355C2.84171 6.04881 3.15829 6.04881 3.35355 5.85355L5.5 3.70711V9.5C5.5 9.77614 5.72386 10 6 10C6.27614 10 6.5 9.77614 6.5 9.5V3.7071L8.64645 5.85355C8.84171 6.04881 9.15829 6.04881 9.35355 5.85355C9.54882 5.65829 9.54882 5.34171 9.35355 5.14644L6.35355 2.14644C6.25979 2.05268 6.13261 2 6 2C5.86739 2 5.74022 2.05268 5.64645 2.14644L2.64645 5.14644Z",
|
|
29
|
+
fill: "black"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
var _default = SvgComponent;
|
|
34
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
|
|
14
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
+
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
|
|
18
|
+
var SvgComponent = function SvgComponent(props) {
|
|
19
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
|
|
27
|
+
fill: "#231B22"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var _default = SvgComponent;
|
|
32
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
var SvgComponent = function SvgComponent(props) {
|
|
21
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
28
|
+
d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
|
|
29
|
+
fill: "#231B22"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
var _default = SvgComponent;
|
|
34
|
+
exports["default"] = _default;
|
package/cjs/ui.js
CHANGED
|
@@ -45,6 +45,12 @@ Object.defineProperty(exports, "AlertTriangle", {
|
|
|
45
45
|
return _alert_triangle["default"];
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
+
Object.defineProperty(exports, "ArrowDown", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _arrow_down["default"];
|
|
52
|
+
}
|
|
53
|
+
});
|
|
48
54
|
Object.defineProperty(exports, "ArrowDropDown", {
|
|
49
55
|
enumerable: true,
|
|
50
56
|
get: function get() {
|
|
@@ -69,6 +75,12 @@ Object.defineProperty(exports, "ArrowRight", {
|
|
|
69
75
|
return _arrow_right["default"];
|
|
70
76
|
}
|
|
71
77
|
});
|
|
78
|
+
Object.defineProperty(exports, "ArrowUp", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function get() {
|
|
81
|
+
return _arrow_up["default"];
|
|
82
|
+
}
|
|
83
|
+
});
|
|
72
84
|
Object.defineProperty(exports, "AutomaticInvite", {
|
|
73
85
|
enumerable: true,
|
|
74
86
|
get: function get() {
|
|
@@ -813,6 +825,12 @@ Object.defineProperty(exports, "ShieldSecure", {
|
|
|
813
825
|
return _shield_secure["default"];
|
|
814
826
|
}
|
|
815
827
|
});
|
|
828
|
+
Object.defineProperty(exports, "ShineFilled", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function get() {
|
|
831
|
+
return _shine_filled["default"];
|
|
832
|
+
}
|
|
833
|
+
});
|
|
816
834
|
Object.defineProperty(exports, "Shower", {
|
|
817
835
|
enumerable: true,
|
|
818
836
|
get: function get() {
|
|
@@ -1038,6 +1056,8 @@ var _alert_circle = _interopRequireDefault(require("./svg/alert_circle"));
|
|
|
1038
1056
|
|
|
1039
1057
|
var _alert_triangle = _interopRequireDefault(require("./svg/alert_triangle"));
|
|
1040
1058
|
|
|
1059
|
+
var _arrow_down = _interopRequireDefault(require("./svg/arrow_down"));
|
|
1060
|
+
|
|
1041
1061
|
var _arrow_drop_down = _interopRequireDefault(require("./svg/arrow_drop_down"));
|
|
1042
1062
|
|
|
1043
1063
|
var _arrow_drop_up = _interopRequireDefault(require("./svg/arrow_drop_up"));
|
|
@@ -1046,6 +1066,8 @@ var _arrow_left = _interopRequireDefault(require("./svg/arrow_left"));
|
|
|
1046
1066
|
|
|
1047
1067
|
var _arrow_right = _interopRequireDefault(require("./svg/arrow_right"));
|
|
1048
1068
|
|
|
1069
|
+
var _arrow_up = _interopRequireDefault(require("./svg/arrow_up"));
|
|
1070
|
+
|
|
1049
1071
|
var _automatic_invite = _interopRequireDefault(require("./svg/automatic_invite"));
|
|
1050
1072
|
|
|
1051
1073
|
var _bank = _interopRequireDefault(require("./svg/bank"));
|
|
@@ -1290,6 +1312,8 @@ var _shield_check = _interopRequireDefault(require("./svg/shield_check"));
|
|
|
1290
1312
|
|
|
1291
1313
|
var _shield_secure = _interopRequireDefault(require("./svg/shield_secure"));
|
|
1292
1314
|
|
|
1315
|
+
var _shine_filled = _interopRequireDefault(require("./svg/shine_filled"));
|
|
1316
|
+
|
|
1293
1317
|
var _shower = _interopRequireDefault(require("./svg/shower"));
|
|
1294
1318
|
|
|
1295
1319
|
var _showerTowels = _interopRequireDefault(require("./svg/shower-towels"));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
d: "M9.35355 6.85356C9.54882 6.65829 9.54882 6.34171 9.35355 6.14645C9.15829 5.95119 8.84171 5.95119 8.64645 6.14645L6.5 8.29289L6.5 2.5C6.5 2.22386 6.27614 2 6 2C5.72386 2 5.5 2.22386 5.5 2.5L5.5 8.2929L3.35355 6.14645C3.15829 5.95119 2.84171 5.95119 2.64645 6.14645C2.45118 6.34171 2.45118 6.65829 2.64645 6.85356L5.64645 9.85356C5.74021 9.94732 5.86739 10 6 10C6.13261 10 6.25978 9.94732 6.35355 9.85356L9.35355 6.85356Z",
|
|
14
|
+
fill: "black"
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
d: "M2.64645 5.14644C2.45118 5.34171 2.45118 5.65829 2.64645 5.85355C2.84171 6.04881 3.15829 6.04881 3.35355 5.85355L5.5 3.70711V9.5C5.5 9.77614 5.72386 10 6 10C6.27614 10 6.5 9.77614 6.5 9.5V3.7071L8.64645 5.85355C8.84171 6.04881 9.15829 6.04881 9.35355 5.85355C9.54882 5.65829 9.54882 5.34171 9.35355 5.14644L6.35355 2.14644C6.25979 2.05268 6.13261 2 6 2C5.86739 2 5.74022 2.05268 5.64645 2.14644L2.64645 5.14644Z",
|
|
14
|
+
fill: "black"
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
var SvgComponent = function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
|
|
14
|
+
fill: "#231B22"
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export default SvgComponent;
|
package/esm/ui.js
CHANGED
|
@@ -5,10 +5,12 @@ import Add from "./svg/add";
|
|
|
5
5
|
import AirConditioning from "./svg/air-conditioning";
|
|
6
6
|
import AlertCircle from "./svg/alert_circle";
|
|
7
7
|
import AlertTriangle from "./svg/alert_triangle";
|
|
8
|
+
import ArrowDown from "./svg/arrow_down";
|
|
8
9
|
import ArrowDropDown from "./svg/arrow_drop_down";
|
|
9
10
|
import ArrowDropUp from "./svg/arrow_drop_up";
|
|
10
11
|
import ArrowLeft from "./svg/arrow_left";
|
|
11
12
|
import ArrowRight from "./svg/arrow_right";
|
|
13
|
+
import ArrowUp from "./svg/arrow_up";
|
|
12
14
|
import AutomaticInvite from "./svg/automatic_invite";
|
|
13
15
|
import Bank from "./svg/bank";
|
|
14
16
|
import BankStatement from "./svg/bank_statement";
|
|
@@ -131,6 +133,7 @@ import ShareAndroid from "./svg/share_android";
|
|
|
131
133
|
import ShareIos from "./svg/share_ios";
|
|
132
134
|
import ShieldCheck from "./svg/shield_check";
|
|
133
135
|
import ShieldSecure from "./svg/shield_secure";
|
|
136
|
+
import ShineFilled from "./svg/shine_filled";
|
|
134
137
|
import Shower from "./svg/shower";
|
|
135
138
|
import ShowerTowels from "./svg/shower-towels";
|
|
136
139
|
import Signal from "./svg/signal";
|
|
@@ -168,4 +171,4 @@ import Wallet from "./svg/wallet";
|
|
|
168
171
|
import Whatsapp from "./svg/whatsapp";
|
|
169
172
|
import WiFi from "./svg/wi-fi";
|
|
170
173
|
import Youtube from "./svg/youtube";
|
|
171
|
-
export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChildrenArea, CloseFilled, Close, Code, CoffeeShop, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Cycling, Dance, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Gympass, Headphone, Heartbeat, Heater, HelpCircle, Help, History, Hit, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, ManualInvite, MapPin, Map, MartialArts, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, Pilates, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Shower, ShowerTowels, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StarFilled, Star, SystemStatus, ParkingLot, PriceTag, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, Youtube };
|
|
174
|
+
export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChildrenArea, CloseFilled, Close, Code, CoffeeShop, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Cycling, Dance, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Gympass, Headphone, Heartbeat, Heater, HelpCircle, Help, History, Hit, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, ManualInvite, MapPin, Map, MartialArts, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, Pilates, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, ShineFilled, Shower, ShowerTowels, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StarFilled, Star, SystemStatus, ParkingLot, PriceTag, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, Youtube };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.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": "d36f81a8328b12473195f27b2a6bc70f1c98b9de",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"types": "./typings/index.d.ts",
|
|
35
35
|
"private": false,
|