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