UNPKG

zeta-icon-name-checker

Version:

A utility used to check the validity of icon and category names in the Zeta Icon Library.

5 lines (4 loc) 176 B
/// Get the new name for an icon if it has been used export function renameIcon(iconName: string, categoryName: string): string { return `${iconName} ${categoryName}`; }