SuzukiTakamasa / Casaparo

0 stars 0 forks source link

Home画面のハンバーガメニューボタンをheroiconsのものにする #11

Closed SuzukiTakamasa closed 6 months ago

SuzukiTakamasa commented 6 months ago

ハンバーガー

<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">
  <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>

×ボタン

<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">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
</svg>
SuzukiTakamasa commented 6 months ago

対応済み