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