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