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