import _IconFilterOffFill from "./icon-filter-off-fill.vue.js";
const IconFilterOffFill = Object.assign(_IconFilterOffFill, {
install: (app) => {
app.component(_IconFilterOffFill.name, _IconFilterOffFill);
}
});
export {
IconFilterOffFill as default
};