UNPKG

@nomercyicons/react

Version:
31 lines 1.2 kB
import * as React from "react"; function KeyboardDoubleArrowDownRoundedIcon({ 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: "M17.29 5.71a.996.996 0 00-1.41 0L12 9.58 8.11 5.7A.996.996 0 106.7 7.11l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.984.984 0 000-1.4z" }), /*#__PURE__*/React.createElement("path", { d: "M17.29 12.3a.996.996 0 00-1.41 0L12 16.17l-3.88-3.88a.996.996 0 10-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.993.993 0 00-.01-1.4z" })); } const ForwardRef = React.forwardRef(KeyboardDoubleArrowDownRoundedIcon); export default ForwardRef;