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