@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 526 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 11.5C1 8.46243 3.46243 6 6.5 6H10V8H6.5C4.567 8 3 9.567 3 11.5C3 13.433 4.567 15 6.5 15H10V17H6.5C3.46243 17 1 14.5376 1 11.5ZM23 11.5C23 8.46243 20.5376 6 17.5 6H14V8H17.5C19.433 8 21 9.567 21 11.5C21 13.433 19.433 15 17.5 15H14V17H17.5C20.5376 17 23 14.5376 23 11.5ZM17 10.5H7V12.5H17V10.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const LinkIcon = createIcon(path);