Added base restaurants and icons

This commit is contained in:
Alexis
2025-08-21 17:36:23 +02:00
parent 9455991fae
commit 10b461d6ae
13 changed files with 1403 additions and 48 deletions

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<circle fill="#fff" cx="128" cy="128" r="128" />
<path fill="#000" transform="scale(0.6)" transform-origin="center" d="M200,40H48a40,40,0,0,0-16,76.65V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V116.65A40,40,0,0,0,200,40Zm-56,64a8,8,0,0,0,0,16v80H48V120a8,8,0,0,0,0-16,24,24,0,0,1,0-48h96a24,24,0,0,1,0,48Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 394 B