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