| 1 | const icons = [ |
| 2 | { name: "menu", |
| 3 | svg: '<svg width="$size$" height="$size$" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z" fill="$color$"/></svg>' }, |
| 4 | { name: "settings", |
nothing calls this directly
no test coverage detected