@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines (9 loc) • 313 B
JavaScript
"use client";
import createSvgIcon from "./utils/createSvgIcon.js";
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M5 5h14v14H5z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M3 3v18h18V3zm16 16H5V5h14z"
}, "1")], 'SquareTwoTone');