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