import { IconProps, Icon } from "@chakra-ui/react";
export const FastForward = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polygon points="13 19 22 12 13 5 13 19" /><polygon points="2 19 11 12 2 5 2 19" /></Icon>;