@deemlol/next-icons 0.2.6 → 0.2.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/build/animated/index.js
CHANGED
|
@@ -1001,6 +1001,4 @@ var Clock = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
|
1001
1001
|
});
|
|
1002
1002
|
Clock.displayName = "Clock";
|
|
1003
1003
|
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export { Alarm, AlarmCheck, AlarmMinus, AlarmOff, AlarmPlus, Clock, Alarm as default };
|
|
1004
|
+
export { Alarm, AlarmCheck, AlarmMinus, AlarmOff, AlarmPlus, Clock };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"name": "@deemlol/next-icons",
|
|
6
6
|
"description": "An open-source icon library for React and Next.js that is lightweight, designed for simplicity and seamless integration. Each icon is designed on a 24x24 pixels grid.",
|