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