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