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