oolib 2.218.5 → 2.219.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 +4 -0
- package/dist/icons/index.js +2 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ export namespace icons {
|
|
|
147
147
|
export { Folder };
|
|
148
148
|
export { Users };
|
|
149
149
|
export { Power };
|
|
150
|
+
export { ListChecks };
|
|
151
|
+
export { ArrowElbowDownLeft };
|
|
150
152
|
export { OkeGoogleIcon };
|
|
151
153
|
export { LetterH };
|
|
152
154
|
export { IndexIcon };
|
|
@@ -361,6 +363,8 @@ import { NotebookIcon as Notebook } from '@phosphor-icons/react';
|
|
|
361
363
|
import { FolderIcon as Folder } from '@phosphor-icons/react';
|
|
362
364
|
import { UsersIcon as Users } from '@phosphor-icons/react';
|
|
363
365
|
import { PowerIcon as Power } from '@phosphor-icons/react';
|
|
366
|
+
import { ListChecksIcon as ListChecks } from '@phosphor-icons/react';
|
|
367
|
+
import { ArrowElbowDownLeftIcon as ArrowElbowDownLeft } from '@phosphor-icons/react';
|
|
364
368
|
import { OkeGoogleIcon } from "./custom";
|
|
365
369
|
import { LetterH } from "./custom";
|
|
366
370
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -152,6 +152,8 @@ exports.icons = {
|
|
|
152
152
|
Folder: react_1.FolderIcon,
|
|
153
153
|
Users: react_1.UsersIcon,
|
|
154
154
|
Power: react_1.PowerIcon,
|
|
155
|
+
ListChecks: react_1.ListChecksIcon,
|
|
156
|
+
ArrowElbowDownLeft: react_1.ArrowElbowDownLeftIcon,
|
|
155
157
|
//custom icons
|
|
156
158
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
157
159
|
LetterH: custom_1.LetterH,
|