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