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