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