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