oolib 2.214.5 → 2.214.7
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 +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -134,6 +134,8 @@ export namespace icons {
|
|
|
134
134
|
export { Translate };
|
|
135
135
|
export { SlidersHorizontal };
|
|
136
136
|
export { Stack };
|
|
137
|
+
export { Sparkle };
|
|
138
|
+
export { Chat };
|
|
137
139
|
export { OkeGoogleIcon };
|
|
138
140
|
export { LetterH };
|
|
139
141
|
export { IndexIcon };
|
|
@@ -335,6 +337,8 @@ import { ChartDonutIcon as ChartDonut } from '@phosphor-icons/react';
|
|
|
335
337
|
import { TranslateIcon as Translate } from '@phosphor-icons/react';
|
|
336
338
|
import { SlidersHorizontalIcon as SlidersHorizontal } from '@phosphor-icons/react';
|
|
337
339
|
import { StackIcon as Stack } from '@phosphor-icons/react';
|
|
340
|
+
import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
|
|
341
|
+
import { ChatIcon as Chat } from '@phosphor-icons/react';
|
|
338
342
|
import { OkeGoogleIcon } from "./custom";
|
|
339
343
|
import { LetterH } from "./custom";
|
|
340
344
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -139,6 +139,8 @@ exports.icons = {
|
|
|
139
139
|
Translate: react_1.TranslateIcon,
|
|
140
140
|
SlidersHorizontal: react_1.SlidersHorizontalIcon,
|
|
141
141
|
Stack: react_1.StackIcon,
|
|
142
|
+
Sparkle: react_1.SparkleIcon,
|
|
143
|
+
Chat: react_1.ChatIcon,
|
|
142
144
|
//custom icons
|
|
143
145
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
144
146
|
LetterH: custom_1.LetterH,
|