SYMBOL INDEX (6 symbols across 1 files) FILE: index.js constant ICONS_PER_LINE (line 51) | const ICONS_PER_LINE = 15; constant ONE_ICON (line 52) | const ONE_ICON = 48; constant SCALE (line 53) | const SCALE = ONE_ICON / (300 - 44); function generateSvg (line 55) | function generateSvg(iconNames, perLine) { function parseShortNames (line 81) | function parseShortNames(names, theme = 'dark') { function handleRequest (line 93) | async function handleRequest(request) {