@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 354 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M18 9L23 5L18 1V4H6C4.89543 4 4 4.89543 4 6V12H6V6H18V9ZM18 18H6V15L1 19L6 23V20H18C19.1046 20 20 19.1046 20 18V12H18V18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const RepeatIcon = createIcon(path);