"use strict";
const iconDoubleQuotesR = require("./icon-double-quotes-r.vue.js");
const IconDoubleQuotesR = Object.assign(iconDoubleQuotesR, {
install: (app) => {
app.component(iconDoubleQuotesR.name, iconDoubleQuotesR);
}
});
module.exports = IconDoubleQuotesR;