6
common/resources/client/icons/play-arrow-filled.tsx
Executable file
6
common/resources/client/icons/play-arrow-filled.tsx
Executable file
@@ -0,0 +1,6 @@
|
||||
import {createSvgIcon} from '@common/icons/create-svg-icon';
|
||||
|
||||
export const PlayArrowFilledIcon = createSvgIcon(
|
||||
<path d="M8 19V5l11 7Z" />,
|
||||
'PlayArrowFilled'
|
||||
);
|
||||
Reference in New Issue
Block a user