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