UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 400 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M1 1.40146L22.7859 12L1 22.5985V14.1491L14.2528 12L1 9.8509V1.40146ZM13.9476 14.0756L3 15.8509V19.4015L13.9476 14.0756ZM13.9476 9.92438L3 4.59854V8.1491L13.9476 9.92438Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const SendIcon = createIcon(path);