UNPKG

@mui/icons-material

Version:

Material Design icons distributed as SVG React components.

7 lines (6 loc) 272 B
"use client"; import createSvgIcon from './utils/createSvgIcon'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon( /*#__PURE__*/_jsx("path", { d: "M22 2H2v16h16l4 4V2zm-4 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z" }), 'InsertCommentSharp');