oolib 2.231.1 → 2.232.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 +2 -0
- package/dist/icons/index.js +1 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ export namespace icons {
|
|
|
166
166
|
export { ArrowCounterClockwise };
|
|
167
167
|
export { Selection };
|
|
168
168
|
export { Flask };
|
|
169
|
+
export { Shuffle };
|
|
169
170
|
export { OkeGoogleIcon };
|
|
170
171
|
export { LetterH };
|
|
171
172
|
export { IndexIcon };
|
|
@@ -402,6 +403,7 @@ import { PresentationChartIcon as PresentationChart } from "@phosphor-icons/reac
|
|
|
402
403
|
import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
|
|
403
404
|
import { SelectionIcon as Selection } from "@phosphor-icons/react";
|
|
404
405
|
import { FlaskIcon as Flask } from "@phosphor-icons/react";
|
|
406
|
+
import { ShuffleIcon as Shuffle } from "@phosphor-icons/react";
|
|
405
407
|
import { OkeGoogleIcon } from "./custom";
|
|
406
408
|
import { LetterH } from "./custom";
|
|
407
409
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -171,6 +171,7 @@ exports.icons = {
|
|
|
171
171
|
ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
|
|
172
172
|
Selection: react_1.SelectionIcon,
|
|
173
173
|
Flask: react_1.FlaskIcon,
|
|
174
|
+
Shuffle: react_1.ShuffleIcon,
|
|
174
175
|
//custom icons
|
|
175
176
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
176
177
|
LetterH: custom_1.LetterH,
|