oolib 2.227.2 → 2.227.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 +4 -0
- package/dist/icons/index.js +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -155,6 +155,8 @@ export namespace icons {
|
|
|
155
155
|
export { Question };
|
|
156
156
|
export { Database };
|
|
157
157
|
export { Function };
|
|
158
|
+
export { Note };
|
|
159
|
+
export { Clipboard };
|
|
158
160
|
export { OkeGoogleIcon };
|
|
159
161
|
export { LetterH };
|
|
160
162
|
export { IndexIcon };
|
|
@@ -380,6 +382,8 @@ import { FunnelSimpleIcon as FunnelSimple } from "@phosphor-icons/react";
|
|
|
380
382
|
import { QuestionIcon as Question } from "@phosphor-icons/react";
|
|
381
383
|
import { DatabaseIcon as Database } from "@phosphor-icons/react";
|
|
382
384
|
import { FunctionIcon as Function } from "@phosphor-icons/react";
|
|
385
|
+
import { NoteIcon as Note } from "@phosphor-icons/react";
|
|
386
|
+
import { ClipboardIcon as Clipboard } from "@phosphor-icons/react";
|
|
383
387
|
import { OkeGoogleIcon } from "./custom";
|
|
384
388
|
import { LetterH } from "./custom";
|
|
385
389
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -160,6 +160,8 @@ exports.icons = {
|
|
|
160
160
|
Question: react_1.QuestionIcon,
|
|
161
161
|
Database: react_1.DatabaseIcon,
|
|
162
162
|
Function: react_1.FunctionIcon,
|
|
163
|
+
Note: react_1.NoteIcon,
|
|
164
|
+
Clipboard: react_1.ClipboardIcon,
|
|
163
165
|
//custom icons
|
|
164
166
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
165
167
|
LetterH: custom_1.LetterH,
|