icons-src
Installation
SKILL.md
Icons-src: Adding Custom Font Icons
Location
packages/salesforcedx-vscode-services/media/icons-src/
SVG Requirements
- viewBox:
0 0 24 24only (enables better upscaling) - xmlns:
http://www.w3.org/2000/svg - fill:
currentColoron inner<g>so VS Code themes control color - structure: wrap paths in
<g fill="currentColor" transform="scale(X)">— adjust scale so glyph fits 24×24
External sources (Wikipedia, Illustrator, etc.) may be too complex for font generation. Simplify in vector editor or substitute alternative.