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