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