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