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