@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 392 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 5C1.89543 5 1 5.89543 1 7V17C1 18.1046 1.89543 19 3 19H21C22.1046 19 23 18.1046 23 17V7C23 5.89543 22.1046 5 21 5H3ZM3 7L21 7V17H3V7ZM18 10H6V14H18V10Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ButtonFieldIcon = createIcon(path);