import _IconFolderWarningLine from "./icon-folder-warning-line.vue.js";
const IconFolderWarningLine = Object.assign(_IconFolderWarningLine, {
install: (app) => {
app.component(_IconFolderWarningLine.name, _IconFolderWarningLine);
}
});
export {
IconFolderWarningLine as default
};