Merge pull request #4948 from jamal-jackson/feature/checkbox_icon_to_svg
turned icon checkbox from onboarding into svgs
This commit is contained in:
commit
df1d9808d6
3 changed files with 29 additions and 14 deletions
8
www/img/onboarding-checkbox-checked.svg
Normal file
8
www/img/onboarding-checkbox-checked.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg width="35px" height="35px" viewBox="-1 -1 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons/Check/Green" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<circle id="Oval-7" stroke="#12E5B6" stroke-width="2" cx="16.5" cy="16.5" r="16.5"></circle>
|
||||
<polyline id="Shape" stroke="#12E5B6" stroke-width="2" points="8.42105263 17 14.3157895 23.5333333 23.1578947 10.4666667"></polyline>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 544 B |
7
www/img/onboarding-checkbox-unchecked.svg
Normal file
7
www/img/onboarding-checkbox-unchecked.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
<svg width="35px" height="35px" viewBox="-1 96 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 40.1 (33804) - http://www.bohemiancoding.com/sketch -->
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<circle id="Oval-7" stroke="#647CE8" stroke-width="2" fill="none" cx="16.5" cy="113.5" r="16.5"></circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 404 B |
Loading…
Add table
Add a link
Reference in a new issue