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