@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.61 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 StyledBellOnSolid = ({
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.2 3.2V3.92C15.9375 4.47613 18 6.8975 18 9.8V10.505C18 12.2713 18.6488 13.97 19.8188 15.29L20.0963 15.6013C20.4113 15.9575 20.49 16.46 20.295 16.8913C20.1 17.3225 19.6725 17.6 19.2 17.6H4.8C4.3275 17.6 3.86625 17.3225 3.70537 16.8913C3.51188 16.46 3.58913 15.9575 3.90375 15.6013L4.18125 15.29C5.35125 13.97 6 12.2713 6 10.505V9.8C6 6.8975 8.02875 4.47613 10.8 3.92V3.2C10.8 2.53738 11.3363 2 12 2C12.6638 2 13.2 2.53738 13.2 3.2ZM12 21.2C11.3625 21.2 10.7513 20.9487 10.3013 20.4988C9.85125 20.0487 9.6 19.4038 9.6 18.8H14.4C14.4 19.4038 14.1488 20.0487 13.6988 20.4988C13.2487 20.9487 12.6038 21.2 12 21.2ZM0 9.5C0 9.00125 0.403125 8.6 0.9 8.6H3.9C4.39875 8.6 4.8 9.00125 4.8 9.5C4.8 9.99875 4.39875 10.4 3.9 10.4H0.9C0.403125 10.4 0 9.99875 0 9.5ZM23.1 8.6C23.5988 8.6 24 9.00125 24 9.5C24 9.99875 23.5988 10.4 23.1 10.4H20.1C19.6013 10.4 19.2 9.99875 19.2 9.5C19.2 9.00125 19.6013 8.6 20.1 8.6H23.1ZM22.4062 2.79763C22.6275 3.242 22.4475 3.78275 22.0013 4.00513L19.6013 5.20513C19.1588 5.42713 18.6188 5.24713 18.3938 4.80238C18.1725 4.358 18.3525 3.81725 18.7987 3.59487L21.1987 2.39488C21.6413 2.17273 22.1813 2.35295 22.4062 2.79763ZM1.99763 4.00513C1.55288 3.78275 1.37287 3.242 1.59487 2.79763C1.81725 2.35295 2.358 2.17273 2.80238 2.39488L5.20125 3.59487C5.6475 3.81725 5.8275 4.358 5.60625 4.80238C5.38125 5.24713 4.84125 5.42713 4.39875 5.20513L1.99763 4.00513Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBellOnSolid);
const BellOnSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = BellOnSolid;
exports.default = _default;
module.exports = exports.default;