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