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