import _IconGasStationLine from "./icon-gas-station-line.vue.js";
const IconGasStationLine = Object.assign(_IconGasStationLine, {
install: (app) => {
app.component(_IconGasStationLine.name, _IconGasStationLine);
}
});
export {
IconGasStationLine as default
};