oolib 2.229.4 → 2.230.0
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 +6 -0
- package/dist/icons/index.js +3 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -162,6 +162,9 @@ export namespace icons {
|
|
|
162
162
|
export { Cursor };
|
|
163
163
|
export { LockSimple };
|
|
164
164
|
export { FlowArrow };
|
|
165
|
+
export { ArrowCounterClockwise };
|
|
166
|
+
export { Selection };
|
|
167
|
+
export { Flask };
|
|
165
168
|
export { OkeGoogleIcon };
|
|
166
169
|
export { LetterH };
|
|
167
170
|
export { IndexIcon };
|
|
@@ -394,6 +397,9 @@ import { TextboxIcon as Textbox } from "@phosphor-icons/react";
|
|
|
394
397
|
import { CursorIcon as Cursor } from "@phosphor-icons/react";
|
|
395
398
|
import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
|
|
396
399
|
import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
|
|
400
|
+
import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
|
|
401
|
+
import { SelectionIcon as Selection } from "@phosphor-icons/react";
|
|
402
|
+
import { FlaskIcon as Flask } from "@phosphor-icons/react";
|
|
397
403
|
import { OkeGoogleIcon } from "./custom";
|
|
398
404
|
import { LetterH } from "./custom";
|
|
399
405
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -167,6 +167,9 @@ exports.icons = {
|
|
|
167
167
|
Cursor: react_1.CursorIcon,
|
|
168
168
|
LockSimple: react_1.LockSimpleIcon,
|
|
169
169
|
FlowArrow: react_1.FlowArrowIcon,
|
|
170
|
+
ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
|
|
171
|
+
Selection: react_1.SelectionIcon,
|
|
172
|
+
Flask: react_1.FlaskIcon,
|
|
170
173
|
//custom icons
|
|
171
174
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
172
175
|
LetterH: custom_1.LetterH,
|