| <svg | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="100%" | |
| height="100%" | |
| viewBox="0 0 32 32" | |
| ><path | |
| fill="none" | |
| d="M16 26a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 26Zm-1.125-5h2.25v-9h-2.25Z" | |
| /><path | |
| fill="currentColor" | |
| d="M16.002 6.171h-.004L4.648 27.997l.003.003h22.698l.002-.003ZM14.875 12h2.25v9h-2.25ZM16 26a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 26Z" | |
| /><path | |
| fill="currentColor" | |
| d="M29 30H3a1 1 0 0 1-.887-1.461l13-25a1 1 0 0 1 1.774 0l13 25A1 1 0 0 1 29 30ZM4.65 28h22.7l.001-.003L16.002 6.17h-.004L4.648 27.997Z" | |
| /></svg | |
| > | |
| <style> | |
| svg { | |
| margin: var(--spacing-xxl) 0 var(--spacing-lg) var(--spacing-lg) ; | |
| width: 18px; | |
| height: 18px; | |
| color: var(--color-red-500); | |
| } | |
| svg path { | |
| transform: translateY(2px); | |
| color: var(--color-red-500); | |
| } | |
| </style> | |