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