"use strict";
const iconStickyNoteAddLine = require("./icon-sticky-note-add-line.vue.js");
const IconStickyNoteAddLine = Object.assign(iconStickyNoteAddLine, {
install: (app) => {
app.component(iconStickyNoteAddLine.name, iconStickyNoteAddLine);
}
});
module.exports = IconStickyNoteAddLine;