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