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