UNPKG

@mui/icons-material

Version:

Material Design icons distributed as SVG React components.

10 lines (9 loc) 316 B
"use client"; import createSvgIcon from "./utils/createSvgIcon.js"; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon([/*#__PURE__*/_jsx("path", { d: "M4 6h16v12H4z", opacity: ".3" }, "0"), /*#__PURE__*/_jsx("path", { d: "M2 4v16h20V4zm18 14H4V6h16z" }, "1")], 'RectangleTwoTone');