loadIcons
function loadIcons(options): Promise<{[k: string]: IconifyJSON;}>;Defined in: modules/packages/core/astro-iconify-svgmap/src/utilities.ts:55
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<{
[k: string]: IconifyJSON;
}>