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