import _IconHandHeartFill from "./icon-hand-heart-fill.vue.js";
const IconHandHeartFill = Object.assign(_IconHandHeartFill, {
install: (app) => {
app.component(_IconHandHeartFill.name, _IconHandHeartFill);
}
});
export {
IconHandHeartFill as default
};