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 StyledBellPlusSolid = ({ 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: "M13 1.5V2.4C16.4219 3.09516 19 6.12187 19 9.75V10.6313C19 12.8391 19.8109 14.9625 21.2734 16.6125L21.6203 17.0016C22.0141 17.4469 22.1125 18.075 21.8688 18.6141C21.625 19.1531 21.0906 19.5 20.5 19.5H2.49999C1.90936 19.5 1.37363 19.1531 1.13166 18.6141C0.889692 18.075 0.986475 17.4469 1.37893 17.0016L1.72655 16.6125C3.19093 14.9625 3.99999 12.8391 3.99999 10.6313V9.75C3.99999 6.12187 6.53593 3.09516 10 2.4V1.5C10 0.671719 10.6703 0 11.5 0C12.3297 0 13 0.671719 13 1.5ZM10.375 8.25V10.125H8.5C7.87656 10.125 7.37499 10.6266 7.37499 11.25C7.37499 11.8734 7.87656 12.375 8.5 12.375H10.375V14.25C10.375 14.8734 10.8766 15.375 11.5 15.375C12.1234 15.375 12.625 14.8734 12.625 14.25V12.375H14.5C15.1234 12.375 15.625 11.8734 15.625 11.25C15.625 10.6266 15.1234 10.125 14.5 10.125H12.625V8.25C12.625 7.62656 12.1234 7.125 11.5 7.125C10.8766 7.125 10.375 7.62656 10.375 8.25ZM11.5 24C10.7031 24 9.93906 23.6859 9.37656 23.1234C8.81406 22.5609 8.5 21.7547 8.5 21H14.5C14.5 21.7547 14.1859 22.5609 13.6234 23.1234C13.0609 23.6859 12.2547 24 11.5 24Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBellPlusSolid); const BellPlusSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BellPlusSolid; exports.default = _default; module.exports = exports.default;