Zum Inhalt springen

utils/stripIconify

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

function stripIconify(params: {
icons: string[];
src: IconifyJSON;
}): IconifyJSON

Defined in: studiocms/packages/studiocms/src/utils/stripIconify.ts:11^

Strips an Iconify JSON object to only include specified icons.

An object containing the source Iconify JSON and an array of icon names to retain.

string[]

An array of icon names to retain in the stripped Iconify JSON.

IconifyJSON

The original Iconify JSON object.

IconifyJSON

A new Iconify JSON object containing only the specified icons.