@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines (9 loc) • 418 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: "M14 7H8v14h11v-9h-5z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11zm4 16H8V7h6v5h5z"
}, "1")], 'FileCopyTwoTone');