Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01: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');