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