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