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