UNPKG

@syncfusion/react-icons

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