"use strict";
const iconCameraOffFill = require("./icon-camera-off-fill.vue.js");
const IconCameraOffFill = Object.assign(iconCameraOffFill, {
install: (app) => {
app.component(iconCameraOffFill.name, iconCameraOffFill);
}
});
module.exports = IconCameraOffFill;