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