mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
374 B
9 lines
374 B
9 years ago
|
<?xml version="1.0"?>
|
||
|
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
version="1.0" width="256" height="256" id="test">
|
||
|
<desc>Example icon</desc>
|
||
|
<rect id="first" x="2" y="2" width="40" height="60" fill="navy"/>
|
||
|
<rect id="second" x="15" y="4" width="40" height="60" fill="red"/>
|
||
|
</svg>
|