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