You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All eos-icons are first created in outlined version. Then, when necessary, an outlined version is created. But, this is not always the case because in certain scenarios it makes no sense to create an outlined icon since the filled version is already a line, for example.
The issue is the following:
All eos-icons are first created in outlined version. Then, when necessary, an outlined version is created. But, this is not always the case because in certain scenarios it makes no sense to create an outlined icon since the filled version is already a line, for example.
The logic in https://github.com/EOS-uiux-Solutions/eos-icons-api/blob/main/src/utils/tools/getSvgCode.ts was created based on the contrary assumption, that icons were first created outlined. This is why we need to change it.
See the conversation below for more background:
The text was updated successfully, but these errors were encountered: