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