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