@gympass/yoga-icons 1.11.0 → 1.13.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,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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M9.29616 2C6.39445 2 4.10212 4.4619 4.30886 7.35623L4.80377 14.285C4.90861 15.7528 5.79634 16.9887 7.041 17.5963C7.01428 17.7267 7.00024 17.8617 7.00024 18V20C7.00024 21.1046 7.89567 22 9.00024 22H15.0002C16.1048 22 17.0002 21.1046 17.0002 20V18C17.0002 17.9033 16.9934 17.8082 16.9801 17.7152C18.2279 17.2164 19.1795 16.1045 19.432 14.7155L20.358 9.62243C20.7728 7.34138 19.1337 5.23218 16.8788 5.01788C16.441 3.28359 14.8705 2 13.0003 2H9.29616ZM15.0002 18H9.00024V20H15.0002V18ZM15.0002 16H15.4965C16.4631 16 17.2914 15.3088 17.4643 14.3578L18.3903 9.26466C18.5736 8.25631 17.9378 7.3165 17.0003 7.06534V10C17.0003 10.5523 16.5525 11 16.0003 11C15.448 11 15.0003 10.5523 15.0003 10V6C15.0003 4.89543 14.1048 4 13.0003 4H9.29616C7.55513 4 6.17974 5.47714 6.30378 7.21374L6.79869 14.1425C6.87345 15.1891 7.74433 16 8.79361 16H9.00024H15.0002Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M9.29616 2C6.39445 2 4.10212 4.4619 4.30886 7.35623L4.80377 14.285C4.90861 15.7528 5.79634 16.9887 7.041 17.5963C7.01428 17.7267 7.00024 17.8617 7.00024 18V20C7.00024 21.1046 7.89567 22 9.00024 22H15.0002C16.1048 22 17.0002 21.1046 17.0002 20V18C17.0002 17.9033 16.9934 17.8082 16.9801 17.7152C18.2279 17.2164 19.1795 16.1045 19.432 14.7155L20.358 9.62243C20.7728 7.34138 19.1337 5.23218 16.8788 5.01788C16.441 3.28359 14.8705 2 13.0003 2H9.29616ZM15.0002 18H9.00024V20H15.0002V18ZM15.0002 16H15.4965C16.4631 16 17.2914 15.3088 17.4643 14.3578L18.3903 9.26466C18.5736 8.25631 17.9378 7.3165 17.0003 7.06534V10C17.0003 10.5523 16.5525 11 16.0003 11C15.448 11 15.0003 10.5523 15.0003 10V6C15.0003 4.89543 14.1048 4 13.0003 4H9.29616C7.55513 4 6.17974 5.47714 6.30378 7.21374L6.79869 14.1425C6.87345 15.1891 7.74433 16 8.79361 16H9.00024H15.0002Z",
31
+ fill: "#231B22"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ 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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M14.3631 7.50898C14.0293 6.24081 14.9859 5 16.2972 5H18C18.5523 5 19 5.44772 19 6C19 6.55228 18.5523 7 18 7H16.2972L17.3505 11.0024C17.4001 11.0008 17.45 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20C15.0147 20 13 17.9853 13 15.5C13 13.7667 13.98 12.2623 15.4161 11.5106L15.1471 10.4884L10.6433 13.7412C10.8729 14.2815 11 14.8759 11 15.5C11 17.9853 8.98528 20 6.5 20C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11C6.99806 11 7.47723 11.0809 7.92507 11.2303L7.25597 9H6C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7H9C9.55228 7 10 7.44772 10 8C10 8.43756 9.71897 8.80948 9.32757 8.94512L10.1361 11.6404L14.6016 8.41535L14.3631 7.50898ZM15.9498 13.5385C15.3712 13.9964 15 14.7049 15 15.5C15 16.8807 16.1193 18 17.5 18C18.8807 18 20 16.8807 20 15.5C20 14.2498 19.0823 13.214 17.8839 13.0293L18.4671 15.2455C18.6076 15.7796 18.2886 16.3265 17.7545 16.4671C17.2204 16.6076 16.6735 16.2886 16.5329 15.7545L15.9498 13.5385ZM7.77274 13.3473L5.91452 14.6893C5.4668 15.0127 5.36598 15.6378 5.68933 16.0855C6.01269 16.5332 6.63778 16.634 7.0855 16.3107L8.94376 14.9686C8.98063 15.1396 9 15.3174 9 15.5C9 16.8807 7.88071 18 6.5 18C5.11929 18 4 16.8807 4 15.5C4 14.1193 5.11929 13 6.5 13C6.96502 13 7.39965 13.126 7.77274 13.3473Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M14.3631 7.50898C14.0293 6.24081 14.9859 5 16.2972 5H18C18.5523 5 19 5.44772 19 6C19 6.55228 18.5523 7 18 7H16.2972L17.3505 11.0024C17.4001 11.0008 17.45 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20C15.0147 20 13 17.9853 13 15.5C13 13.7667 13.98 12.2623 15.4161 11.5106L15.1471 10.4884L10.6433 13.7412C10.8729 14.2815 11 14.8759 11 15.5C11 17.9853 8.98528 20 6.5 20C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11C6.99806 11 7.47723 11.0809 7.92507 11.2303L7.25597 9H6C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7H9C9.55228 7 10 7.44772 10 8C10 8.43756 9.71897 8.80948 9.32757 8.94512L10.1361 11.6404L14.6016 8.41535L14.3631 7.50898ZM15.9498 13.5385C15.3712 13.9964 15 14.7049 15 15.5C15 16.8807 16.1193 18 17.5 18C18.8807 18 20 16.8807 20 15.5C20 14.2498 19.0823 13.214 17.8839 13.0293L18.4671 15.2455C18.6076 15.7796 18.2886 16.3265 17.7545 16.4671C17.2204 16.6076 16.6735 16.2886 16.5329 15.7545L15.9498 13.5385ZM7.77274 13.3473L5.91452 14.6893C5.4668 15.0127 5.36598 15.6378 5.68933 16.0855C6.01269 16.5332 6.63778 16.634 7.0855 16.3107L8.94376 14.9686C8.98063 15.1396 9 15.3174 9 15.5C9 16.8807 7.88071 18 6.5 18C5.11929 18 4 16.8807 4 15.5C4 14.1193 5.11929 13 6.5 13C6.96502 13 7.39965 13.126 7.77274 13.3473Z",
31
+ fill: "#231B22"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ 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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M12 2C12.5523 2 13 2.44772 13 3V5.06189C16.9463 5.55399 20 8.92038 20 13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13C4 8.92038 7.05369 5.55399 11 5.06189V3C11 2.44772 11.4477 2 12 2ZM12.0173 18.5069L12 18.5257L11.9827 18.5069C11.29 17.7565 10.7657 16.9044 10.4116 16H13.5884C13.2343 16.9044 12.71 17.7565 12.0173 18.5069ZM17.1973 16C16.5956 17.0401 15.6907 17.8828 14.6035 18.4073C15.0819 17.648 15.4492 16.8377 15.7044 16H17.1973ZM17.917 14H16.0966C16.1578 13.3352 16.1527 12.6649 16.0807 12H17.917C17.9716 12.3252 18 12.6593 18 13C18 13.3407 17.9716 13.6748 17.917 14ZM17.1973 10H15.654C15.3747 9.13662 14.9745 8.30219 14.4523 7.52242C15.6069 8.0401 16.568 8.91208 17.1973 10ZM12.3858 8.0831C12.8625 8.67897 13.2414 9.3248 13.5232 10H10.4768C10.7586 9.3248 11.1375 8.67897 11.6142 8.0831L12 7.6008L12.3858 8.0831ZM9.91401 14C9.83741 13.336 9.84388 12.6638 9.93401 12H14.066C14.1561 12.6638 14.1626 13.336 14.086 14H9.91401ZM9.39653 18.4073C8.91805 17.648 8.55081 16.8377 8.29564 16H6.80269C7.40435 17.0401 8.30927 17.8828 9.39653 18.4073ZM7.91928 12C7.84733 12.6649 7.84216 13.3352 7.90339 14H6.08296C6.0284 13.6748 6 13.3407 6 13C6 12.6593 6.0284 12.3252 6.08296 12H7.91928ZM9.54766 7.52242C9.02551 8.30219 8.62525 9.13662 8.34598 10H6.80269C7.43202 8.91208 8.39313 8.0401 9.54766 7.52242ZM18.268 21.5037L18.2857 21.5096C18.4206 21.5546 18.5265 21.6604 18.5715 21.7953C18.7087 22.2072 19.2913 22.2072 19.4286 21.7953C19.4736 21.6604 19.5794 21.5546 19.7143 21.5096L19.7321 21.5037C20.1382 21.3683 20.1382 20.7938 19.7321 20.6584C19.5875 20.6102 19.4775 20.4911 19.4406 20.3433C19.3262 19.8856 18.6739 19.8856 18.5595 20.3433C18.5225 20.4911 18.4125 20.6102 18.268 20.6584C17.8618 20.7938 17.8618 21.3683 18.268 21.5037ZM17.3224 5.5096L17.3046 5.50369C16.8985 5.3683 16.8985 4.79376 17.3046 4.65837C17.4491 4.6102 17.5591 4.49105 17.5961 4.34328C17.7105 3.88557 18.3628 3.88557 18.4772 4.34328C18.5142 4.49105 18.6242 4.6102 18.7687 4.65837C19.1749 4.79376 19.1749 5.3683 18.7687 5.50369L18.7509 5.5096C18.616 5.55457 18.5102 5.66042 18.4652 5.79532C18.3279 6.20718 17.7454 6.20718 17.6081 5.79532C17.5631 5.66042 17.4573 5.55457 17.3224 5.5096ZM4.07964 6.0492C3.87635 6.02016 3.7176 5.85834 3.69213 5.65457C3.62498 5.11734 2.84565 5.11734 2.77849 5.65457C2.75302 5.85834 2.59428 6.02016 2.39099 6.0492C1.86967 6.12367 1.86967 6.87634 2.39099 6.95082C2.59428 6.97986 2.75302 7.14167 2.77849 7.34545C2.84565 7.88267 3.62498 7.88267 3.69213 7.34544C3.7176 7.14167 3.87635 6.97986 4.07964 6.95082C4.60095 6.87634 4.60095 6.12367 4.07964 6.0492Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M12 2C12.5523 2 13 2.44772 13 3V5.06189C16.9463 5.55399 20 8.92038 20 13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13C4 8.92038 7.05369 5.55399 11 5.06189V3C11 2.44772 11.4477 2 12 2ZM12.0173 18.5069L12 18.5257L11.9827 18.5069C11.29 17.7565 10.7657 16.9044 10.4116 16H13.5884C13.2343 16.9044 12.71 17.7565 12.0173 18.5069ZM17.1973 16C16.5956 17.0401 15.6907 17.8828 14.6035 18.4073C15.0819 17.648 15.4492 16.8377 15.7044 16H17.1973ZM17.917 14H16.0966C16.1578 13.3352 16.1527 12.6649 16.0807 12H17.917C17.9716 12.3252 18 12.6593 18 13C18 13.3407 17.9716 13.6748 17.917 14ZM17.1973 10H15.654C15.3747 9.13662 14.9745 8.30219 14.4523 7.52242C15.6069 8.0401 16.568 8.91208 17.1973 10ZM12.3858 8.0831C12.8625 8.67897 13.2414 9.3248 13.5232 10H10.4768C10.7586 9.3248 11.1375 8.67897 11.6142 8.0831L12 7.6008L12.3858 8.0831ZM9.91401 14C9.83741 13.336 9.84388 12.6638 9.93401 12H14.066C14.1561 12.6638 14.1626 13.336 14.086 14H9.91401ZM9.39653 18.4073C8.91805 17.648 8.55081 16.8377 8.29564 16H6.80269C7.40435 17.0401 8.30927 17.8828 9.39653 18.4073ZM7.91928 12C7.84733 12.6649 7.84216 13.3352 7.90339 14H6.08296C6.0284 13.6748 6 13.3407 6 13C6 12.6593 6.0284 12.3252 6.08296 12H7.91928ZM9.54766 7.52242C9.02551 8.30219 8.62525 9.13662 8.34598 10H6.80269C7.43202 8.91208 8.39313 8.0401 9.54766 7.52242ZM18.268 21.5037L18.2857 21.5096C18.4206 21.5546 18.5265 21.6604 18.5715 21.7953C18.7087 22.2072 19.2913 22.2072 19.4286 21.7953C19.4736 21.6604 19.5794 21.5546 19.7143 21.5096L19.7321 21.5037C20.1382 21.3683 20.1382 20.7938 19.7321 20.6584C19.5875 20.6102 19.4775 20.4911 19.4406 20.3433C19.3262 19.8856 18.6739 19.8856 18.5595 20.3433C18.5225 20.4911 18.4125 20.6102 18.268 20.6584C17.8618 20.7938 17.8618 21.3683 18.268 21.5037ZM17.3224 5.5096L17.3046 5.50369C16.8985 5.3683 16.8985 4.79376 17.3046 4.65837C17.4491 4.6102 17.5591 4.49105 17.5961 4.34328C17.7105 3.88557 18.3628 3.88557 18.4772 4.34328C18.5142 4.49105 18.6242 4.6102 18.7687 4.65837C19.1749 4.79376 19.1749 5.3683 18.7687 5.50369L18.7509 5.5096C18.616 5.55457 18.5102 5.66042 18.4652 5.79532C18.3279 6.20718 17.7454 6.20718 17.6081 5.79532C17.5631 5.66042 17.4573 5.55457 17.3224 5.5096ZM4.07964 6.0492C3.87635 6.02016 3.7176 5.85834 3.69213 5.65457C3.62498 5.11734 2.84565 5.11734 2.77849 5.65457C2.75302 5.85834 2.59428 6.02016 2.39099 6.0492C1.86967 6.12367 1.86967 6.87634 2.39099 6.95082C2.59428 6.97986 2.75302 7.14167 2.77849 7.34545C2.84565 7.88267 3.62498 7.88267 3.69213 7.34544C3.7176 7.14167 3.87635 6.97986 4.07964 6.95082C4.60095 6.87634 4.60095 6.12367 4.07964 6.0492Z",
31
+ fill: "#231B22"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ exports["default"] = _default;
@@ -0,0 +1,30 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ d: "m17.594 8.64 3.562-1.911C19.942 3.757 16.908 2 12.844 2 6.142 2 2 6.057 2 11.974 2 18.434 7.488 22 12.712 22c4.803 0 7.942-2.196 9.288-4.031v-6.95H11.683v3.203h6.465l-.027 2.197s-1.9 1.783-5.33 1.783c-3.693 0-5.804-2.455-5.804-6.331 0-3.902 2.11-6.357 5.752-6.357 2.163 0 3.773 1.266 4.855 3.127Z"
26
+ }));
27
+ };
28
+
29
+ var _default = SvgComponent;
30
+ 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
+ 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
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: 24,
24
+ height: 24,
25
+ viewBox: "0 0 24 24"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "m17.594 8.64 3.562-1.911C19.942 3.757 16.908 2 12.844 2 6.142 2 2 6.057 2 11.974 2 18.434 7.488 22 12.712 22c4.803 0 7.942-2.196 9.288-4.031v-6.95H11.683v3.203h6.465l-.027 2.197s-1.9 1.783-5.33 1.783c-3.693 0-5.804-2.455-5.804-6.331 0-3.902 2.11-6.357 5.752-6.357 2.163 0 3.773 1.266 4.855 3.127Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
package/cjs/svg/hit.js ADDED
@@ -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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M8.95407 5C8.2466 5 7.76285 5.71453 8.02559 6.37139L8.49129 7.53564C9.33505 7.19034 10.2586 7 11.2267 7H12.7733C13.7414 7 14.665 7.19034 15.5087 7.53565L15.9744 6.37139C16.2372 5.71453 15.7534 5 15.0459 5H8.95407ZM6.16864 7.11417L6.74563 8.55665C5.0731 9.88026 4 11.9282 4 14.2267C4 16.3323 4.7879 18.3618 6.20872 19.9158L6.41636 20.1429C6.91562 20.689 7.62144 21 8.36134 21H15.6387C16.3786 21 17.0844 20.689 17.5836 20.1429L17.7913 19.9158C19.2121 18.3618 20 16.3323 20 14.2267C20 11.9282 18.9269 9.88027 17.2544 8.55666L17.8314 7.11417C18.6196 5.14358 17.1683 3 15.0459 3H8.95407C6.83167 3 5.3804 5.14358 6.16864 7.11417ZM12.7733 9H11.2267C8.34008 9 6 11.3401 6 14.2267C6 15.8328 6.601 17.3809 7.68478 18.5662L7.89242 18.7934C8.01279 18.925 8.18296 19 8.36134 19H15.6387C15.817 19 15.9872 18.925 16.1076 18.7934L16.3152 18.5662C17.399 17.3809 18 15.8329 18 14.2267C18 11.3401 15.6599 9 12.7733 9ZM11.1344 11C8.85106 11 7 12.8511 7 15.1344C7 15.9539 7.32551 16.7397 7.90493 17.3191L8.09289 17.5071C8.40849 17.8227 8.83653 18 9.28284 18H14.7172C15.1635 18 15.5915 17.8227 15.9071 17.5071L16.0951 17.3191C16.6745 16.7397 17 15.9539 17 15.1344C17 12.8511 15.1489 11 12.8656 11H11.1344ZM9 15.1344C9 13.9556 9.95562 13 11.1344 13H12.8656C14.0444 13 15 13.9556 15 15.1344C15 15.4234 14.8852 15.7006 14.6809 15.9049L14.5858 16H9.41421L9.31915 15.9049C9.1148 15.7006 9 15.4234 9 15.1344Z",
29
+ fill: "black"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M8.95407 5C8.2466 5 7.76285 5.71453 8.02559 6.37139L8.49129 7.53564C9.33505 7.19034 10.2586 7 11.2267 7H12.7733C13.7414 7 14.665 7.19034 15.5087 7.53565L15.9744 6.37139C16.2372 5.71453 15.7534 5 15.0459 5H8.95407ZM6.16864 7.11417L6.74563 8.55665C5.0731 9.88026 4 11.9282 4 14.2267C4 16.3323 4.7879 18.3618 6.20872 19.9158L6.41636 20.1429C6.91562 20.689 7.62144 21 8.36134 21H15.6387C16.3786 21 17.0844 20.689 17.5836 20.1429L17.7913 19.9158C19.2121 18.3618 20 16.3323 20 14.2267C20 11.9282 18.9269 9.88027 17.2544 8.55666L17.8314 7.11417C18.6196 5.14358 17.1683 3 15.0459 3H8.95407C6.83167 3 5.3804 5.14358 6.16864 7.11417ZM12.7733 9H11.2267C8.34008 9 6 11.3401 6 14.2267C6 15.8328 6.601 17.3809 7.68478 18.5662L7.89242 18.7934C8.01279 18.925 8.18296 19 8.36134 19H15.6387C15.817 19 15.9872 18.925 16.1076 18.7934L16.3152 18.5662C17.399 17.3809 18 15.8329 18 14.2267C18 11.3401 15.6599 9 12.7733 9ZM11.1344 11C8.85106 11 7 12.8511 7 15.1344C7 15.9539 7.32551 16.7397 7.90493 17.3191L8.09289 17.5071C8.40849 17.8227 8.83653 18 9.28284 18H14.7172C15.1635 18 15.5915 17.8227 15.9071 17.5071L16.0951 17.3191C16.6745 16.7397 17 15.9539 17 15.1344C17 12.8511 15.1489 11 12.8656 11H11.1344ZM9 15.1344C9 13.9556 9.95562 13 11.1344 13H12.8656C14.0444 13 15 13.9556 15 15.1344C15 15.4234 14.8852 15.7006 14.6809 15.9049L14.5858 16H9.41421L9.31915 15.9049C9.1148 15.7006 9 15.4234 9 15.1344Z",
31
+ fill: "black"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ 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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M7.10795 6.30676L7.84239 5.57233L10.8679 9.20291L8.68827 12.628L7.10795 6.30676ZM5.95841 9.95482L6.98284 14.0525L6.70464 16H4.30973L5.95841 9.95482ZM6.41892 18H4.30973C2.99098 18 2.03321 16.7461 2.3802 15.4738L5.03571 5.73689C5.10552 5.48091 5.26868 5.27541 5.47845 5.14707C5.54241 5.05721 5.61428 4.97201 5.69374 4.89255L7.2478 3.33849C7.51228 2.59039 8.20907 2 9.13554 2H14.1788C15.0032 2 15.6579 2.47538 15.9745 3.11928C16.0267 3.14747 16.0772 3.18072 16.1252 3.21911L18.1241 4.81824C18.224 4.89817 18.3148 4.98643 18.3959 5.08148C18.6657 5.19782 18.8819 5.43141 18.9653 5.73689L21.6208 15.4738C21.9678 16.7461 21.01 18 19.6912 18H17.5821L17.8274 19.7172C17.9995 20.922 17.0646 22 15.8475 22H8.15351C6.93642 22 6.00149 20.922 6.17361 19.7172L6.41892 18ZM17.2964 16H19.6912L18.0425 9.95478L17.0181 14.0524L17.2964 16ZM16.8747 6.37998L15.6556 5.40468L10.8222 13H10.9784C10.9931 12.9997 11.0077 12.9997 11.0224 13H15.2197L16.8747 6.37998ZM11.0276 16.9201L11.5642 18.3512C11.7581 18.8683 12.3345 19.1303 12.8516 18.9364C13.3688 18.7424 13.6308 18.166 13.4368 17.6489L12.4435 15H15.1332L15.8475 20H8.15351L8.8678 15H9.32L9.01407 16.8356C8.92327 17.3803 9.29129 17.8956 9.83606 17.9864C10.3808 18.0772 10.8961 17.7091 10.9869 17.1644L11.0276 16.9201ZM9.13554 4H14.1788L14.525 4.22029L14.1788 4L11.9951 7.43151L9.13554 4Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M7.10795 6.30676L7.84239 5.57233L10.8679 9.20291L8.68827 12.628L7.10795 6.30676ZM5.95841 9.95482L6.98284 14.0525L6.70464 16H4.30973L5.95841 9.95482ZM6.41892 18H4.30973C2.99098 18 2.03321 16.7461 2.3802 15.4738L5.03571 5.73689C5.10552 5.48091 5.26868 5.27541 5.47845 5.14707C5.54241 5.05721 5.61428 4.97201 5.69374 4.89255L7.2478 3.33849C7.51228 2.59039 8.20907 2 9.13554 2H14.1788C15.0032 2 15.6579 2.47538 15.9745 3.11928C16.0267 3.14747 16.0772 3.18072 16.1252 3.21911L18.1241 4.81824C18.224 4.89817 18.3148 4.98643 18.3959 5.08148C18.6657 5.19782 18.8819 5.43141 18.9653 5.73689L21.6208 15.4738C21.9678 16.7461 21.01 18 19.6912 18H17.5821L17.8274 19.7172C17.9995 20.922 17.0646 22 15.8475 22H8.15351C6.93642 22 6.00149 20.922 6.17361 19.7172L6.41892 18ZM17.2964 16H19.6912L18.0425 9.95478L17.0181 14.0524L17.2964 16ZM16.8747 6.37998L15.6556 5.40468L10.8222 13H10.9784C10.9931 12.9997 11.0077 12.9997 11.0224 13H15.2197L16.8747 6.37998ZM11.0276 16.9201L11.5642 18.3512C11.7581 18.8683 12.3345 19.1303 12.8516 18.9364C13.3688 18.7424 13.6308 18.166 13.4368 17.6489L12.4435 15H15.1332L15.8475 20H8.15351L8.8678 15H9.32L9.01407 16.8356C8.92327 17.3803 9.29129 17.8956 9.83606 17.9864C10.3808 18.0772 10.8961 17.7091 10.9869 17.1644L11.0276 16.9201ZM9.13554 4H14.1788L14.525 4.22029L14.1788 4L11.9951 7.43151L9.13554 4Z",
31
+ fill: "#231B22"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ 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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M19.5015 14.786C19.2586 15.4399 18.9326 16.0534 18.5364 16.6137C18.4488 16.6596 18.3665 16.7193 18.2929 16.7929C17.398 17.6878 15.9862 18.0984 14.3065 17.8449C12.6318 17.5923 10.7626 16.6806 9.12406 15.0421C7.47127 13.3893 6.45208 11.4802 6.10419 9.76793C5.75448 8.04673 6.09549 6.65102 6.95683 5.78969L6.95793 5.78859C7.77862 5.12158 8.73406 4.61396 9.77709 4.31288C9.49342 5.20895 9.48434 6.20339 9.68187 7.17557C10.0191 8.83515 10.9713 10.5592 12.4138 12.0018C13.8563 13.4443 15.5804 14.3965 17.24 14.7337C17.9994 14.888 18.7724 14.9162 19.5015 14.786ZM19.9838 12.5133C19.9945 12.3436 20 12.1724 20 12C20 11.3925 19.9323 10.8007 19.804 10.232C18.641 10.9905 16.656 10.4844 15.1496 8.97801C13.6065 7.43497 13.1131 5.38964 13.9533 4.24016C13.3826 4.09696 12.7875 4.01507 12.1756 4.00189L12.2095 4.0358C11.6453 4.60001 11.3914 5.54487 11.6418 6.77735C11.8904 8.00089 12.6239 9.38339 13.828 10.5875C15.0322 11.7917 16.4147 12.5251 17.6382 12.7737C18.617 12.9726 19.4144 12.8534 19.9838 12.5133ZM12 20C12.626 20 13.2352 19.9281 13.8198 19.7921C11.7329 19.4319 9.5596 18.3061 7.70985 16.4563C5.86368 14.6101 4.64002 12.4214 4.17676 10.3197C4.06095 10.8615 4 11.4236 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM18.723 8.54783C18.7231 8.5481 18.7205 8.55009 18.7144 8.55298C18.7198 8.54901 18.7228 8.54756 18.723 8.54783ZM18.6712 8.11313C18.7231 8.36888 18.7036 8.50459 18.6861 8.56355C18.6271 8.58109 18.4914 8.60064 18.2356 8.54868C17.7744 8.45497 17.1491 8.14912 16.5638 7.5638C15.9785 6.97847 15.6726 6.35321 15.5789 5.89196C15.5269 5.63621 15.5465 5.5005 15.564 5.44154C15.623 5.424 15.7587 5.40445 16.0145 5.45641C16.4757 5.55013 17.101 5.85598 17.6863 6.4413C18.2716 7.02662 18.5775 7.65188 18.6712 8.11313ZM15.5798 5.40461C15.58 5.40477 15.5786 5.40778 15.5746 5.41316C15.5775 5.40714 15.5795 5.40445 15.5798 5.40461ZM15.5271 5.45727C15.527 5.457 15.5296 5.45501 15.5357 5.45211C15.5303 5.45609 15.5273 5.45754 15.5271 5.45727ZM18.6755 8.59194C18.6726 8.59795 18.6706 8.60064 18.6703 8.60048C18.6701 8.60032 18.6715 8.59732 18.6755 8.59194Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M19.5015 14.786C19.2586 15.4399 18.9326 16.0534 18.5364 16.6137C18.4488 16.6596 18.3665 16.7193 18.2929 16.7929C17.398 17.6878 15.9862 18.0984 14.3065 17.8449C12.6318 17.5923 10.7626 16.6806 9.12406 15.0421C7.47127 13.3893 6.45208 11.4802 6.10419 9.76793C5.75448 8.04673 6.09549 6.65102 6.95683 5.78969L6.95793 5.78859C7.77862 5.12158 8.73406 4.61396 9.77709 4.31288C9.49342 5.20895 9.48434 6.20339 9.68187 7.17557C10.0191 8.83515 10.9713 10.5592 12.4138 12.0018C13.8563 13.4443 15.5804 14.3965 17.24 14.7337C17.9994 14.888 18.7724 14.9162 19.5015 14.786ZM19.9838 12.5133C19.9945 12.3436 20 12.1724 20 12C20 11.3925 19.9323 10.8007 19.804 10.232C18.641 10.9905 16.656 10.4844 15.1496 8.97801C13.6065 7.43497 13.1131 5.38964 13.9533 4.24016C13.3826 4.09696 12.7875 4.01507 12.1756 4.00189L12.2095 4.0358C11.6453 4.60001 11.3914 5.54487 11.6418 6.77735C11.8904 8.00089 12.6239 9.38339 13.828 10.5875C15.0322 11.7917 16.4147 12.5251 17.6382 12.7737C18.617 12.9726 19.4144 12.8534 19.9838 12.5133ZM12 20C12.626 20 13.2352 19.9281 13.8198 19.7921C11.7329 19.4319 9.5596 18.3061 7.70985 16.4563C5.86368 14.6101 4.64002 12.4214 4.17676 10.3197C4.06095 10.8615 4 11.4236 4 12C4 16.4183 7.58172 20 12 20ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM18.723 8.54783C18.7231 8.5481 18.7205 8.55009 18.7144 8.55298C18.7198 8.54901 18.7228 8.54756 18.723 8.54783ZM18.6712 8.11313C18.7231 8.36888 18.7036 8.50459 18.6861 8.56355C18.6271 8.58109 18.4914 8.60064 18.2356 8.54868C17.7744 8.45497 17.1491 8.14912 16.5638 7.5638C15.9785 6.97847 15.6726 6.35321 15.5789 5.89196C15.5269 5.63621 15.5465 5.5005 15.564 5.44154C15.623 5.424 15.7587 5.40445 16.0145 5.45641C16.4757 5.55013 17.101 5.85598 17.6863 6.4413C18.2716 7.02662 18.5775 7.65188 18.6712 8.11313ZM15.5798 5.40461C15.58 5.40477 15.5786 5.40778 15.5746 5.41316C15.5775 5.40714 15.5795 5.40445 15.5798 5.40461ZM15.5271 5.45727C15.527 5.457 15.5296 5.45501 15.5357 5.45211C15.5303 5.45609 15.5273 5.45754 15.5271 5.45727ZM18.6755 8.59194C18.6726 8.59795 18.6706 8.60064 18.6703 8.60048C18.6701 8.60032 18.6715 8.59732 18.6755 8.59194Z",
31
+ fill: "#231B22"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ 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
+ 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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 9.96465 5.86867 8.13219 7.2555 6.85313C7.53332 7.41798 7.5861 8.07939 7.3805 8.69619L6.83156 10.343C6.61196 11.0018 6.5 11.6917 6.5 12.3861V12.5182C6.5 15.5509 8.97778 18 12 18C15.0222 18 17.5 15.5509 17.5 12.5182V12.3861C17.5 11.6917 17.388 11.0018 17.1684 10.343L16.6195 8.69619C16.4139 8.07939 16.4667 7.41798 16.7445 6.85314C18.1313 8.13219 19 9.96465 19 12ZM15.0859 5.71514C14.155 5.2572 13.1075 5 12 5C10.8925 5 9.84504 5.2572 8.91415 5.71514C9.53691 6.79677 9.68392 8.11046 9.27786 9.32864L8.72892 10.9755C8.5773 11.4303 8.5 11.9067 8.5 12.3861V12.5182C8.5 14.4358 10.0718 16 12 16C13.9282 16 15.5 14.4358 15.5 12.5182V12.3861C15.5 11.9067 15.4227 11.4303 15.2711 10.9755L14.7221 9.32864C14.3161 8.11046 14.4631 6.79677 15.0859 5.71514ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;