oolib 2.38.1 → 2.38.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
|
@@ -99,6 +99,7 @@ export namespace icons {
|
|
|
99
99
|
export { LightbulbFilament };
|
|
100
100
|
export { ModalBulbIcon };
|
|
101
101
|
export { Keyboard };
|
|
102
|
+
export { TextAa };
|
|
102
103
|
}
|
|
103
104
|
import { PencilSimple } from "phosphor-react";
|
|
104
105
|
import { PencilLine } from "phosphor-react";
|
|
@@ -200,3 +201,4 @@ import { KenyaFlag } from "./custom";
|
|
|
200
201
|
import { LightbulbFilament } from "phosphor-react";
|
|
201
202
|
import { ModalBulbIcon } from "./custom";
|
|
202
203
|
import { Keyboard } from "phosphor-react";
|
|
204
|
+
import { TextAa } from "phosphor-react";
|
package/dist/icons/index.js
CHANGED
|
@@ -104,5 +104,6 @@ exports.icons = {
|
|
|
104
104
|
KenyaFlag: custom_1.KenyaFlag,
|
|
105
105
|
LightbulbFilament: phosphor_react_1.LightbulbFilament,
|
|
106
106
|
ModalBulbIcon: custom_1.ModalBulbIcon,
|
|
107
|
-
Keyboard: phosphor_react_1.Keyboard
|
|
107
|
+
Keyboard: phosphor_react_1.Keyboard,
|
|
108
|
+
TextAa: phosphor_react_1.TextAa
|
|
108
109
|
};
|