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