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