@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.
@@ -5,4 +5,3 @@ import AlarmOff from "./icons/alarm/AlarmOff";
5
5
  import AlarmPlus from "./icons/alarm/AlarmPlus";
6
6
  import Clock from "./icons/alarm/Clock";
7
7
  export { Alarm, AlarmCheck, AlarmMinus, AlarmOff, AlarmPlus, Clock };
8
- export default Alarm;
@@ -1001,6 +1001,4 @@ var Clock = /*#__PURE__*/forwardRef(function (_a, ref) {
1001
1001
  });
1002
1002
  Clock.displayName = "Clock";
1003
1003
 
1004
- // Alarm Icons
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.6",
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.",