mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
feat: add example
This commit is contained in:
8
examples/demo-frontend/public/product-placeholder.svg
Normal file
8
examples/demo-frontend/public/product-placeholder.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480" role="img" aria-labelledby="title description">
|
||||
<title id="title">Product image unavailable</title>
|
||||
<desc id="description">Neutral geometric placeholder for a missing product image.</desc>
|
||||
<rect width="640" height="480" fill="#ebe9e2"/>
|
||||
<path d="M0 390 180 210l105 105 78-78 277 243H0Z" fill="#b7d72c"/>
|
||||
<circle cx="470" cy="130" r="58" fill="#3057ff"/>
|
||||
<path d="M72 74h214v24H72zm0 48h142v16H72z" fill="#171813"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 496 B |
Reference in New Issue
Block a user