UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 552 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M2 0C0.89543 0 0 0.895431 0 2V22C0 23.1046 0.895431 24 2 24H22C23.1046 24 24 23.1046 24 22V2C24 0.89543 23.1046 0 22 0H2ZM2 2L22 2V22H2V2ZM5.20712 9H18.7929C19.2384 9 19.4614 9.53857 19.1465 9.85355L12.3536 16.6464C12.1583 16.8417 11.8417 16.8417 11.6465 16.6464L4.85356 9.85355C4.53858 9.53857 4.76167 9 5.20712 9Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const UnfilteredIcon = createIcon(path);