UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.37 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } 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; } const StyledArrowsRepeatSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M7.74372 7.50001H15.8812L13.9415 9.4397C13.3556 10.0256 13.3556 10.9749 13.9415 11.5608C14.527 12.1463 15.4762 12.1472 16.0626 11.5608L20.5204 7.06079C21.1064 6.47485 21.1064 5.52563 20.5204 4.9397L16.0626 0.439697C15.4767 -0.14624 14.5275 -0.14624 13.9415 0.439697C13.3556 1.02563 13.3556 1.97485 13.9415 2.56079L15.8812 4.50001H7.74372C4.2595 4.50001 1.17888 6.72188 0.0774096 10.0266C-0.184762 10.8141 0.240019 11.6625 1.02653 11.9203C1.18357 11.9766 1.34341 12 1.50044 12C2.12903 12 2.71403 11.603 2.92357 10.9744C3.61544 8.89688 5.55466 7.50001 7.74372 7.50001ZM22.9734 12.0797C22.8187 12.0234 22.6547 12 22.4578 12C21.8292 12 21.2442 12.397 21.0347 13.0256C20.3859 15.1031 18.4453 16.5 16.2562 16.5H8.11872L10.0584 14.5603C10.6443 13.9744 10.6443 13.0252 10.0584 12.4392C9.47294 11.8538 8.52372 11.8528 7.93731 12.4392L3.4795 16.9392C2.89357 17.5252 2.89357 18.4744 3.4795 19.0603L7.93731 23.5603C8.52325 24.1463 9.47247 24.1463 10.0584 23.5603C10.6443 22.9744 10.6443 22.0252 10.0584 21.4392L8.11872 19.5H16.2562C19.7404 19.5 22.8187 17.2791 23.9203 13.9734C24.1828 13.1859 23.7609 12.3375 22.9734 12.0797Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowsRepeatSolid); const ArrowsRepeatSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowsRepeatSolid; exports.default = _default; module.exports = exports.default;