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