import { IconProps, Icon } from "@chakra-ui/react";
export const PlayCircle = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><circle cx={12} cy={12} r={10} /><polygon points="10 8 16 12 10 16 10 8" /></Icon>;