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