Remove a custom icon from the library.
Import:
import { removeIcon } from 'obsidian';
Example:
removeIcon('my-icon');
Signature:
function removeIcon(iconId: string): void
Parameters:
iconId
Returns: void