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