24 lines
950 B
JavaScript
24 lines
950 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const index = require('./index-4b66db81.js');
|
|
|
|
/*
|
|
Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
|
|
*/
|
|
const patchBrowser = () => {
|
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('ionicons.cjs.js', document.baseURI).href));
|
|
const opts = {};
|
|
if (importMeta !== '') {
|
|
opts.resourcesUrl = new URL('.', importMeta).href;
|
|
}
|
|
return index.promiseResolve(opts);
|
|
};
|
|
|
|
patchBrowser().then(options => {
|
|
return index.bootstrapLazy([["ion-icon.cjs",[[1,"ion-icon",{"mode":[1025],"color":[1],"ios":[1],"md":[1],"flipRtl":[4,"flip-rtl"],"name":[513],"src":[1],"icon":[8],"size":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]]], options);
|
|
});
|
|
|
|
exports.setNonce = index.setNonce;
|