feat: 공통 컴포넌트 추가 생성
This commit is contained in:
9
web-app/app/shared/components/icons/OverlayArrow.tsx
Normal file
9
web-app/app/shared/components/icons/OverlayArrow.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SVGProps } from 'react';
|
||||
|
||||
export function OverlayArrowIcon(props: SVGProps<SVGSVGElement>) {
|
||||
return (
|
||||
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
||||
<path d="M4.5 7L0 0H9L4.5 7Z" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user