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