Expand description
Built-in SVG icon set for SurfDoc.
A curated subset of icons for use in ::cta and ::nav blocks via icon= attribute.
Each icon is a minimal inline SVG (24x24 viewbox, stroke-based, currentColor).
Functions§
- available_
icons - Return the list of all available icon names.
- get_
icon - Look up a built-in icon by name. Returns an inline SVG string or
None.