@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 587 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 3C1 1.89543 1.89543 1 3 1H11.5858C12.1162 1 12.6249 1.21071 13 1.58579L18.4142 7C18.7893 7.37507 19 7.88378 19 8.41421V21C19 22.1046 18.1046 23 17 23H3C1.89543 23 1 22.1046 1 21V3ZM11 3L3 3V21H17V9H11V3ZM23 17V2H21V17H23ZM23 20C23 19.4477 22.5523 19 22 19C21.4477 19 21 19.4477 21 20V21C21 21.5523 21.4477 22 22 22C22.5523 22 23 21.5523 23 21V20Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TableUpdateIcon = createIcon(path);