feat(ui): add page decoration component for collection views

This commit is contained in:
2025-10-04 22:25:07 -04:00
parent 7b84bc32df
commit c30b205d9c
5 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32">
<defs>
<style>
.cls-1 {
fill: #373737;
}
</style>
</defs>
<path class="cls-1" d="M64,0H0v32h21.634c3.056-9.369,6.236-15.502,19.82-17.258,2.105-.272,4.23-.37,6.352-.37h16.193V0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 353 B