loadIcons
function loadIcons(options): Promise<{[k: string]: IconifyJSON;}>;Defined in: utilities.ts:55
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<{
[k: string]: IconifyJSON;
}>