import _IconShakeHandsLine from "./icon-shake-hands-line.vue.js";
const IconShakeHandsLine = Object.assign(_IconShakeHandsLine, {
install: (app) => {
app.component(_IconShakeHandsLine.name, _IconShakeHandsLine);
}
});
export {
IconShakeHandsLine as default
};