@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 2.87 kB
JavaScript
;
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 StyledBellSolid = ({
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.5ZM11.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)(StyledBellSolid);
const BellSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = BellSolid;
exports.default = _default;
module.exports = exports.default;