"use strict";
const iconGasStationFill = require("./icon-gas-station-fill.vue.js");
const IconGasStationFill = Object.assign(iconGasStationFill, {
install: (app) => {
app.component(iconGasStationFill.name, iconGasStationFill);
}
});
module.exports = IconGasStationFill;