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