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