import _IconDoubleQuotesR from "./icon-double-quotes-r.vue.js";
const IconDoubleQuotesR = Object.assign(_IconDoubleQuotesR, {
install: (app) => {
app.component(_IconDoubleQuotesR.name, _IconDoubleQuotesR);
}
});
export {
IconDoubleQuotesR as default
};