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