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