import _IconFindReplaceFill from "./icon-find-replace-fill.vue.js";
const IconFindReplaceFill = Object.assign(_IconFindReplaceFill, {
install: (app) => {
app.component(_IconFindReplaceFill.name, _IconFindReplaceFill);
}
});
export {
IconFindReplaceFill as default
};