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