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