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