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