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