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