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