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