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