UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.56 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 StyledBreadSliceButterRegular = ({ 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: "M15.1828 12.4406C15.4641 12.7219 15.6187 13.1016 15.6187 13.5C15.6187 13.8984 15.4641 14.2781 15.1828 14.5594L13.0594 16.6828C12.7781 16.9641 12.3984 17.1188 11.9578 17.1188C11.6016 17.1188 11.2219 16.9641 10.9406 16.6828L8.81719 14.5594C8.53594 14.2781 8.38125 13.8984 8.38125 13.5C8.38125 13.1016 8.53594 12.7219 8.81719 12.4406L10.9406 10.3172C11.2219 10.0359 11.6016 9.88125 11.9578 9.88125C12.3984 9.88125 12.7781 10.0359 13.0594 10.3172L15.1828 12.4406ZM23.9578 9C24.0234 9.76875 23.7422 10.5187 23.2125 11.0812C22.6453 11.6437 21.9562 11.9719 21.1453 12H20.9578V20.25C20.9578 20.8453 20.7609 21.4172 20.3391 21.8391C19.9172 22.2609 19.3453 22.5 18.7078 22.5H5.20781C4.65328 22.5 4.08094 22.2609 3.65906 21.8391C3.23672 21.4172 2.95781 20.8453 2.95781 20.25V12H2.77031C2.04234 11.9719 1.31391 11.6437 0.787033 11.0812C0.259736 10.5187 -0.0232247 9.76875 -0.000157488 9C-0.000157488 4.51359 6.20625 1.5 11.9578 1.5C17.7937 1.5 23.9578 4.51359 23.9578 9ZM21.6187 9.4875C21.7219 9.34687 21.7687 9.17344 21.7078 9C21.7078 6.20625 16.7906 3.75 11.9578 3.75C7.20937 3.75 2.20781 6.20625 2.20781 9C2.23031 9.17344 2.27719 9.34687 2.38219 9.4875C2.48672 9.62812 2.64047 9.72188 2.77031 9.75H5.20781V20.25H18.7078V9.75H21.1453C21.3609 9.72188 21.5109 9.62812 21.6187 9.4875Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBreadSliceButterRegular); const BreadSliceButterRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BreadSliceButterRegular; exports.default = _default; module.exports = exports.default;