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