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