omnivore/packages/web/components/elements/images/SafariIcon.tsx

5 lines
162 B
TypeScript

import Image from 'next/image'
export function SafariIcon(): JSX.Element {
return <Image src="/static/icons/safari@2x.png" width="24" height="24" alt="" />
}