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