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