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 2.47 kB
const React = require("react"); function BellRinging04Icon({ 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: "m9.027 20.66-.502-.864zm-.744-.562-.992-.123zm-.588-3.147-.874.487.006.01zm-.89-1.594.874-.487-.006-.01zm13.989-1.53.502.864zm-.101-.92.41-.912zm-2.389-2.119-.873.487.006.011zm-.843-1.515.873-.486-.006-.012zM9.017 6.976l.502.864zm5.578 13.61.502.865zM2.07 11.67a1 1 0 0 0 1.98-.282zm2.601-3.433A1 1 0 0 0 2.967 7.19zm7.257-6.235a1 1 0 0 0 .038 2zm3.062 3.002a1 1 0 0 0 1.257-1.556zM9.276 20.22c.127-1.033.05-2.435-.714-3.768l-1.735.995c.489.851.556 1.784.464 2.527zm-.708-3.758-.89-1.593-1.746.974.89 1.594zm12.534-4.468c-.666-.299-1.432-.836-1.93-1.704l-1.735.995c.764 1.33 1.91 2.114 2.846 2.534zm-1.924-1.693-.844-1.515-1.747.973.844 1.515zm-.85-1.527c-1.984-3.457-6.376-4.66-9.813-2.664l1.004 1.73c2.466-1.433 5.634-.579 7.074 1.93zm2.968 5.916c.618-.359.746-1.016.692-1.459-.054-.441-.317-.981-.886-1.237l-.82 1.825a.45.45 0 0 1-.28-.344.54.54 0 0 1 .29-.514zm-13.623.168c-1.417-2.469-.58-5.61 1.846-7.019L8.515 6.11c-3.39 1.97-4.534 6.334-2.577 9.745zm.852 4.937a.55.55 0 0 1 .602.009c.053.041.179.173.149.416l-1.985-.246c-.077.626.255 1.135.61 1.41.354.275.997.507 1.628.14zm11.766-6.834L8.525 19.796l1.004 1.73 11.767-6.835zm-5.41 4.293c.448.783.174 1.908-.788 2.467l1.004 1.729c1.813-1.053 2.571-3.356 1.518-5.191zm-.788 2.467c-.96.557-2.057.234-2.503-.544l-1.735.996c1.056 1.84 3.426 2.332 5.242 1.277zM8.857 4.815a.95.95 0 0 1-.342 1.296l1.004 1.73a2.95 2.95 0 0 0 1.073-4.021zm-.342 1.296a.93.93 0 0 1-1.273-.345l-1.735.995a2.93 2.93 0 0 0 4.012 1.08zm-1.273-.345a.95.95 0 0 1 .343-1.296L6.58 2.74a2.95 2.95 0 0 0-1.073 4.021zm.343-1.296a.93.93 0 0 1 1.272.345l1.735-.995A2.93 2.93 0 0 0 6.58 2.74zM4.05 11.387c-.159-1.114.055-2.229.621-3.15L2.967 7.19c-.826 1.346-1.116 2.936-.896 4.48zm7.916-7.386c1.12-.021 2.19.328 3.024 1.002l1.257-1.556C15.022 2.457 13.485 1.972 11.93 2z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(BellRinging04Icon); module.exports = ForwardRef;