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