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