"use strict";
const iconFolderWarningLine = require("./icon-folder-warning-line.vue.js");
const IconFolderWarningLine = Object.assign(iconFolderWarningLine, {
install: (app) => {
app.component(iconFolderWarningLine.name, iconFolderWarningLine);
}
});
module.exports = IconFolderWarningLine;