"use strict";
const iconHandHeartFill = require("./icon-hand-heart-fill.vue.js");
const IconHandHeartFill = Object.assign(iconHandHeartFill, {
install: (app) => {
app.component(iconHandHeartFill.name, iconHandHeartFill);
}
});
module.exports = IconHandHeartFill;