@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 597 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3.00003 3C3.00003 1.89543 3.89546 1 5.00003 1H19C20.1046 1 21 1.89543 21 3V12H19V3H5.00003V12H3.00003V3ZM7.00003 5H17V7H7.00003V5ZM13 9H7.00003V11H13V9ZM19.9143 14.5L17.4143 17H23.0001V19H17.4143L19.9143 21.5L18.5001 22.9142L13.5858 18L18.5001 13.0858L19.9143 14.5ZM6.58579 17L4.08579 14.5L5.5 13.0858L10.4142 18L5.5 22.9142L4.08579 21.5L6.58579 19H1V17H6.58579Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ShortenIcon = createIcon(path);