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.48 kB
const React = require("react"); function MessageNotifyCircleIcon({ 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: "M22.6 12.6a1 1 0 1 0-2 0zm-1.816 3.878-.915-.404a1 1 0 0 0-.075.545zm-4.086 4.495.243-.97a1 1 0 0 0-.733.099zm4.903 1.226-.242.97a1 1 0 0 0 1.232-1.111zM10.386 4.151a1 1 0 1 0-.373-1.965zM20.599 12.6a8.6 8.6 0 0 1-.73 3.474l1.83.808c.579-1.31.9-2.76.9-4.282zM12 21.2a8.6 8.6 0 0 1-8.6-8.6h-2c0 5.854 4.746 10.6 10.6 10.6zm4.209-1.098a8.56 8.56 0 0 1-4.209 1.098v2c1.883 0 3.654-.492 5.19-1.355zm5.636 1.127-4.903-1.226-.485 1.94 4.903 1.226zm-2.05-4.61.817 5.721 1.98-.282-.817-5.721zM3.399 12.6a8.6 8.6 0 0 1 6.987-8.45l-.373-1.964c-4.905.93-8.614 5.238-8.614 10.414zm17.2-7.2A2.6 2.6 0 0 1 18 8v2a4.6 4.6 0 0 0 4.6-4.6zM18 8a2.6 2.6 0 0 1-2.6-2.6h-2A4.6 4.6 0 0 0 18 10zm-2.6-2.6A2.6 2.6 0 0 1 18 2.8v-2a4.6 4.6 0 0 0-4.6 4.6zM18 2.8a2.6 2.6 0 0 1 2.6 2.6h2A4.6 4.6 0 0 0 18 .8z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(MessageNotifyCircleIcon); module.exports = ForwardRef;