@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 479 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M23 4C23 2.89543 22.1046 2 21 2L3 2C1.89543 2 1 2.89543 1 4L1 20C1 21.1046 1.89543 22 3 22H21C22.1046 22 23 21.1046 23 20V4ZM21 4V8L17 8V4L21 4ZM17 10H21V14H17V10ZM17 16H21V20H17V16ZM7 16L7 20H3V16H7ZM7 14H3L3 10H7L7 14ZM7 8L3 8L3 4L7 4L7 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ColorScalesIcon = createIcon(path);