UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

39 lines (33 loc) 2.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = SportEquipment; var React = _interopRequireWildcard(require("react")); var _Icon = _interopRequireDefault(require("../Icon")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } /* eslint-disable */ function SportEquipment(props) { var color = props.color, size = props.size, customColor = props.customColor, className = props.className, dataTest = props.dataTest, ariaHidden = props.ariaHidden, ariaLabel = props.ariaLabel, reverseOnRtl = props.reverseOnRtl; return React.createElement(_Icon.default, { viewBox: "0 0 24 24", size: size, color: color, customColor: customColor, className: className, dataTest: dataTest, ariaHidden: ariaHidden, reverseOnRtl: reverseOnRtl, ariaLabel: ariaLabel }, React.createElement("path", { d: "M6.584 7.113a.833.833 0 0 0 0 1.667h1.174a.207.207 0 0 1 .193.13l.53 1.307a.21.21 0 0 1-.03.208l-.291.364a.208.208 0 0 1-.25.059 4.078 4.078 0 0 0-1.743-.401 4.167 4.167 0 1 0 4.047 5.158.208.208 0 0 1 .202-.158h.334a.833.833 0 0 0 .672-.34l3.568-4.865a.206.206 0 0 1 .197-.084.21.21 0 0 1 .166.135l.234.635c.033.09 0 .19-.079.244a4.148 4.148 0 1 0 2.325-.725 3.187 3.187 0 0 0-.457.038.208.208 0 0 1-.225-.134L16.1 7.499a.207.207 0 0 1 .145-.274l1.451-.362a.834.834 0 0 0-.404-1.618l-2.126.53a1.25 1.25 0 0 0-.868 1.646l.067.18a.21.21 0 0 1-.007.162.208.208 0 0 1-.118.107l-4.104 1.463a.21.21 0 0 1-.263-.118l-.094-.232a.148.148 0 0 1 .137-.203.833.833 0 1 0 0-1.667H6.584zm-.417 10a2.5 2.5 0 1 1 2.215-3.636.208.208 0 0 1-.185.303h-2.03a.833.833 0 0 0 0 1.667h2.03a.208.208 0 0 1 .185.303 2.488 2.488 0 0 1-2.215 1.364zm4.208-3.396a.083.083 0 0 1-.145-.03 4.118 4.118 0 0 0-.773-1.597.207.207 0 0 1 0-.257l.508-.635a.21.21 0 0 1 .092-.066l2.36-.841a.208.208 0 0 1 .239.32l-2.281 3.106zm7.459 3.397a2.5 2.5 0 0 1-2.5-2.5 2.466 2.466 0 0 1 .667-1.685.207.207 0 0 1 .347.07l.702 1.903a.833.833 0 1 0 1.563-.577l-.803-2.18a.023.023 0 0 1 0-.022.023.023 0 0 1 .024-.01 2.5 2.5 0 1 1 0 5z" })); }