https://shop.filamentphp.com/
Bu sitede ki bu sepet iconunu https://prnt.sc/7Bu3LAZnpeFb yapmaya çalışıyorum dostlar da bu iconun üstünde yer alan 1 2 3 adet olan şekli yapamadım 😃
sayfa büyüdükçe küçüldükçe hepsi bir tarafa gidiyor bir el atabilir misiniz ?
<style>
.flex-container {
display: flex;
align-items: center; /* Dikey hizalama */
}
.icon {
margin-right: 0.5rem; /* İkon ile metin arasındaki boşluk */
}
</style>
<div class="flex-container">
<a href="/admin/company-creates/sort" class="flex-container">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 icon">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"/>
</svg>
<span>Basket(0 Adet)</span>
</a>
</div>