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