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