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