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