@lifesg/react-icons 1.16.0 → 1.18.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/cheer-fill.d.ts +5 -0
- package/cheer-fill.esm.js +1 -0
- package/cheer-fill.js +1 -0
- package/cheer.d.ts +5 -0
- package/cheer.esm.js +1 -0
- package/cheer.js +1 -0
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.ts.esm.js +1 -1
- package/index.ts.js +1 -1
- package/lock-open-fill.d.ts +5 -0
- package/lock-open-fill.esm.js +1 -0
- package/lock-open-fill.js +1 -0
- package/lock-open.d.ts +5 -0
- package/lock-open.esm.js +1 -0
- package/lock-open.js +1 -0
- package/package.json +1 -1
- package/thumb-down-fill.d.ts +5 -0
- package/thumb-down-fill.esm.js +1 -0
- package/thumb-down-fill.js +1 -0
- package/thumb-down.d.ts +5 -0
- package/thumb-down.esm.js +1 -0
- package/thumb-down.js +1 -0
package/index.d.ts
CHANGED
|
@@ -54,6 +54,8 @@ export * from "./caret-right";
|
|
|
54
54
|
export * from "./caret-up";
|
|
55
55
|
export * from "./chart-fill";
|
|
56
56
|
export * from "./chart";
|
|
57
|
+
export * from "./cheer-fill";
|
|
58
|
+
export * from "./cheer";
|
|
57
59
|
export * from "./chevron-2-left";
|
|
58
60
|
export * from "./chevron-2-right";
|
|
59
61
|
export * from "./chevron-down";
|
|
@@ -128,6 +130,8 @@ export * from "./lightbulb";
|
|
|
128
130
|
export * from "./link";
|
|
129
131
|
export * from "./list";
|
|
130
132
|
export * from "./lock-fill";
|
|
133
|
+
export * from "./lock-open-fill";
|
|
134
|
+
export * from "./lock-open";
|
|
131
135
|
export * from "./lock";
|
|
132
136
|
export * from "./login";
|
|
133
137
|
export * from "./logout";
|
|
@@ -209,6 +213,8 @@ export * from "./tablet-fill";
|
|
|
209
213
|
export * from "./tablet";
|
|
210
214
|
export * from "./text-fill";
|
|
211
215
|
export * from "./text";
|
|
216
|
+
export * from "./thumb-down-fill";
|
|
217
|
+
export * from "./thumb-down";
|
|
212
218
|
export * from "./thumb-up-fill";
|
|
213
219
|
export * from "./thumb-up";
|
|
214
220
|
export * from "./tick-circle-fill";
|