@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 415 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M16.0909 1H7.90909L7 2H4V4H20V2H17L16.0909 1ZM5 6H19V20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V6ZM7 8V20C7 20.5523 7.44772 21 8 21H16C16.5523 21 17 20.5523 17 20V8H7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TrashIcon = createIcon(path);