UNPKG

@mui/icons-material

Version:

Material Design icons distributed as SVG React components.

10 lines (9 loc) 356 B
"use client"; import createSvgIcon from './utils/createSvgIcon'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon([/*#__PURE__*/_jsx("path", { d: "M16 8h4v2h-4zm0 4h4v2h-4z", opacity: ".3" }, "0"), /*#__PURE__*/_jsx("path", { d: "M2 6v12h2V8h10v10h2v-2h4v2h2V6H2zm18 8h-4v-2h4v2zm0-4h-4V8h4v2z" }, "1")], 'DeskTwoTone');