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