"use strict";
const iconExpandHeightFill = require("./icon-expand-height-fill.vue.js");
const IconExpandHeightFill = Object.assign(iconExpandHeightFill, {
install: (app) => {
app.component(iconExpandHeightFill.name, iconExpandHeightFill);
}
});
module.exports = IconExpandHeightFill;