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