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