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