UNPKG

@nomercyicons/react

Version:
33 lines 1.45 kB
const React = require("react"); function UnfoldMoreDoubleRoundedIcon({ 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: "M9.53 5.29L12 2.83l2.46 2.46a.996.996 0 101.41-1.41L12.7.7a.996.996 0 00-1.41 0L8.12 3.88a.996.996 0 101.41 1.41z" }), /*#__PURE__*/React.createElement("path", { d: "M9.53 10.29L12 7.83l2.46 2.46a.996.996 0 101.41-1.41L12.7 5.7a.996.996 0 00-1.41 0L8.12 8.88a.996.996 0 101.41 1.41zM14.47 13.71L12 16.17l-2.46-2.46a.996.996 0 10-1.41 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.18a.996.996 0 10-1.41-1.41z" }), /*#__PURE__*/React.createElement("path", { d: "M14.47 18.72L12 21.17l-2.46-2.46a.996.996 0 10-1.41 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17a.996.996 0 10-1.41-1.41z" })); } const ForwardRef = React.forwardRef(UnfoldMoreDoubleRoundedIcon); module.exports = ForwardRef;