oolib 2.177.2 → 2.177.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
|
@@ -122,6 +122,7 @@ export namespace icons {
|
|
|
122
122
|
export { ArrowLineDown };
|
|
123
123
|
export { PaperPlaneTilt };
|
|
124
124
|
export { NotePencil };
|
|
125
|
+
export { CircleNotch };
|
|
125
126
|
export { OkeGoogleIcon };
|
|
126
127
|
export { LetterH };
|
|
127
128
|
export { IndexIcon };
|
|
@@ -309,6 +310,7 @@ import { CirclesFour } from 'phosphor-react';
|
|
|
309
310
|
import { ArrowLineDown } from 'phosphor-react';
|
|
310
311
|
import { PaperPlaneTilt } from 'phosphor-react';
|
|
311
312
|
import { NotePencil } from 'phosphor-react';
|
|
313
|
+
import { CircleNotch } from 'phosphor-react';
|
|
312
314
|
import { OkeGoogleIcon } from "./custom";
|
|
313
315
|
import { LetterH } from "./custom";
|
|
314
316
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -127,6 +127,7 @@ exports.icons = {
|
|
|
127
127
|
ArrowLineDown: phosphor_react_1.ArrowLineDown,
|
|
128
128
|
PaperPlaneTilt: phosphor_react_1.PaperPlaneTilt,
|
|
129
129
|
NotePencil: phosphor_react_1.NotePencil,
|
|
130
|
+
CircleNotch: phosphor_react_1.CircleNotch,
|
|
130
131
|
//custom icons
|
|
131
132
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
132
133
|
LetterH: custom_1.LetterH,
|