Adjust level star border width
This commit is contained in:
parent
9d0b7f3e35
commit
95d8ea6f0d
1 changed files with 5 additions and 5 deletions
|
@ -1511,7 +1511,7 @@ export const icons = {
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="black"
|
stroke="black"
|
||||||
strokeWidth="3"
|
strokeWidth="10"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1543,7 +1543,7 @@ export const icons = {
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="black"
|
stroke="black"
|
||||||
strokeWidth="3"
|
strokeWidth="10"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1575,7 +1575,7 @@ export const icons = {
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="black"
|
stroke="black"
|
||||||
strokeWidth="3"
|
strokeWidth="10"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1608,7 +1608,7 @@ export const icons = {
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="black"
|
stroke="black"
|
||||||
strokeWidth="3"
|
strokeWidth="10"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
@ -1640,7 +1640,7 @@ export const icons = {
|
||||||
height={props.size || '500'}
|
height={props.size || '500'}
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
stroke="black"
|
stroke="black"
|
||||||
strokeWidth="3"
|
strokeWidth="10"
|
||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue