@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
10 lines • 418 B
JavaScript
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M7 19h10V5H7v14zm2-8h2v2H9v-2z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M19 19V5c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v14H3v2h18v-2h-2zm-2 0H7V5h10v14z"
}, "1"), /*#__PURE__*/_jsx("path", {
d: "M9 11h2v2H9z"
}, "2")], 'DoorBackTwoTone');