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