@autoafleveren/ui 0.16.7 → 0.16.8

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.
@@ -9,7 +9,7 @@ export { default as CompanyIcon } from './CompanyIcon.vue';
9
9
  export { default as HeroPersonRoundedIcon } from './HeroPersonRoundedIcon.vue';
10
10
  export { default as ChatPersonRoundedIcon } from './ChatPersonRoundedIcon.vue';
11
11
  export * from './status';
12
- export { UserIcon as UserSolidIcon, BellIcon as BellSolidIcon, KeyIcon as KeySolidIcon, BugAntIcon as BugAntSolidIcon, } from '@heroicons/vue/24/solid/index.js';
12
+ export { UserIcon as UserSolidIcon, BellIcon as BellSolidIcon, KeyIcon as KeySolidIcon, BugAntIcon as BugAntSolidIcon, BuildingOfficeIcon as BuildingOfficeSolidIcon, } from '@heroicons/vue/24/solid/index.js';
13
13
  export * from '@heroicons/vue/24/outline/index.js';
14
14
  export { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
15
15
  export { byPrefixAndName, all } from '@awesome.me/kit-6a64244790/icons';