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