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