first commit

This commit is contained in:
maher
2026-05-16 17:37:29 +02:00
commit 7a183b96cf
6162 changed files with 744834 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// ionicons: Custom Elements Define Library, ES Module/ES5 Target
import { defineCustomElement } from './ionicons.core.js';
import {
Icon
} from './ionicons.components.js';
export function defineCustomElements(window, opts) {
defineCustomElement(window, [
Icon
], opts);
}