import _IconStickyNote2Line from "./icon-sticky-note-2-line.vue.js";
const IconStickyNote2Line = Object.assign(_IconStickyNote2Line, {
install: (app) => {
app.component(_IconStickyNote2Line.name, _IconStickyNote2Line);
}
});
export {
IconStickyNote2Line as default
};