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