@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 545 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 3C3 1.89543 3.89543 1 5 1H8H10H13H15H19C20.1046 1 21 1.89543 21 3V13H19V3H15V13H13V3H10V13H8V3H5V13H3V3ZM6.41424 16L4.41424 18H10V20H4.41424L6.41424 22L5.00003 23.4142L0.585815 19L5.00003 14.5858L6.41424 16ZM19.5858 18L17.5858 16L19 14.5858L23.4142 19L19 23.4142L17.5858 22L19.5858 20H14V18H19.5858Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const AutoFitAllColumnIcon = createIcon(path);