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