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