7 lines
389 B
XML
7 lines
389 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" width="90" height="90">
|
|
<rect width="90" height="90" rx="18" fill="#4285F4"/>
|
|
<text x="45" y="60" font-size="50" text-anchor="middle" fill="#FBC02D" font-family="Arial">★</text>
|
|
</svg>
|