UNPKG

@nomercyicons/react

Version:
28 lines 937 B
const React = require("react"); function SendTimeExtensionSharpIcon({ 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 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M20 4h-6a2.5 2.5 0 00-5 0H3.01v5.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V21h5.8c0-2.16 1.37-2.78 2.2-2.94v-9.3l9 4.5V4z" }), /*#__PURE__*/React.createElement("path", { d: "M13 12v4l4 1-4 1v4l10-5z" })); } const ForwardRef = React.forwardRef(SendTimeExtensionSharpIcon); module.exports = ForwardRef;