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