@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 383 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M17 4V2H15V8H17V6H22V4H17ZM13 4H2V6H13V4ZM6 11H2V13H6V15H8V13V11V9H6V11ZM22 13V11H10V13H22ZM12 18H2V20H12V18ZM22 18H16V16H14V18V20V22H16V20H22V18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const AdjustmentIcon = createIcon(path);