import { IconProps, Icon } from "@chakra-ui/react";
export const SkipForward = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polygon points="5 4 15 12 5 20 5 4" /><line x1={19} y1={5} x2={19} y2={19} /></Icon>;