@wlnt-ui/icons-vue 1.0.9 → 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.8 */
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);
@@ -4378,6 +4377,10 @@ var arealityMenus = [
4378
4377
  {
4379
4378
  name: "timeshare",
4380
4379
  iconName: "CircleTimeshareFilled"
4380
+ },
4381
+ {
4382
+ name: "product",
4383
+ iconName: "PropertyFilled"
4381
4384
  }
4382
4385
  ], linearMenus = [
4383
4386
  {
@@ -4500,6 +4503,3 @@ var MenuIcons = {
4500
4503
  let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
4501
4504
  return icon || null;
4502
4505
  };
4503
-
4504
- // src/index.ts
4505
- var src_default = components_exports;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /*! Wlnt Ui Icons Vue 1.0.8 */
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
 
@@ -4392,6 +4391,10 @@ var WlntUiIconsVue = (() => {
4392
4391
  {
4393
4392
  name: "timeshare",
4394
4393
  iconName: "CircleTimeshareFilled"
4394
+ },
4395
+ {
4396
+ name: "product",
4397
+ iconName: "PropertyFilled"
4395
4398
  }
4396
4399
  ], linearMenus = [
4397
4400
  {
@@ -4514,8 +4517,5 @@ var WlntUiIconsVue = (() => {
4514
4517
  let icon = [...MenuIcons.areality, ...MenuIcons.linear].find((i) => i.iconName === iconName);
4515
4518
  return icon || null;
4516
4519
  };
4517
-
4518
- // src/index.ts
4519
- var src_default = components_exports;
4520
4520
  return __toCommonJS(src_exports);
4521
4521
  })();