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