UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.29 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 StyledArrowsRetweetSolid = ({ 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: "M23.6475 13.7525C23.1788 13.2838 22.4194 13.2838 21.9506 13.7525L20.4 15.305V9.2C20.4 7.54625 19.0538 6.2 17.4 6.2H12.6C11.9374 6.2 11.4 6.73663 11.4 7.4C11.4 8.06338 11.9374 8.6 12.6 8.6H17.4C17.73 8.6 18 8.87 18 9.2V15.305L16.4483 13.7533C15.9795 13.2845 15.2201 13.2845 14.7514 13.7533C14.2826 14.222 14.2826 14.9814 14.7514 15.4501L18.3514 19.0501C18.585 19.2838 18.8925 19.4 19.2 19.4C19.5075 19.4 19.8139 19.2828 20.0483 19.0484L23.6483 15.4484C24.1163 14.9788 24.1163 14.2213 23.6475 13.7525ZM11.4 15.8H6.60003C6.27003 15.8 6.00003 15.53 6.00003 15.2V9.09875L7.55178 10.6505C8.02053 11.1193 8.77991 11.1193 9.24865 10.6505C9.7174 10.1818 9.7174 9.42238 9.24865 8.95363L5.64866 5.35363C5.41503 5.11738 5.10753 5 4.80003 5C4.49253 5 4.18503 5.11737 3.95253 5.35175L0.352539 8.95175C-0.116211 9.4205 -0.116211 10.1799 0.352539 10.6486C0.821288 11.1174 1.58066 11.1174 2.04941 10.6486L3.60004 9.09875V15.2C3.60004 16.8538 4.94628 18.2 6.60003 18.2H11.4C12.0627 18.2 12.6 17.6634 12.6 17C12.6 16.3366 12.0638 15.8 11.4 15.8Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowsRetweetSolid); const ArrowsRetweetSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowsRetweetSolid; exports.default = _default; module.exports = exports.default;