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