UNPKG

@nomercyicons/react

Version:
29 lines 992 B
const React = require("react"); function VerticalShadesClosedTwoToneIcon({ 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: "M9.5 5H11v14H9.5zM6 5h1.5v14H6zM13 5h1.5v14H13zM16.5 5H18v14h-1.5z", opacity: 0.2 }), /*#__PURE__*/React.createElement("path", { d: "M20 19V3H4v16H2v2h20v-2h-2zM7.5 19H6V5h1.5v14zm3.5 0H9.5V5H11v14zm3.5 0H13V5h1.5v14zm3.5 0h-1.5V5H18v14z" })); } const ForwardRef = React.forwardRef(VerticalShadesClosedTwoToneIcon); module.exports = ForwardRef;