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