UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 269 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M12 7H2V17H12V13H23V11H12V7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const SquareHeadFillIcon = createIcon(path);