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