mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
18 lines
655 B
XML
18 lines
655 B
XML
<?xml version="1.0"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="105" height="20">
|
|
<linearGradient id="a" x2="0" y2="100%">
|
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
|
<stop offset="2" stop-opacity=".1"/>
|
|
</linearGradient>
|
|
|
|
<rect rx="3" width="65" height="20" fill="#555"/> <!-- Comment -->
|
|
<rect rx="3" x="65" width="40" height="20" fill="#4c1"/>
|
|
|
|
<path fill="#4c1" d="M63 0h4v20h-4z"/>
|
|
|
|
<rect rx="3" width="105" height="20" fill="url(#a)"/>
|
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
|
<text x="30" y="14">detections</text>
|
|
<text x="83" y="14">1273</text>
|
|
</g>
|
|
</svg> |