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) 150 B
/// Get the new name for an icon if it has been used export function renameIcon(iconName, categoryName) { return `${iconName} ${categoryName}`; }