UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 550 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V12H19V3H5V12H3V3ZM7 5H17V7H7V5ZM13 9H7V11H13V9ZM17.0858 14.5L19.5858 17H14V19H19.5858L17.0858 21.5L18.5 22.9142L23.4142 18L18.5 13.0858L17.0858 14.5ZM4.41424 17L6.91424 14.5L5.50003 13.0858L0.585815 18L5.50003 22.9142L6.91424 21.5L4.41424 19H10V17H4.41424Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ElaborateIcon = createIcon(path);