oolib 2.227.3 → 2.227.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
|
@@ -157,6 +157,7 @@ export namespace icons {
|
|
|
157
157
|
export { Function };
|
|
158
158
|
export { Note };
|
|
159
159
|
export { Clipboard };
|
|
160
|
+
export { Robot };
|
|
160
161
|
export { OkeGoogleIcon };
|
|
161
162
|
export { LetterH };
|
|
162
163
|
export { IndexIcon };
|
|
@@ -384,6 +385,7 @@ import { DatabaseIcon as Database } from "@phosphor-icons/react";
|
|
|
384
385
|
import { FunctionIcon as Function } from "@phosphor-icons/react";
|
|
385
386
|
import { NoteIcon as Note } from "@phosphor-icons/react";
|
|
386
387
|
import { ClipboardIcon as Clipboard } from "@phosphor-icons/react";
|
|
388
|
+
import { RobotIcon as Robot } from "@phosphor-icons/react";
|
|
387
389
|
import { OkeGoogleIcon } from "./custom";
|
|
388
390
|
import { LetterH } from "./custom";
|
|
389
391
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED