@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 309 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M5 2.21043L20.908 12L5 21.7896V2.21043ZM7 5.78956V18.2104L17.092 12L7 5.78956Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const PlayIcon = createIcon(path);