diff options
Diffstat (limited to 'ext/mixed/img')
-rw-r--r-- | ext/mixed/img/radio-button-dot.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/radio-button.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/mixed/img/radio-button-dot.svg b/ext/mixed/img/radio-button-dot.svg new file mode 100644 index 00000000..b1aebe27 --- /dev/null +++ b/ext/mixed/img/radio-button-dot.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle id="dot" cx="8" cy="8" r="3" fill="#333"/></svg>
\ No newline at end of file diff --git a/ext/mixed/img/radio-button.svg b/ext/mixed/img/radio-button.svg new file mode 100644 index 00000000..8c655069 --- /dev/null +++ b/ext/mixed/img/radio-button.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><circle cx="8" cy="8" r="6" stroke="#333" fill="none" stroke-width="2"/></svg>
\ No newline at end of file |