@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 2.93 kB
JavaScript
;
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 StyledArrowRotateRightSolid = ({
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.25 2.25V9C23.25 9.82922 22.5792 10.5 21.75 10.5H15C14.1708 10.5 13.5 9.82922 13.5 9C13.5 8.17078 14.1708 7.5 15 7.5H17.9714C16.5666 5.63906 14.3503 4.51031 11.9902 4.51031C7.86094 4.51031 4.5 7.87031 4.5 12C4.5 16.1297 7.86047 19.4906 11.9906 19.4906C13.6256 19.4906 15.1795 18.9736 16.485 17.9934C17.1516 17.4998 18.0891 17.6302 18.5855 18.2923C19.0819 18.956 18.9487 19.8963 18.2866 20.3927C16.4571 21.7652 14.2854 22.4955 11.996 22.4955C6.21094 22.4953 1.5 17.7844 1.5 12C1.5 6.21562 6.21094 1.50469 11.9953 1.50469C15.2367 1.50469 18.2766 3.02672 20.25 5.54156V2.25C20.25 1.42078 20.9208 0.75 21.75 0.75C22.5792 0.75 23.25 1.42078 23.25 2.25Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowRotateRightSolid);
const ArrowRotateRightSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowRotateRightSolid;
exports.default = _default;
module.exports = exports.default;