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