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