@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 369 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12 14.4142L17.4142 9L16 7.58579L13 10.5858V2H11V10.5858L8.00003 7.58579L6.58582 9L12 14.4142ZM2 18H22V16H2V18ZM22 22H2V20H22V22Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const SpacingBeforeIcon = createIcon(path);