UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 438 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H13.5858C14.1162 22 14.6249 21.7893 15 21.4142L21.4142 15C21.7893 14.6249 22 14.1162 22 13.5858V4C22 2.89543 21.1046 2 20 2H4ZM4 4L20 4V13H13V20H4V4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const NotesIcon = createIcon(path);