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

6 lines
274 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PlayDisabledIcon = createSvgIcon(
<path d="M16.45 13.62 19 12 8 5v.17zM2.81 2.81 1.39 4.22 8 10.83V19l4.99-3.18 6.78 6.78 1.41-1.41L2.81 2.81zM10 15.36v-2.53l1.55 1.55-1.55.98z" />
, 'PlayDisabledOutlined');