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