@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 297 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M2 3H22V5H2V3ZM2 8H22V10H2V8ZM2 13H22V15H2V13ZM2 18H22V20H2V18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const JustifyIcon = createIcon(path);