@@ -73,6 +73,11 @@ import { UserGroupIcon as _UserGroupIcon } from './UserGroupIcon';
7373import { UserLockIcon as _UserLockIcon } from './UserLockIcon' ;
7474import { ShieldIcon as _ShieldIcon } from './ShieldIcon' ;
7575import { ShieldFilledIcon as _ShieldFilledIcon } from './ShieldFilledIcon' ;
76+ import { FolderIcon as _FolderIcon } from './FolderIcon' ;
77+ import { FolderFilledIcon as _FolderFilledIcon } from './FolderFilledIcon' ;
78+ import { FolderOpenIcon as _FolderOpenIcon } from './FolderOpenIcon' ;
79+ import { FolderOpenFilledIcon as _FolderOpenFilledIcon } from './FolderOpenFilledIcon' ;
80+ import { HierarchyIcon as _HierarchyIcon } from './HierarchyIcon' ;
7681
7782export const CloseIcon = wrapIcon ( 'CloseIcon' , _CloseIcon ) ;
7883export const ExclamationIcon = wrapIcon ( 'ExclamationIcon' , _ExclamationIcon ) ;
@@ -172,6 +177,14 @@ export const UserGroupIcon = wrapIcon('UserGroupIcon', _UserGroupIcon);
172177export const UserLockIcon = wrapIcon ( 'UserLockIcon' , _UserLockIcon ) ;
173178export const ShieldIcon = wrapIcon ( 'ShieldIcon' , _ShieldIcon ) ;
174179export const ShieldFilledIcon = wrapIcon ( 'ShieldFilledIcon' , _ShieldFilledIcon ) ;
180+ export const FolderIcon = wrapIcon ( 'FolderIcon' , _FolderIcon ) ;
181+ export const FolderFilledIcon = wrapIcon ( 'FolderFilledIcon' , _FolderFilledIcon ) ;
182+ export const FolderOpenIcon = wrapIcon ( 'FolderOpenIcon' , _FolderOpenIcon ) ;
183+ export const FolderOpenFilledIcon = wrapIcon (
184+ 'FolderOpenFilledIcon' ,
185+ _FolderOpenFilledIcon ,
186+ ) ;
187+ export const HierarchyIcon = wrapIcon ( 'HierarchyIcon' , _HierarchyIcon ) ;
175188
176189export { IconContainer } from './IconContainer' ;
177190
0 commit comments