feat(WEB-170): edit profile view
This commit is contained in:
11
components/TempDesignSystem/Form/SelectChevron/index.tsx
Normal file
11
components/TempDesignSystem/Form/SelectChevron/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ChevronDownIcon } from "@/components/Icons"
|
||||
|
||||
import styles from "./chevron.module.css"
|
||||
|
||||
export default function SelectChevron() {
|
||||
return (
|
||||
<span aria-hidden="true" className={styles.chevron}>
|
||||
<ChevronDownIcon height={24} width={24} />
|
||||
</span>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user