blob: ca926b75120f3e1bbd8bd4613f26ccceb66d06cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 21 21" enable-background="new 0 0 21 21" xml:space="preserve">
<style>
use:not(:target) {
display: none;
}
use {
fill: #2292d0;
}
use[id$="-native"] {
fill: -moz-dialogText;
}
</style>
<defs style="display: none;">
<circle id="radio-shape" cx="10.5" cy="10.5" r="6"/>
</defs>
<use id="radio" xlink:href="#radio-shape"/>
<use id="radio-native" xlink:href="#radio-shape"/>
</svg>
|