/* icons.jsx — the Radish icon set. Inline SVG, no library. 24x24 viewBox, 1.6 stroke, currentColor, round caps/joins. Lowercase snake names; verbs for actions, nouns for objects. Written in the planner's own module style: no imports, no exports. Every page loads React globally and Babel-transpiles each file as a plain script, so this declares a global `Icon` (a function declaration) and also attaches window.RadishIcons. Load it BEFORE any consumer. A page-level script uses the bare `Icon`; a script wrapped in an IIFE may write `const Icon = window.RadishIcons.Icon`. NEVER write a top-level `const Icon` / destructuring of `Icon` off window — it collides with this file's global and throws at load. The first 22 glyphs are the production ICONS map verbatim; the next seven came with the account handoff (design_handoff_account); the last five (plans, supplier, money, idle, ext) are the /people glyphs, converted from JSX / groups to single path strings. `flag` and `more` came with design_handoff_task_inspector; `more`'s three dots are r=.5 circles, which the 1.6 stroke paints as the handoff's filled r=1.3 dots. `user` is one person, `users` is a group — they are not interchangeable. Icon-only buttons put aria-label on the