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