@wlnt-ui/icons-vue 1.0.13 → 1.0.14
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 +954 -923
- package/dist/global.iife.js +954 -923
- 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 +953 -923
- package/dist/index.iife.js +953 -923
- 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/circuit.vue.d.ts +3 -0
- package/dist/types/components/index.d.ts +1 -0
- package/package.json +1 -1
@@ -38,6 +38,7 @@ export { default as CirclePauseFilled } from './circle-pause-filled.vue';
|
|
38
38
|
export { default as CircleStock } from './circle-stock.vue';
|
39
39
|
export { default as CircleTimeshareFilled } from './circle-timeshare-filled.vue';
|
40
40
|
export { default as CircleUser } from './circle-user.vue';
|
41
|
+
export { default as Circuit } from './circuit.vue';
|
41
42
|
export { default as Clean } from './clean.vue';
|
42
43
|
export { default as Close } from './close.vue';
|
43
44
|
export { default as Co2 } from './co2.vue';
|