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