UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 469 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M11.9878 19.3466L2.98 13.3372L1 14.6586L12 22L23 14.6586L21.0078 13.3267L11.9878 19.3466ZM12 16.6827L20.9956 10.6733L23 9.34137L12 2L1 9.34137L2.99222 10.6733L12 16.6827ZM12 4.65338L19.0156 9.34137L12 14.0294L4.98444 9.34137L12 4.65338Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const LayersIcon = createIcon(path);