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