import _IconMenuUnfold2Line from "./icon-menu-unfold-2-line.vue.js";
const IconMenuUnfold2Line = Object.assign(_IconMenuUnfold2Line, {
install: (app) => {
app.component(_IconMenuUnfold2Line.name, _IconMenuUnfold2Line);
}
});
export {
IconMenuUnfold2Line as default
};