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