Icon registry: semantic names → Unicode glyphs for chirp-ui components.
Use theicon filter to resolve names in templates: {{ "status" | icon }}→ ◎.
Unknown names pass through unchanged for backward compatibility.
icons
| Name | Type | Default | Description |
|---|---|---|---|
type
|
|
— | |
qualified_name
|
|
— | |
element_type
|
|
— | |
description
|
|
— | |
source_file
|
|
— | |
line_number
|
|
— | |
is_autodoc
|
|
— | |
autodoc_element
|
|
— | |
_autodoc_template
|
|
— | |
_autodoc_url_path
|
|
— | |
_autodoc_page_type
|
|
— | |
title
|
|
— | |
doc_content_hash
|
|
— |
Symbols on this page
icon
function
def icon(name: str) -> str
Resolve icon name to glyph; unknown names pass through.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
name
|
str
|
— |
View source · /home/runner/work/chirp-ui/chirp-ui/site/../src/chirp_ui/icons.py:1