@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 304 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 2H22V4H2V2ZM10 8H22V10H10V8ZM2 14H22V16H2V14ZM10 20H22V22H10V20Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const AlignRightIcon = createIcon(path);