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

6 lines
196 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SkipNextIcon = createSvgIcon(
<path d="m6 18 8.5-6L6 6v12zm2-8.14L11.03 12 8 14.14V9.86zM16 6h2v12h-2z" />
, 'SkipNextOutlined');