UNPKG

@nomercyicons/react

Version:
30 lines 1.07 kB
const React = require("react"); function UnfoldLessDoubleIcon({ 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: "M16.58 1.41L15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z" }), /*#__PURE__*/React.createElement("path", { d: "M16.58 6.41L15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59L8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z" }), /*#__PURE__*/React.createElement("path", { d: "M7.42 22.59L8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z" })); } const ForwardRef = React.forwardRef(UnfoldLessDoubleIcon); module.exports = ForwardRef;