| 1234567891011 |
- import { PartialExtendedIconifyIcon } from './defaults.js';
- import '@iconify/types';
- /**
- * Merge icon and alias
- *
- * Can also be used to merge default values and icon
- */
- declare function mergeIconData<T extends PartialExtendedIconifyIcon>(parent: T, child: PartialExtendedIconifyIcon): T;
- export { mergeIconData };
|