@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 340 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12.4142 12L18.4142 18L17 19.4142L9.58576 12L17 4.58575L18.4142 5.99997L12.4142 12ZM8 19L8 5L6 5L6 19H8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FirstPageIcon = createIcon(path);