ion-icon.js 244 B

123456789
  1. /*!
  2. * (C) Ionic http://ionicframework.com - MIT License
  3. */
  4. import { I as Icon, d as defineCustomElement$1 } from './icon.js';
  5. const IonIcon = Icon;
  6. const defineCustomElement = defineCustomElement$1;
  7. export { IonIcon, defineCustomElement };