"use strict";
const iconDragDropLine = require("./icon-drag-drop-line.vue.js");
const IconDragDropLine = Object.assign(iconDragDropLine, {
install: (app) => {
app.component(iconDragDropLine.name, iconDragDropLine);
}
});
module.exports = IconDragDropLine;