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