not important

This commit is contained in:
MathieuG-P
2022-06-19 21:59:29 +02:00
parent 5651b8554f
commit 9d7bc082c6
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -454,7 +454,7 @@
"ReleaseDate": "1652987460",
"year": "2022"
},
{
{
"BSVersion": "1.23.0",
"BSManifest": "8051970117665729770",
"ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/3346751320551809488",
@@ -462,4 +462,4 @@
"ReleaseDate": "1655218980",
"year": "2022"
}
]
]
@@ -4,10 +4,10 @@ export function BsNoteFill({className}: {className: string}) {
return (
<svg className={className} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 406.4 406.4" height="406.4" width="406.4">
<g>
<rect rx="69.453" height="406.4" width="406.4" fill="currentColor" fillRule="evenodd" paintOrder="fill markers stroke"/>
<path transform="translate(-70 170)" d="M135.467-109.4H406.4v33.867L270.933-7.8 135.467-75.533z" fill="white" />
</g>
</svg>
<g>
<rect rx="69.453" height="406.4" width="406.4" fill="currentColor" fillRule="evenodd" paintOrder="fill markers stroke"/>
<path transform="translate(-70 170)" d="M135.467-109.4H406.4v33.867L270.933-7.8 135.467-75.533z" fill="white" />
</g>
</svg>
)
}