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