ionicons.cjs.js 950 B

1234567891011121314151617181920212223
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. const index = require('./index-4b66db81.js');
  4. /*
  5. Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
  6. */
  7. const patchBrowser = () => {
  8. 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));
  9. const opts = {};
  10. if (importMeta !== '') {
  11. opts.resourcesUrl = new URL('.', importMeta).href;
  12. }
  13. return index.promiseResolve(opts);
  14. };
  15. patchBrowser().then(options => {
  16. 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);
  17. });
  18. exports.setNonce = index.setNonce;