@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 365 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M22 2H2V4H22V2ZM2 6H22V8H2V6ZM12 9.58578L17.4142 15L16 16.4142L13 13.4142V22H11V13.4142L8.00003 16.4142L6.58582 15L12 9.58578Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const SpacingAfterIcon = createIcon(path);