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