oolib 2.74.0 → 2.75.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
|
@@ -104,6 +104,7 @@ export namespace icons {
|
|
|
104
104
|
export { TextAa };
|
|
105
105
|
export { ThumbsUp };
|
|
106
106
|
export { ChatText };
|
|
107
|
+
export { SlackLogo };
|
|
107
108
|
export { OkeGoogleIcon };
|
|
108
109
|
export { LetterH };
|
|
109
110
|
export { IndexIcon };
|
|
@@ -261,6 +262,7 @@ import { Keyboard } from "phosphor-react";
|
|
|
261
262
|
import { TextAa } from "phosphor-react";
|
|
262
263
|
import { ThumbsUp } from "phosphor-react";
|
|
263
264
|
import { ChatText } from "phosphor-react";
|
|
265
|
+
import { SlackLogo } from "phosphor-react";
|
|
264
266
|
import { OkeGoogleIcon } from "./custom";
|
|
265
267
|
import { LetterH } from "./custom";
|
|
266
268
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -109,6 +109,7 @@ exports.icons = {
|
|
|
109
109
|
TextAa: phosphor_react_1.TextAa,
|
|
110
110
|
ThumbsUp: phosphor_react_1.ThumbsUp,
|
|
111
111
|
ChatText: phosphor_react_1.ChatText,
|
|
112
|
+
SlackLogo: phosphor_react_1.SlackLogo,
|
|
112
113
|
//custom
|
|
113
114
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
114
115
|
LetterH: custom_1.LetterH,
|