@wlnt-ui/icons-vue 1.0.18 → 1.0.22
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/global.cjs +790 -767
- package/dist/global.iife.js +790 -767
- package/dist/global.iife.min.js +2 -2
- package/dist/global.js +0 -0
- package/dist/global.min.cjs +2 -2
- package/dist/global.min.js +2 -2
- package/dist/index.cjs +794 -767
- package/dist/index.iife.js +794 -767
- package/dist/index.iife.min.js +2 -2
- package/dist/index.js +0 -0
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/electricity-spot.vue.d.ts +3 -0
- package/dist/types/components/index.d.ts +1 -0
- package/package.json +1 -1
@@ -64,6 +64,7 @@ export { default as Drag } from './drag.vue';
|
|
64
64
|
export { default as Edit } from './edit.vue';
|
65
65
|
export { default as ElectricChargeFilled } from './electric-charge-filled.vue';
|
66
66
|
export { default as ElectricCharge } from './electric-charge.vue';
|
67
|
+
export { default as ElectricitySpot } from './electricity-spot.vue';
|
67
68
|
export { default as Electricity } from './electricity.vue';
|
68
69
|
export { default as Energy } from './energy.vue';
|
69
70
|
export { default as EnterpriseFilled } from './enterprise-filled.vue';
|