Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
234 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FastForwardIcon = createSvgIcon(
<path d="M15 9.86 18.03 12 15 14.14V9.86m-9 0L9.03 12 6 14.14V9.86M13 6v12l8.5-6L13 6zM4 6v12l8.5-6L4 6z" />
, 'FastForwardOutlined');