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