"use strict";
const iconHardDrive2Fill2 = require("./icon-hard-drive-2-fill-2.vue.js");
const IconHardDrive2Fill2 = Object.assign(iconHardDrive2Fill2, {
install: (app) => {
app.component(iconHardDrive2Fill2.name, iconHardDrive2Fill2);
}
});
module.exports = IconHardDrive2Fill2;