(name)
| 28047 | * @param name - Icon name to normalize. |
| 28048 | * @returns {string} Normalized icon name to use for indexing and mapping. |
| 28049 | */ var normalizeIconName = function(name) { |
| 28050 | return name.toLowerCase(); |
| 28051 | }; |
| 28052 | function registerIcons(iconSubset, options) { |
| 28053 | var subset = (0, _tslib.__assign)((0, _tslib.__assign)({}, iconSubset), { |
| 28054 | isRegistered: false, |
no outgoing calls
no test coverage detected