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