Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
183 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PlayArrowIcon = createSvgIcon(
<path d="M10 8.64 15.27 12 10 15.36V8.64M8 5v14l11-7L8 5z" />
, 'PlayArrowOutlined');