import _IconSortAlphabetDesc from "./icon-sort-alphabet-desc.vue.js";
const IconSortAlphabetDesc = Object.assign(_IconSortAlphabetDesc, {
install: (app) => {
app.component(_IconSortAlphabetDesc.name, _IconSortAlphabetDesc);
}
});
export {
IconSortAlphabetDesc as default
};