@hellobetterdigitalnz/betterui 0.0.3-291 → 0.0.3-292

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Folders: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Folders;
@@ -61,6 +61,7 @@ export { default as VideoCamera } from './Media/VideoCamera/VideoCamera.tsx';
61
61
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
62
62
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
63
63
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
64
+ export { default as Folders } from './OfficeAndEditing/Folders/Folders.tsx';
64
65
  export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBullets.tsx';
65
66
  export { default as List } from './OfficeAndEditing/List/List.tsx';
66
67
  export { default as ListDashes } from './OfficeAndEditing/ListDashes/ListDashes.tsx';