@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 394 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M14 2H10V6H6V2H2V6H6V10H2V14H6V18H2V22H6V18H10V22H14V18H18V22H22V18H18V14H22V10H18V6H22V2H18V6H14V2ZM14 10V6H10V10H6V14H10V18H14V14H18V10H14ZM14 10V14H10V10H14Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const OpacityIcon = createIcon(path);