@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 338 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 1H12.618L14.118 4H22V18H14.4648L12.4648 15H4V23H2V1ZM4 13H13.5352L15.5352 16H20V6H12.882L11.382 3H4V13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FlagsIcon = createIcon(path);