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