내 강좌실 생성11

This commit is contained in:
wallace
2025-11-10 20:13:55 +09:00
parent 6a9cd7c1e4
commit efd5ab915e
4 changed files with 461 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
export default function ChevronSmall() {
return (
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 10.2075L11.854 6.35448L11.147 5.64648L8 8.79348L4.854 5.64648L4.146 6.35448L8 10.2075Z" fill="#2B82E8" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 10.2075L11.854 6.35448L11.147 5.64648L8 8.79348L4.854 5.64648L4.146 6.35448L8 10.2075Z" fill="#000000" />
</svg>
);
}