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