oolib 2.92.2 → 2.92.3
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
|
@@ -108,6 +108,7 @@ export namespace icons {
|
|
|
108
108
|
export { SlackLogo };
|
|
109
109
|
export { SquareHalf };
|
|
110
110
|
export { SquareHalfBottom };
|
|
111
|
+
export { MagicWand };
|
|
111
112
|
export { OkeGoogleIcon };
|
|
112
113
|
export { LetterH };
|
|
113
114
|
export { IndexIcon };
|
|
@@ -269,6 +270,7 @@ import { ChatText } from "phosphor-react";
|
|
|
269
270
|
import { SlackLogo } from "phosphor-react";
|
|
270
271
|
import { SquareHalf } from "phosphor-react";
|
|
271
272
|
import { SquareHalfBottom } from "phosphor-react";
|
|
273
|
+
import { MagicWand } from "phosphor-react";
|
|
272
274
|
import { OkeGoogleIcon } from "./custom";
|
|
273
275
|
import { LetterH } from "./custom";
|
|
274
276
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -113,6 +113,7 @@ exports.icons = {
|
|
|
113
113
|
SlackLogo: phosphor_react_1.SlackLogo,
|
|
114
114
|
SquareHalf: phosphor_react_1.SquareHalf,
|
|
115
115
|
SquareHalfBottom: phosphor_react_1.SquareHalfBottom,
|
|
116
|
+
MagicWand: phosphor_react_1.MagicWand,
|
|
116
117
|
//custom
|
|
117
118
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
118
119
|
LetterH: custom_1.LetterH,
|