@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 490 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 1C2.89543 1 2 1.89543 2 3V21C2 22.1046 2.89543 23 4 23H18C19.1046 23 20 22.1046 20 21V8.41421C20 7.88378 19.7893 7.37507 19.4142 7L14 1.58579C13.6249 1.21071 13.1162 1 12.5858 1H4ZM12 3L4 3V21H18V9H12V3ZM12 15V17.5H10V15H7.5V13H10V10.5H12V13H14.5V15H12Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FileNewIcon = createIcon(path);