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