oolib 2.230.0 → 2.230.1
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
|
@@ -162,6 +162,7 @@ export namespace icons {
|
|
|
162
162
|
export { Cursor };
|
|
163
163
|
export { LockSimple };
|
|
164
164
|
export { FlowArrow };
|
|
165
|
+
export { PresentationChart };
|
|
165
166
|
export { ArrowCounterClockwise };
|
|
166
167
|
export { Selection };
|
|
167
168
|
export { Flask };
|
|
@@ -397,6 +398,7 @@ import { TextboxIcon as Textbox } from "@phosphor-icons/react";
|
|
|
397
398
|
import { CursorIcon as Cursor } from "@phosphor-icons/react";
|
|
398
399
|
import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
|
|
399
400
|
import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
|
|
401
|
+
import { PresentationChartIcon as PresentationChart } from "@phosphor-icons/react";
|
|
400
402
|
import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
|
|
401
403
|
import { SelectionIcon as Selection } from "@phosphor-icons/react";
|
|
402
404
|
import { FlaskIcon as Flask } from "@phosphor-icons/react";
|
package/dist/icons/index.js
CHANGED
|
@@ -167,6 +167,7 @@ exports.icons = {
|
|
|
167
167
|
Cursor: react_1.CursorIcon,
|
|
168
168
|
LockSimple: react_1.LockSimpleIcon,
|
|
169
169
|
FlowArrow: react_1.FlowArrowIcon,
|
|
170
|
+
PresentationChart: react_1.PresentationChartIcon,
|
|
170
171
|
ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
|
|
171
172
|
Selection: react_1.SelectionIcon,
|
|
172
173
|
Flask: react_1.FlaskIcon,
|