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