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