Icons Phase 1

This commit is contained in:
2026-04-23 14:11:15 +02:00
parent 225bf5ab87
commit 677e9fb798
29 changed files with 134 additions and 3 deletions
+50
View File
@@ -0,0 +1,50 @@
# Game Icons Category Stack
This theme includes a curated subset of SVGs from Game Icons for future category and subcategory icon work.
Source: https://game-icons.net and https://github.com/game-icons/icons
License: Creative Commons Attribution 3.0 Unported, https://creativecommons.org/licenses/by/3.0/
The SVGs in `public/game-icons/` were sanitized for theme use by removing the default black square background and changing the foreground fill to `currentColor`. They should be used as monochrome/tintable assets, preferably in an engraved faded-gold or dark-steel treatment. Category-specific colors can still come from the NodeBB ACP category color fields or future `wg-icon-*` classes.
## Recommended Mapping
| Category | Recommended icon | Asset |
| --- | --- | --- |
| INFORMATION | Scroll and quill | `public/game-icons/scroll-quill.svg` |
| Player Guide | Rule book | `public/game-icons/rule-book.svg` |
| Announcements | Ringing bell | `public/game-icons/ringing-bell.svg` |
| Patch Notes | Spinning wheel | `public/game-icons/spinning-wheel.svg` |
| COMMUNITY | Tavern sign | `public/game-icons/tavern-sign.svg` |
| General Discussion | Saloon | `public/game-icons/saloon.svg` |
| Introductions | Shaking hands | `public/game-icons/shaking-hands.svg` |
| Screenshots | Large paint brush | `public/game-icons/large-paint-brush.svg` |
| Creations | Flute | `public/game-icons/flute.svg` |
| ROLEPLAY | Drama masks | `public/game-icons/drama-masks.svg` |
| Notices | Target poster | `public/game-icons/target-poster.svg` |
| Rumors & Gossip | Chat bubble | `public/game-icons/chat-bubble.svg` |
| Journals & Biographies | Notebook | `public/game-icons/notebook.svg` |
| Factions & Guilds | Wax seal | `public/game-icons/wax-seal.svg` |
| SUPPORT | Glowing hands | `public/game-icons/glowing-hands.svg` |
| Common Issues & Questions | Question badge | `public/game-icons/question.svg` |
| Technical Help | Monkey wrench | `public/game-icons/monkey-wrench.svg` |
| Bug Reports | Long antennae bug | `public/game-icons/long-antennae-bug.svg` |
| Feedback | Idea | `public/game-icons/idea.svg` |
| DEVELOPMENT | Gears | `public/game-icons/gears.svg` |
| Tools & References | Toolbox | `public/game-icons/toolbox.svg` |
| General | Compass | `public/game-icons/compass.svg` |
| Lore | Open book | `public/game-icons/open-book.svg` |
| Designs | Pencil ruler | `public/game-icons/pencil-ruler.svg` |
| Programming | Processor | `public/game-icons/processor.svg` |
| Area Building | Castle ruins | `public/game-icons/castle-ruins.svg` |
## Attribution
The following Game Icons authors are represented in this curated set:
- Badges: `question.svg`
- Caro Asercion: `spinning-wheel.svg`
- Delapouite: `castle-ruins.svg`, `chat-bubble.svg`, `flute.svg`, `idea.svg`, `large-paint-brush.svg`, `monkey-wrench.svg`, `notebook.svg`, `pencil-ruler.svg`, `rule-book.svg`, `saloon.svg`, `scroll-quill.svg`, `shaking-hands.svg`, `target-poster.svg`, `tavern-sign.svg`, `toolbox.svg`
- Lorc: `compass.svg`, `drama-masks.svg`, `gears.svg`, `glowing-hands.svg`, `long-antennae-bug.svg`, `open-book.svg`, `processor.svg`, `ringing-bell.svg`, `wax-seal.svg`