"use strict";
const iconMapPinRangeLine = require("./icon-map-pin-range-line.vue.js");
const IconMapPinRangeLine = Object.assign(iconMapPinRangeLine, {
install: (app) => {
app.component(iconMapPinRangeLine.name, iconMapPinRangeLine);
}
});
module.exports = IconMapPinRangeLine;