oolib 2.227.0 → 2.227.2
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
CHANGED
|
@@ -153,6 +153,8 @@ export namespace icons {
|
|
|
153
153
|
export { CaretUpDown };
|
|
154
154
|
export { FunnelSimple };
|
|
155
155
|
export { Question };
|
|
156
|
+
export { Database };
|
|
157
|
+
export { Function };
|
|
156
158
|
export { OkeGoogleIcon };
|
|
157
159
|
export { LetterH };
|
|
158
160
|
export { IndexIcon };
|
|
@@ -376,6 +378,8 @@ import { ArrowElbowDownLeftIcon as ArrowElbowDownLeft } from "@phosphor-icons/re
|
|
|
376
378
|
import { CaretUpDownIcon as CaretUpDown } from "@phosphor-icons/react";
|
|
377
379
|
import { FunnelSimpleIcon as FunnelSimple } from "@phosphor-icons/react";
|
|
378
380
|
import { QuestionIcon as Question } from "@phosphor-icons/react";
|
|
381
|
+
import { DatabaseIcon as Database } from "@phosphor-icons/react";
|
|
382
|
+
import { FunctionIcon as Function } from "@phosphor-icons/react";
|
|
379
383
|
import { OkeGoogleIcon } from "./custom";
|
|
380
384
|
import { LetterH } from "./custom";
|
|
381
385
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -158,6 +158,8 @@ exports.icons = {
|
|
|
158
158
|
CaretUpDown: react_1.CaretUpDownIcon,
|
|
159
159
|
FunnelSimple: react_1.FunnelSimpleIcon,
|
|
160
160
|
Question: react_1.QuestionIcon,
|
|
161
|
+
Database: react_1.DatabaseIcon,
|
|
162
|
+
Function: react_1.FunctionIcon,
|
|
161
163
|
//custom icons
|
|
162
164
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
163
165
|
LetterH: custom_1.LetterH,
|