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