Files
omnivore/packages/web/components/elements/images/FirefoxIcon.tsx

6 lines
163 B
TypeScript

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