oolib 2.218.2 → 2.218.4
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 +4 -0
- package/dist/icons/index.js +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -145,6 +145,8 @@ export namespace icons {
|
|
|
145
145
|
export { Hash };
|
|
146
146
|
export { Notebook };
|
|
147
147
|
export { Folder };
|
|
148
|
+
export { Users };
|
|
149
|
+
export { Power };
|
|
148
150
|
export { OkeGoogleIcon };
|
|
149
151
|
export { LetterH };
|
|
150
152
|
export { IndexIcon };
|
|
@@ -357,6 +359,8 @@ import { NumpadIcon as Numpad } from '@phosphor-icons/react';
|
|
|
357
359
|
import { HashIcon as Hash } from '@phosphor-icons/react';
|
|
358
360
|
import { NotebookIcon as Notebook } from '@phosphor-icons/react';
|
|
359
361
|
import { FolderIcon as Folder } from '@phosphor-icons/react';
|
|
362
|
+
import { UsersIcon as Users } from '@phosphor-icons/react';
|
|
363
|
+
import { PowerIcon as Power } from '@phosphor-icons/react';
|
|
360
364
|
import { OkeGoogleIcon } from "./custom";
|
|
361
365
|
import { LetterH } from "./custom";
|
|
362
366
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -150,6 +150,8 @@ exports.icons = {
|
|
|
150
150
|
Hash: react_1.HashIcon,
|
|
151
151
|
Notebook: react_1.NotebookIcon,
|
|
152
152
|
Folder: react_1.FolderIcon,
|
|
153
|
+
Users: react_1.UsersIcon,
|
|
154
|
+
Power: react_1.PowerIcon,
|
|
153
155
|
//custom icons
|
|
154
156
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
155
157
|
LetterH: custom_1.LetterH,
|