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