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