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