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