https://github.com/AtomMaterialUI/iconGenerator
Icon Collection used within the Atom Material Icons plugins (for JetBrains, Chrome and Firefox)
https://github.com/AtomMaterialUI/iconGenerator
chrome extension firefox icons ide jetbrains plugin
Last synced: 8 months ago
JSON representation
Icon Collection used within the Atom Material Icons plugins (for JetBrains, Chrome and Firefox)
- Host: GitHub
- URL: https://github.com/AtomMaterialUI/iconGenerator
- Owner: AtomMaterialUI
- License: mit
- Created: 2020-04-01T06:55:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T10:08:46.000Z (9 months ago)
- Last Synced: 2025-06-29T09:39:20.936Z (9 months ago)
- Topics: chrome, extension, firefox, icons, ide, jetbrains, plugin
- Language: TypeScript
- Homepage:
- Size: 39.7 MB
- Stars: 90
- Watchers: 3
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - AtomMaterialUI/iconGenerator - Icon Collection used within the Atom Material Icons plugins (for JetBrains, Chrome and Firefox) (TypeScript)
README
Icon Generator for Atom Material File Icons
This is the icon generator for the [Atom Material File Icons Project](https://github.com/mallowigi/a-file-icon-idea).
## File Icons

## Folder Icons

## Usage
- `npm install`
- **NOTE**: On Mac M1, you need node v12 to be able to install `node-gyp`
- `npm run example` to run the **Examples Generator**
- `npm run wiki` to generate the **Wiki Pages**
- `npm run preview` to generate the **Preview Images**
- `npm run kotlin` to generate the **Kotlin Files**
## TODO
As I came back to this project to add more stuff, I'm having a hard time refactoring it, so the code used there is starting to become more
and more unmaintainable.
- Remove Git Client
- Refactor duplicate codes
## Credits
Special credits to:
- The [Material Theme UI plugin](https://www.material-theme.com) for the implementation
- [Atom File Icons](https://github.com/file-icons/atom) and [Sublime Text A File Icon](https://github.com/SublimeText/AFileIcon) for the
idea and icons
- [Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme) for the Preview Idea (and some of the implementation)
- [Scientifics Study Vectors](https://www.svgrepo.com/svg/121720/atom) for the plugin icon
- [File-Icons](https://github.com/file-icons/source/blob/master/charmap.md)
- [FontAwesome 4.7.0](https://fontawesome.com/v4.7.0/cheatsheet/)
- [MFixx](https://github.com/file-icons/MFixx/blob/master/charmap.md)
- [Devicons](https://github.com/file-icons/DevOpicons/blob/master/charmap.md)
- [Octicons](https://octicons.github.com/)
- [Material Design Icons](https://materialdesignicons.com/)