UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 325 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M9 3H3V5H5V11V13V19H3V21H9V19H7V13H17V19H15V21H21V19H19V13V11V5H21V3H15V5H17V11H7V5H9V3Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const TextHeaderIcon = createIcon(path);