"use strict";
const iconContrastDropLine = require("./icon-contrast-drop-line.vue.js");
const IconContrastDropLine = Object.assign(iconContrastDropLine, {
install: (app) => {
app.component(iconContrastDropLine.name, iconContrastDropLine);
}
});
module.exports = IconContrastDropLine;