아이디 찾기11

This commit is contained in:
wallace
2025-11-10 19:48:54 +09:00
parent 3d226a65f7
commit 6a9cd7c1e4
4 changed files with 158 additions and 14 deletions

View File

@@ -0,0 +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" />
</svg>
);
}