아이디 찾기11
This commit is contained in:
7
public/svg/chevron_small.tsx
Normal file
7
public/svg/chevron_small.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user