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