@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines (9 loc) • 381 B
JavaScript
"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M10 18h10v-5H10v5zM4 6v5h16V6H4zm0 12h4v-5H4v5z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M2 4v16h20V4H2zm6 14H4v-5h4v5zm12 0H10v-5h10v5zm0-7H4V6h16v5z"
}, "1")], 'ViewComfyTwoTone');