oolib 2.217.2 → 2.217.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
|
@@ -141,6 +141,7 @@ export namespace icons {
|
|
|
141
141
|
export { Sparkle };
|
|
142
142
|
export { Chat };
|
|
143
143
|
export { Numpad };
|
|
144
|
+
export { Hash };
|
|
144
145
|
export { OkeGoogleIcon };
|
|
145
146
|
export { LetterH };
|
|
146
147
|
export { IndexIcon };
|
|
@@ -349,6 +350,7 @@ import { StackIcon as Stack } from '@phosphor-icons/react';
|
|
|
349
350
|
import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
|
|
350
351
|
import { ChatIcon as Chat } from '@phosphor-icons/react';
|
|
351
352
|
import { NumpadIcon as Numpad } from '@phosphor-icons/react';
|
|
353
|
+
import { HashIcon as Hash } from '@phosphor-icons/react';
|
|
352
354
|
import { OkeGoogleIcon } from "./custom";
|
|
353
355
|
import { LetterH } from "./custom";
|
|
354
356
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED