@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 762 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2.28906 3.32129L3.70328 1.90707L21.7062 19.91L20.292 21.3242L11.5879 12.6201H7.5V10.6201H9.58789L7.58789 8.62012H6C4.35 8.62012 3 9.97012 3 11.6201C3 13.2701 4.35 14.6201 6 14.6201H11V16.6201H6C3.24 16.6201 1 14.3801 1 11.6201C1 8.99359 3.02858 6.83799 5.60341 6.63564L2.28906 3.32129ZM16.5 11.8801V10.6201H15.24L16.5 11.8801ZM18 8.62012C19.65 8.62012 21 9.97012 21 11.6201C21 12.9101 20.18 14.0002 19.04 14.4202L20.53 15.9102C22 15.0402 23 13.4501 23 11.6201C23 8.86012 20.76 6.62012 18 6.62012H13V8.38013L13.24 8.62012H18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const LinkRemoveIcon = createIcon(path);