import _IconFileCheckLine from "./icon-file-check-line.vue.js";
const IconFileCheckLine = Object.assign(_IconFileCheckLine, {
install: (app) => {
app.component(_IconFileCheckLine.name, _IconFileCheckLine);
}
});
export {
IconFileCheckLine as default
};