34 lines
896 B
XML
34 lines
896 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg width="100" height="100" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||
|
<metadata>
|
||
|
<rdf:RDF>
|
||
|
<cc:Work rdf:about="">
|
||
|
<dc:format>image/svg+xml</dc:format>
|
||
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||
|
<dc:title/>
|
||
|
</cc:Work>
|
||
|
</rdf:RDF>
|
||
|
</metadata>
|
||
|
|
||
|
<style>
|
||
|
path {
|
||
|
fill: rgb(8,8,8);
|
||
|
transition: 0.3s ease-in-out;
|
||
|
}
|
||
|
|
||
|
#active:target path {
|
||
|
fill: rgb(221, 221, 221);
|
||
|
}
|
||
|
|
||
|
#highlight:target path {
|
||
|
fill: rgb(247, 247, 247);
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<g id="active">
|
||
|
<g id="highlight">
|
||
|
<path d="m0 40.874h100v18.253h-100zm0-34.867h100v18.331h-100zm0 69.657h100v18.331h-100z"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|