Conversation
PreviewThank you for creating a pull request. This preview shows you how your icons will look on the different themes: Check how your icons fit in a 16x16 grid with our Pixel Perfect Checker by following this link. You can find more information on how to contribute in the contribution guidelines. |
|
@PKief I believe the "navigation" folder in React Native serves the same purpose as the "routes" folder, so the icon should be consistent with the one used for "routes." Using a hamburger menu icon doesn't make sense, as it's typically associated with opening a menu inside an app, not with navigation setup in a project folder structure. The "navigation" folder should ideally use an icon that matches "routes," such as an arrow or a symbol directly related to navigation, rather than a hamburger menu. Additionally, I noticed that the icon added is for "folder-navigation-open" or "folder-navigation." I only want the "navigation" icon to be applied to the folder itself, not in the open state or a different variant. |
All folder icons in this icon theme have open and closed states. |
|
@PKief @lucas-labs Thank you! However, the "navigation" folder should have the exact same icon as the "routes" folder for both its open and closed states. |
|
@okaybeydanol I can update it. Until then you can also set this into your user settings to change the behavior: "material-icon-theme.folders.associations": {
"navigation": "routes"
} |
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the Marketplace. |
|
I was normally using it like that, but thanks @PKief lot, it has already been fixed. I'll see if there is an update. |

Description
Add navigation folder icon. I've used a hamburger as it's the typical icon for a menu / navigation.
Contribution Guidelines