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