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