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