UNPKG

@jfstech/icons-react

Version:

<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color

25 lines 1.89 kB
const React = require("react"); function Bell03Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#000", d: "m4.106 18.107-.794-.608zm1.163-3.27-1-.012v.013zm.024-1.976 1 .012v-.012zm14.608 5.262.805-.592zm-1.12-3.285-1-.013v.013zm.025-1.88 1 .014v-.013zM4.899 18.717c.682-.89 1.37-2.23 1.37-3.878h-2c0 1.08-.455 2.005-.957 2.661zm1.37-3.866.024-1.977-2-.024-.024 1.976zm14.437 2.681c-.48-.654-.925-1.59-.925-2.693h-2c0 1.644.66 2.986 1.314 3.877zm-.925-2.68.025-1.88-2-.025-.024 1.879zm.025-1.892c0-4.287-3.503-7.748-7.806-7.748v2c3.214 0 5.806 2.581 5.806 5.748zm-.313 7.08c.726 0 1.185-.506 1.371-.938.184-.43.224-1.05-.158-1.57l-1.611 1.184c-.136-.185-.092-.349-.069-.403a.5.5 0 0 1 .467-.273zm-13.2-7.178c0-3.113 2.547-5.65 5.707-5.65v-2c-4.248 0-7.707 3.417-7.707 7.65zm-1.785 5.178a.5.5 0 0 1 .468.275c.02.05.066.215-.077.402l-1.587-1.217c-.398.52-.362 1.151-.182 1.584s.64.956 1.378.956zm14.985 0H4.508v2h14.985zm-5.293 1C14.2 20.05 13.29 21 12 21v2c2.245 0 4.2-1.701 4.2-3.96zM12 21c-1.29 0-2.2-.95-2.2-1.96h-2C7.8 21.299 9.755 23 12 23zm1.133-16.895A1.12 1.12 0 0 1 12 5.211v2c1.718 0 3.133-1.378 3.133-3.106zM12 5.211a1.12 1.12 0 0 1-1.133-1.106h-2c0 1.728 1.415 3.106 3.133 3.106zm-1.133-1.106A1.12 1.12 0 0 1 12 3V1c-1.718 0-3.133 1.378-3.133 3.105zM12 3a1.12 1.12 0 0 1 1.133 1.105h2C15.133 2.378 13.718 1 12 1z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(Bell03Icon); module.exports = ForwardRef;