From 46d880aeb8696b4d436f51fb4ffe6bb3c0e9aea4 Mon Sep 17 00:00:00 2001 From: ANIR1604 Date: Tue, 10 Jun 2025 18:55:28 +0530 Subject: [PATCH] Deleted IonIconsJS --- temp/ionicons.js | 58 ------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 temp/ionicons.js diff --git a/temp/ionicons.js b/temp/ionicons.js deleted file mode 100644 index fa20ab671..000000000 --- a/temp/ionicons.js +++ /dev/null @@ -1,58 +0,0 @@ -import { g as globalScripts } from './app-globals-DQuL1Twl.js'; -import { p as promiseResolve, b as bootstrapLazy } from './index-BNvuUjt3.js'; - -export { s as setNonce } from './index-BNvuUjt3.js'; - -/* - Stencil Client Patch Browser v4.30.0 | MIT Licensed | https://stenciljs.com - */ - -var patchBrowser = () => { - const importMeta = import.meta.url; - const opts = {}; - if (importMeta !== '') { - opts.resourcesUrl = new URL('.', importMeta).href; - } - return promiseResolve(opts); -}; - -patchBrowser().then(async (options) => { - await globalScripts(); - return bootstrapLazy( - [ - [ - 'ion-icon', - [ - [ - 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] - }, - null, - { - name: ['loadIcon'], - src: ['loadIcon'], - icon: ['loadIcon'], - ios: ['loadIcon'], - md: ['loadIcon'] - } - ] - ] - ] - ], - options - ); -});