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');
Back to Directory