Replace row edit icon SVG in table.py

Closes #2796
This commit is contained in:
Copilot 2026-06-22 13:22:56 -07:00 committed by Simon Willison
commit 1717ab02f7

View file

@ -455,8 +455,8 @@ async def display_columns_and_rows(
'xmlns="http://www.w3.org/2000/svg" width="14" height="14" '
'viewBox="0 0 24 24" fill="none" stroke="currentColor" '
'stroke-width="2" stroke-linecap="round" stroke-linejoin="round">'
'<path d="M12 20h9"></path>'
'<path d="M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4Z"></path>'
'<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path>'
'<path d="M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>'
"</svg>"
)
delete_icon = (