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