oolib 2.3.0 → 2.3.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 +4 -0
- package/dist/icons/index.js +3 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -67,6 +67,8 @@ export namespace phosphorIcons {
|
|
|
67
67
|
export { LetterH };
|
|
68
68
|
export { LetterP };
|
|
69
69
|
export { IndexIcon };
|
|
70
|
+
export { ArrowRight };
|
|
71
|
+
export { Sliders };
|
|
70
72
|
}
|
|
71
73
|
import { PencilSimple } from "phosphor-react";
|
|
72
74
|
import { PencilLine } from "phosphor-react";
|
|
@@ -136,3 +138,5 @@ import OkeGoogleIcon from "./OkeGoogleIcon";
|
|
|
136
138
|
import LetterH from "./LetterH";
|
|
137
139
|
import LetterP from "./LetterP";
|
|
138
140
|
import IndexIcon from "./IndexIcon";
|
|
141
|
+
import { ArrowRight } from "phosphor-react";
|
|
142
|
+
import { Sliders } from "phosphor-react";
|
package/dist/icons/index.js
CHANGED
|
@@ -77,5 +77,7 @@ exports.phosphorIcons = {
|
|
|
77
77
|
OkeGoogleIcon: OkeGoogleIcon_1.default,
|
|
78
78
|
LetterH: LetterH_1.default,
|
|
79
79
|
LetterP: LetterP_1.default,
|
|
80
|
-
IndexIcon: IndexIcon_1.default
|
|
80
|
+
IndexIcon: IndexIcon_1.default,
|
|
81
|
+
ArrowRight: phosphor_react_1.ArrowRight,
|
|
82
|
+
Sliders: phosphor_react_1.Sliders
|
|
81
83
|
};
|