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