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