2 lines
96 B
Python
2 lines
96 B
Python
def icon_info(icon):
|
|
return f"[{icon.filename}](<{icon.url}>) ({icon.width}x{icon.height})"
|