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