23 lines
499 B
Svelte
23 lines
499 B
Svelte
<svg
|
|
width="48"
|
|
height="48"
|
|
viewBox="0 0 48 48"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
{...$$props}
|
|
>
|
|
<rect width="48" height="48" rx="8" fill="#FFEDD5" />
|
|
<path
|
|
d="M28.0413 20L23.9998 13L19.9585 20M32.0828 27.0001L36.1242 34H28.0415M19.9585 34H11.8755L15.9171 27"
|
|
stroke="#FB923C"
|
|
stroke-width="2"
|
|
/>
|
|
<path
|
|
fill-rule="evenodd"
|
|
clip-rule="evenodd"
|
|
d="M18.804 30H29.1963L24.0001 21L18.804 30Z"
|
|
stroke="#FDBA74"
|
|
stroke-width="2"
|
|
/>
|
|
</svg>
|