6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import Image from 'next/image'
|
|
|
|
export function EdgeIcon(): JSX.Element {
|
|
return <Image src="/static/icons/edge@2x.png" width="24" height="24" />
|
|
}
|