UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 348 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M7 5C5.89543 5 5 5.89543 5 7V17H7V7L17 7V5H7ZM17 15.5858L11 9.58582L9.58582 11L15.5858 17H11V19H19V11H17V15.5858Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const LauncherIcon = createIcon(path);