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