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