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