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