<media_information>
- File: {{name}}
- Type: {{type}}
{%if width and height %}
- Dimensions: {{width}}x{{height}}px
{%endif%}
{%if svgContent %}

SVG Content:
```xml
{{svgContent}}
```

Please analyze the SVG code above and describe what visual elements and theme it represents. Focus on the visual appearance and purpose, not the code structure or file paths.
{%endif%}
</media_information>

