UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.38 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 StyledSushiRollRegular = ({ 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: "M12 0C18.6268 0 24 2.68607 24 6V18C24 21.3161 18.6268 24 12 24C5.37321 24 0 21.3161 0 18V6C0 2.68607 5.37321 0 12 0ZM18.9696 10.8107C17.0893 11.5821 14.6089 12 12 12C9.39107 12 6.8625 11.5821 4.98429 10.8107C4.12714 10.4679 3.2775 9.96964 2.57143 9.4125V18C2.57143 18.1125 2.76643 18.9911 4.66446 19.9446C6.40714 20.8125 8.95179 21.4286 12 21.4286C15 21.4286 17.5929 20.8125 19.3339 19.9446C21.2357 18.9911 21.4286 18.1125 21.4286 18V9.4125C20.7214 9.96964 19.8268 10.4679 18.9696 10.8107ZM4.34411 7.54286C5.4375 6.3 6.75536 5.37857 8.11071 4.71964C9.1875 4.17857 10.2643 3.79821 11.1911 3.54589C11.1 3.23411 10.9875 2.91643 10.9875 2.595C6.73393 2.79536 3.42857 4.24286 3.42857 6C3.42857 6.55714 3.75857 7.07679 4.34411 7.54286ZM6.27321 8.56607C7.83214 9.10179 9.81964 9.42857 12 9.42857C13.6554 9.42857 15.2036 9.24107 16.5107 8.91429C14.6196 8.19107 13.0929 6.98571 12.1179 5.51786C11.2607 5.72679 10.1732 6.08571 9.075 6.6375C8.07857 7.13571 7.11429 7.77321 6.27321 8.56607ZM13.1679 2.60304C13.6661 4.875 16.0232 7.17321 19.7464 7.46786C20.2768 7.02321 20.5714 6.525 20.5714 6C20.5714 4.26429 17.3518 2.83125 13.1679 2.60304Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledSushiRollRegular); const SushiRollRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = SushiRollRegular; exports.default = _default; module.exports = exports.default;