Add border to level stars
This commit is contained in:
parent
98e6487dd8
commit
9d0b7f3e35
1 changed files with 8 additions and 8 deletions
|
@ -1510,8 +1510,8 @@ export const icons = {
|
||||||
width={props.size || '18'}
|
width={props.size || '18'}
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
stroke="black"
|
||||||
strokeWidth="0"
|
strokeWidth="3"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1542,8 +1542,8 @@ export const icons = {
|
||||||
width={props.size || '18'}
|
width={props.size || '18'}
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
stroke="black"
|
||||||
strokeWidth="0"
|
strokeWidth="3"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1574,8 +1574,8 @@ export const icons = {
|
||||||
width={props.size || '18'}
|
width={props.size || '18'}
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
stroke="black"
|
||||||
strokeWidth="0"
|
strokeWidth="3"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1607,8 +1607,8 @@ export const icons = {
|
||||||
width={props.size || '18'}
|
width={props.size || '18'}
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="currentColor"
|
stroke="black"
|
||||||
strokeWidth="0"
|
strokeWidth="3"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue