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