import * as React from 'react'; export interface Video64Props extends React.SVGProps { ariaLabel?: string } export default function Video64({ ariaLabel, ...props }: Video64Props) { return ( ); }