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