-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Redux Icons and Folders #190
Comments
@keidsondesigner Thank you for using the template file! Can you share your Figma file so I can add them to the main one? |
yep! what's your email? |
You can just share a link that's visible to the public and I'll copy/paste them over |
Can you share what file names/patterns these map to? |
@keidsondesigner I've been looking at other file icon themes and I can't find examples of file names that these would map to, do you mind providing some examples? I don't use redux/react so I wouldn't know. |
Hi @miguelsolorio it looks like this |
I've added these redux files: I also added the related folder icons as well but did not assign them in the theme because the names are a little too generic to conflict with other folders names (actions, selector, etc.). I also noticed other file themes do a similar thing. Feel free to define them in your user settings if you'd like to use them: "symbols.folders.associations": {
"actions": "folder-redux-actions",
"facade": "folder-redux-facade",
"reducer": "folder-redux-reducer",
"selector": "folder-redux-selector",
"effects": "folder-redux-effects"
} |
It would be great to have a specific icon for Redux files and folders
The text was updated successfully, but these errors were encountered: