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