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