@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
8 lines • 379 B
JavaScript
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M8 5h8v10H8z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M8 21h8v2H8zm8-19.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM16 15H8V5h8v10z"
}, "1")], 'DockTwoTone');