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