import { IconProps, Icon } from "@chakra-ui/react";
export const Video = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polygon points="23 7 16 12 23 17 23 7" /><rect x={1} y={5} width={15} height={14} rx={2} ry={2} /></Icon>;