@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines • 461 B
JavaScript
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M7 3h10v1H7zm0 17h10v1H7z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 4V3h10v1H7zm0 14V6h10v12H7zm0 3v-1h10v1H7z"
}, "1"), /*#__PURE__*/_jsx("path", {
d: "M16 7H8v2h8V7z"
}, "2")], 'AdUnitsTwoTone');