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