feat(WEB-170): edit profile view
This commit is contained in:
14
components/Icons/Email.tsx
Normal file
14
components/Icons/Email.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import Image from "@/components/Image"
|
||||
|
||||
import type { IconProps } from "@/types/components/icon"
|
||||
|
||||
export default function EmailIcon({ height = 20, width = 20 }: IconProps) {
|
||||
return (
|
||||
<Image
|
||||
alt="Email Icon"
|
||||
height={height}
|
||||
src="/alternate_email.svg"
|
||||
width={width}
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user