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