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