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