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