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