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