@wlnt-ui/icons-vue 1.0.10 → 1.0.11

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/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /*! Wlnt Ui Icons Vue 1.0.9 */
2
+ /*! Wlnt Ui Icons Vue 1.0.10 */
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -195,7 +195,6 @@ __export(src_exports, {
195
195
  WordSystem: () => word_system_default,
196
196
  ZoomOut: () => zoom_out_default,
197
197
  ZoomUp: () => zoom_up_default,
198
- default: () => src_default,
199
198
  getMenuIconByName: () => getMenuIconByName
200
199
  });
201
200
  module.exports = __toCommonJS(src_exports);
@@ -4504,6 +4503,3 @@ var MenuIcons = {
4504
4503
  let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
4505
4504
  return icon || null;
4506
4505
  };
4507
-
4508
- // src/index.ts
4509
- var src_default = components_exports;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /*! Wlnt Ui Icons Vue 1.0.9 */
2
+ /*! Wlnt Ui Icons Vue 1.0.10 */
3
3
 
4
4
  var WlntUiIconsVue = (() => {
5
5
  var __create = Object.create;
@@ -210,7 +210,6 @@ var WlntUiIconsVue = (() => {
210
210
  WordSystem: () => word_system_default,
211
211
  ZoomOut: () => zoom_out_default,
212
212
  ZoomUp: () => zoom_up_default,
213
- default: () => src_default,
214
213
  getMenuIconByName: () => getMenuIconByName
215
214
  });
216
215
 
@@ -4518,8 +4517,5 @@ var WlntUiIconsVue = (() => {
4518
4517
  let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
4519
4518
  return icon || null;
4520
4519
  };
4521
-
4522
- // src/index.ts
4523
- var src_default = components_exports;
4524
4520
  return __toCommonJS(src_exports);
4525
4521
  })();