@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 439 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M0 2C0 0.895431 0.89543 0 2 0H22C23.1046 0 24 0.89543 24 2V22C24 23.1046 23.1046 24 22 24H2C0.895431 24 0 23.1046 0 22V2ZM22 2L2 2V22H22V2ZM20.5 7H10.5L13.5 13V18L16.5 16V13L20.5 7ZM7.5 17L11 12H4L7.5 17Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FilteredIcon = createIcon(path);