oolib 2.5.1 → 2.5.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 +2 -0
- package/dist/icons/index.js +2 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ export namespace phosphorIcons {
|
|
|
70
70
|
export { LanguageIcon };
|
|
71
71
|
export { ArrowRight };
|
|
72
72
|
export { Sliders };
|
|
73
|
+
export { Faders };
|
|
73
74
|
}
|
|
74
75
|
import { PencilSimple } from "phosphor-react";
|
|
75
76
|
import { PencilLine } from "phosphor-react";
|
|
@@ -142,3 +143,4 @@ import IndexIcon from "./IndexIcon";
|
|
|
142
143
|
import LanguageIcon from "./LangIcon";
|
|
143
144
|
import { ArrowRight } from "phosphor-react";
|
|
144
145
|
import { Sliders } from "phosphor-react";
|
|
146
|
+
import { Faders } from "phosphor-react";
|
package/dist/icons/index.js
CHANGED