summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-20 23:07:13 -0400
committerGitHub <noreply@github.com>2020-10-20 23:07:13 -0400
commit6422845bbb244697b2c8800bced8bb8ece6f1f5f (patch)
tree25b8857272e2990a9eb0efc34931a28264e719b4
parentfcf63d71f525e4a44e37677b87aad724a3ca3fa7 (diff)
Add radio button images (#951)
-rw-r--r--ext/mixed/img/radio-button-dot.svg1
-rw-r--r--ext/mixed/img/radio-button.svg1
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