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