UNPKG

@nomercyicons/react

Version:
26 lines 1.11 kB
const React = require("react"); function GppBadRoundedIcon({ 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("path", { fill: "none", d: "M0 0h24v24H0V0z" }), /*#__PURE__*/React.createElement("path", { d: "M18.7 4.51l-6-2.25c-.45-.17-.95-.17-1.4 0l-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.94 3.27 9.57 7.71 10.83.19.05.39.05.57 0C16.73 20.66 20 16.03 20 11.09v-4.7c0-.84-.52-1.58-1.3-1.88zm-3.9 10.28c-.39.39-1.02.39-1.41.01L12 13.42l-1.39 1.38a.996.996 0 11-1.41-1.41L10.59 12 9.2 10.61a.996.996 0 111.41-1.41L12 10.59l1.39-1.39a.996.996 0 111.41 1.41L13.42 12l1.38 1.38c.39.39.39 1.02 0 1.41z" })); } const ForwardRef = React.forwardRef(GppBadRoundedIcon); module.exports = ForwardRef;