()
| 12718 | |
| 12719 | var styles$1 = namespace.styles; |
| 12720 | var emptyCanonicalIcon = function emptyCanonicalIcon() { |
| 12721 | return { |
| 12722 | prefix: null, |
| 12723 | iconName: null, |
| 12724 | rest: [], |
| 12725 | }; |
| 12726 | }; |
| 12727 | function getCanonicalIcon(values) { |
| 12728 | return values.reduce(function (acc, cls) { |
| 12729 | var iconName = getIconName(config.familyPrefix, cls); |
no outgoing calls
no test coverage detected