1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
25 lines
735 B
Markdown
25 lines
735 B
Markdown
# Icons-Pool — Provenienz
|
||
|
||
UI-Icons als SVG (vorzugsweise) oder PNG. Konsistent im Stil
|
||
(linear, ~24×24 px Source, currentColor für Token-Farbgebung).
|
||
|
||
## Inventar
|
||
|
||
| Slug | Datei | Verwendet in | Quelle/Lizenz |
|
||
|---|---|---|---|
|
||
| _(noch leer)_ | | | |
|
||
|
||
## Empfohlene Quellen
|
||
|
||
- **Heroicons** (MIT) — https://heroicons.com — vorzugsweise outline-Variante
|
||
- **Feather Icons** (MIT) — https://feathericons.com
|
||
- **Eigene SVGs** — wenn nichts passt, Atlas erstellt
|
||
|
||
## Konvention
|
||
|
||
- SVG mit `viewBox="0 0 24 24"`, kein hardcoded fill (currentColor)
|
||
- Dateiname: `<funktion>.svg` (z.B. `sound-on.svg`, `pause.svg`,
|
||
`check.svg`, `cross.svg`)
|
||
- Wenn PNG nötig (Multi-Color-Icons): `<funktion>.png`, 96×96 px,
|
||
transparent
|