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