@gympass/yoga-icons 1.5.0 → 1.6.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,42 @@
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
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M2.5 4C2.5 2.89543 3.39543 2 4.5 2C5.60457 2 6.5 2.89543 6.5 4C6.5 5.10457 5.60457 6 4.5 6C3.39543 6 2.5 5.10457 2.5 4ZM4.5 3C3.94772 3 3.5 3.44772 3.5 4C3.5 4.55228 3.94772 5 4.5 5C5.05228 5 5.5 4.55228 5.5 4C5.5 3.44772 5.05228 3 4.5 3Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M3.5 7C2.11929 7 1 8.11929 1 9.5V10C1 10.2761 1.22386 10.5 1.5 10.5C1.77614 10.5 2 10.2761 2 10V9.5C2 8.67157 2.67157 8 3.5 8H5.5C6.32843 8 7 8.67157 7 9.5V10C7 10.2761 7.22386 10.5 7.5 10.5C7.77614 10.5 8 10.2761 8 10V9.5C8 8.11929 6.88071 7 5.5 7H3.5Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M11 10.5H8.63377V9.5C8.63377 8.73165 8.34491 8.03076 7.86987 7.5H8.99998C10.1045 7.5 11 8.39543 11 9.5V10.5Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M10 5C10 5.82843 9.32843 6.5 8.5 6.5C7.67157 6.5 7 5.82843 7 5C7 4.17157 7.67157 3.5 8.5 3.5C9.32843 3.5 10 4.17157 10 5Z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M7.5 10.5H1.5L2 8H7L7.5 10.5Z"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ d: "M6 3.5C6 4.32843 5.32843 5 4.5 5C3.67157 5 3 4.32843 3 3.5C3 2.67157 3.67157 2 4.5 2C5.32843 2 6 2.67157 6 3.5Z"
38
+ }));
39
+ };
40
+
41
+ var _default = SvgComponent;
42
+ exports["default"] = _default;
@@ -0,0 +1,44 @@
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
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M2.5 4C2.5 2.89543 3.39543 2 4.5 2C5.60457 2 6.5 2.89543 6.5 4C6.5 5.10457 5.60457 6 4.5 6C3.39543 6 2.5 5.10457 2.5 4ZM4.5 3C3.94772 3 3.5 3.44772 3.5 4C3.5 4.55228 3.94772 5 4.5 5C5.05228 5 5.5 4.55228 5.5 4C5.5 3.44772 5.05228 3 4.5 3Z"
30
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
31
+ d: "M3.5 7C2.11929 7 1 8.11929 1 9.5V10C1 10.2761 1.22386 10.5 1.5 10.5C1.77614 10.5 2 10.2761 2 10V9.5C2 8.67157 2.67157 8 3.5 8H5.5C6.32843 8 7 8.67157 7 9.5V10C7 10.2761 7.22386 10.5 7.5 10.5C7.77614 10.5 8 10.2761 8 10V9.5C8 8.11929 6.88071 7 5.5 7H3.5Z"
32
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
+ d: "M11 10.5H8.63377V9.5C8.63377 8.73165 8.34491 8.03076 7.86987 7.5H8.99998C10.1045 7.5 11 8.39543 11 9.5V10.5Z"
34
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
35
+ d: "M10 5C10 5.82843 9.32843 6.5 8.5 6.5C7.67157 6.5 7 5.82843 7 5C7 4.17157 7.67157 3.5 8.5 3.5C9.32843 3.5 10 4.17157 10 5Z"
36
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
37
+ d: "M7.5 10.5H1.5L2 8H7L7.5 10.5Z"
38
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
39
+ d: "M6 3.5C6 4.32843 5.32843 5 4.5 5C3.67157 5 3 4.32843 3 3.5C3 2.67157 3.67157 2 4.5 2C5.32843 2 6 2.67157 6 3.5Z"
40
+ }));
41
+ };
42
+
43
+ var _default = SvgComponent;
44
+ exports["default"] = _default;