UNPKG

@nomercyicons/react

Version:
38 lines 1.15 kB
const React = require("react"); function AvTimerTwoToneIcon({ 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: "M12 21a9 9 0 000-18h-1v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9z" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 17, r: 1 }), /*#__PURE__*/React.createElement("circle", { cx: 17, cy: 12, r: 1 }), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 12, r: 1 })); } const ForwardRef = React.forwardRef(AvTimerTwoToneIcon); module.exports = ForwardRef;