type Props = { size?: number; }; export const VideoIcon = ({ size = 24 }: Props) => ( );