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