UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.41 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 StyledBellSlashRegular = ({ 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: "M6.88499 6.44749C7.74374 5.09674 9.15374 4.13149 10.8 3.87049V3.19999C10.8 2.53737 11.3362 2 12 2C12.6637 2 13.2 2.53737 13.2 3.19999V3.87049C15.9187 4.30212 18 6.65749 18 9.49999V10.7525C18 12.455 18.5812 14.1087 19.6425 15.44L20.2012 16.1375C20.3662 16.3812 20.4525 16.7075 20.3475 17L23.655 19.5912C24.045 19.8987 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0087L0.344843 3.60837C-0.0463567 3.30162 -0.114944 2.73612 0.191693 2.34484C0.498368 1.95364 1.06387 1.88506 1.45537 2.19169L6.88499 6.44749ZM8.31374 7.56499L16.9012 14.2662C16.44 13.1825 16.2 11.9787 16.2 10.7525V9.49999C16.2 7.34749 14.4525 5.59999 12.3 5.59999H11.7C10.2487 5.59999 8.98499 6.39124 8.31374 7.56499ZM5.99999 10.7525V10.3287L7.75124 11.7087C7.60124 13.1637 7.10624 14.57 6.31124 15.8H12.945L15.2325 17.6H4.49999C4.15499 17.6 3.83999 17.4012 3.68887 17.09C3.53887 16.7787 3.58124 16.4075 3.79874 16.1375L4.35749 15.44C5.41874 14.1087 5.99999 12.455 5.99999 10.7525ZM14.4 18.8C14.4 19.4037 14.1487 20.0487 13.6987 20.4987C13.2487 20.9487 12.6037 21.2 12 21.2C11.3625 21.2 10.7512 20.9487 10.3012 20.4987C9.85124 20.0487 9.59999 19.4037 9.59999 18.8H14.4Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBellSlashRegular); const BellSlashRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BellSlashRegular; exports.default = _default; module.exports = exports.default;