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