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