import _IconMapPinUserLine from "./icon-map-pin-user-line.vue.js";
const IconMapPinUserLine = Object.assign(_IconMapPinUserLine, {
install: (app) => {
app.component(_IconMapPinUserLine.name, _IconMapPinUserLine);
}
});
export {
IconMapPinUserLine as default
};