import _IconExpandHeightFill from "./icon-expand-height-fill.vue.js";
const IconExpandHeightFill = Object.assign(_IconExpandHeightFill, {
install: (app) => {
app.component(_IconExpandHeightFill.name, _IconExpandHeightFill);
}
});
export {
IconExpandHeightFill as default
};