UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.34 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 StyledBreadSliceButterSolid = ({ 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: "M24 8.25469C23.9813 8.62031 23.8969 8.93438 23.7516 9.225C23.6016 9.51562 23.4 9.77344 23.1469 9.97969C22.8984 10.1859 22.6078 10.3406 22.2938 10.4297C21.9422 10.5188 21.6141 10.5422 21.3328 10.5H21V21C21 21.3984 20.8406 21.7781 20.5594 22.0594C20.2781 22.3406 19.8984 22.5 19.5 22.5H4.5C4.10203 22.5 3.72047 22.3406 3.43922 22.0594C3.15797 21.7781 3 21.3984 3 21V10.5H2.66719C2.34516 10.5422 2.0175 10.5188 1.70531 10.4297C1.39266 10.3406 1.10203 10.1859 0.851719 9.97969C0.601406 9.77344 0.396422 9.51562 0.249844 9.225C0.103266 8.93438 0.0182109 8.62031 0 8.25469C0 5.25 4.5 1.5 12 1.5C19.5 1.5 24 5.25 24 8.25469ZM15.6188 13.5C15.6188 13.1016 15.4641 12.7219 15.1828 12.4406L13.0594 10.3172C12.7781 10.0359 12.3984 9.88125 12 9.88125C11.6016 9.88125 11.2219 10.0359 10.9406 10.3172L8.81719 12.4406C8.53594 12.7219 8.38125 13.1016 8.38125 13.5C8.38125 13.8984 8.53594 14.2781 8.81719 14.5594L10.9406 16.6828C11.2219 16.9641 11.6016 17.1188 12 17.1188C12.3984 17.1188 12.7781 16.9641 13.0594 16.6828L15.1828 14.5594C15.4641 14.2781 15.6188 13.8984 15.6188 13.5Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBreadSliceButterSolid); const BreadSliceButterSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BreadSliceButterSolid; exports.default = _default; module.exports = exports.default;