5
common/resources/client/icons/material/PlayArrow.tsx
Executable file
5
common/resources/client/icons/material/PlayArrow.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user