oolib 2.218.1 → 2.218.3
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.
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +1 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -145,6 +145,7 @@ export namespace icons {
|
|
|
145
145
|
export { Hash };
|
|
146
146
|
export { Notebook };
|
|
147
147
|
export { Folder };
|
|
148
|
+
export { Users };
|
|
148
149
|
export { OkeGoogleIcon };
|
|
149
150
|
export { LetterH };
|
|
150
151
|
export { IndexIcon };
|
|
@@ -357,6 +358,7 @@ import { NumpadIcon as Numpad } from '@phosphor-icons/react';
|
|
|
357
358
|
import { HashIcon as Hash } from '@phosphor-icons/react';
|
|
358
359
|
import { NotebookIcon as Notebook } from '@phosphor-icons/react';
|
|
359
360
|
import { FolderIcon as Folder } from '@phosphor-icons/react';
|
|
361
|
+
import { UsersIcon as Users } from '@phosphor-icons/react';
|
|
360
362
|
import { OkeGoogleIcon } from "./custom";
|
|
361
363
|
import { LetterH } from "./custom";
|
|
362
364
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED