<ul class="gjs-icon-list menu bg-transparent p-0 gap-1" data-gjs-type="p_website.icon-list" data-gjs-custom-name="Icon list" data-gjs-droppable="true">
<li class="gjs-icon-list-item" data-gjs-droppable="false">
<span class="gjs-icon-list-marker text-primary shrink-0" aria-hidden="true">
<svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L19 6"/></svg>
</span>
<span data-gjs-editable="true">First feature</span>
</li>
<li class="gjs-icon-list-item" data-gjs-droppable="false">
<span class="gjs-icon-list-marker text-primary shrink-0" aria-hidden="true">
<svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12l4 4L19 6"/></svg>
</span>
<span data-gjs-editable="true">Second feature</span>
</li>
</ul>