@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 354 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M18 10H15L19 15L23 10H20V5C20 3.89543 19.1046 3 18 3H6V5H18V10ZM4 19V14H1L5 9L9 14H6V19H18V21H6C4.89543 21 4 20.1046 4 19Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ResetIcon = createIcon(path);