Add radio button images (#951)

This commit is contained in:
toasted-nutbread 2020-10-20 23:07:13 -04:00 committed by GitHub
parent fcf63d71f5
commit 6422845bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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>

After

Width:  |  Height:  |  Size: 157 B

View File

@ -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>

After

Width:  |  Height:  |  Size: 179 B