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