UNICODE_GLYPHS = Glyphs(
tool_prefix='⏺',
ellipsis='…',
checkmark='✓',
error='✗',
circle_empty='○',
circle_filled='●',
output_prefix='⎿',
spinner_frames=('⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'),
pause='⏸',
newline='⏎',
warning='⚠',
question='?',
arrow_up='↑',
arrow_down='↓',
bullet='•',
cursor='›',
box_vertical='│',
box_horizontal='─',
box_double_horizontal='═',
gutter_bar='▌',
tree_branch='├── ',
tree_last='└── ',
tree_vertical='│ '
)