"use strict";
const iconListUnordered = require("./icon-list-unordered.vue.js");
const IconListUnordered = Object.assign(iconListUnordered, {
install: (app) => {
app.component(iconListUnordered.name, iconListUnordered);
}
});
module.exports = IconListUnordered;