6 lines
183 B
TypeScript
Executable File
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');
|