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