import _IconFontSansSerif from "./icon-font-sans-serif.vue.js";
const IconFontSansSerif = Object.assign(_IconFontSansSerif, {
install: (app) => {
app.component(_IconFontSansSerif.name, _IconFontSansSerif);
}
});
export {
IconFontSansSerif as default
};