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