first commit

This commit is contained in:
maher
2025-12-28 13:49:00 +01:00
commit f0b8392c55
6148 changed files with 743662 additions and 0 deletions

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);
}