import _IconFunctionAddLine from "./icon-function-add-line.vue.js";
const IconFunctionAddLine = Object.assign(_IconFunctionAddLine, {
install: (app) => {
app.component(_IconFunctionAddLine.name, _IconFunctionAddLine);
}
});
export {
IconFunctionAddLine as default
};