UNPKG

@nomercyicons/react

Version:
43 lines 2.61 kB
import * as React from "react"; function NoiseAwareRoundedIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { fill: "none" }, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z" })), /*#__PURE__*/React.createElement("path", { d: "M15.62 16.45c.36-.65-.15-1.45-.9-1.45-.34 0-.68.16-.84.47a.999.999 0 01-1.83-.15c-.15-.44-.4-1.08-.93-1.61l-1.36-1.36C9.28 11.87 9 11.19 9 10.5A2.5 2.5 0 0111.5 8c.98 0 1.84.57 2.24 1.4.18.36.52.6.91.6.75 0 1.22-.79.89-1.46A4.482 4.482 0 0011.5 6c-2.89 0-5.15 2.74-4.33 5.76.22.8.68 1.51 1.27 2.1l1.27 1.27c.15.16.28.38.4.71.41 1.13 1.38 2.04 2.58 2.16 1.26.11 2.38-.54 2.93-1.55z" }), /*#__PURE__*/React.createElement("circle", { cx: 13.5, cy: 12.5, r: 1.5 }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 3, r: 1 }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 21, r: 1 }), /*#__PURE__*/React.createElement("path", { d: "M5.75 7.01c.34-.43.27-1.06-.16-1.41a1.005 1.005 0 00-1.25 1.57c.43.34 1.06.27 1.41-.16zM18.25 16.99c-.34.43-.27 1.06.16 1.41s1.06.27 1.41-.16c.34-.43.27-1.06-.16-1.41-.43-.34-1.06-.27-1.41.16zM4.2 13.78c-.12-.54-.66-.88-1.2-.75s-.88.66-.75 1.2c.12.54.66.88 1.2.75a1 1 0 00.75-1.2zM19.8 10.22c.12.54.66.88 1.2.75s.88-.66.75-1.2-.66-.88-1.2-.75a1 1 0 00-.75 1.2zM8.53 19.21a.99.99 0 00-1.33.47.99.99 0 00.47 1.33c.5.24 1.1.03 1.33-.47a.996.996 0 00-.47-1.33zM15.47 4.79c.5.24 1.1.03 1.33-.47a.99.99 0 00-.47-1.33.99.99 0 00-1.33.47.996.996 0 00.47 1.33zM15.47 19.21c-.5.24-.71.84-.47 1.33s.84.71 1.33.47c.5-.24.71-.84.47-1.33a.99.99 0 00-1.33-.47zM8.53 4.79c.5-.24.7-.83.47-1.33-.24-.5-.84-.71-1.33-.47s-.72.84-.48 1.34.84.7 1.34.46zM21 13.03c-.54-.12-1.07.21-1.2.75-.12.54.21 1.07.75 1.2a1 1 0 10.45-1.95zM3 10.97c.54.12 1.07-.21 1.2-.75.12-.54-.21-1.07-.75-1.2s-1.07.21-1.2.75a1 1 0 00.75 1.2zM19.66 7.17c.43-.34.5-.97.16-1.41s-.97-.5-1.41-.16c-.43.34-.5.97-.16 1.41.35.43.98.5 1.41.16zM4.34 16.83c-.43.34-.5.97-.16 1.41.34.43.97.5 1.41.16.43-.34.5-.97.16-1.41s-.98-.5-1.41-.16z" })); } const ForwardRef = React.forwardRef(NoiseAwareRoundedIcon); export default ForwardRef;