import { BRAND_LOGO, BRAND_LOGO_DARK, BRAND_LOGO_ROUNDED, } from "constants/config"; /* eslint-disable @next/next/no-img-element */ export const BrandLogo = () => ( Brand logo ); export const BrandLogoDark = () => ( Brand logo dark ); export const DoubleCheckIcon = () => ( ); export const BrandLogoRounded = () => ( Brand logo rounded ); export const EveryDay = () => ( ); export const Gift = () => ( ); export const Flash = () => ( ); export const PickupFromIcon = () => ( ); export const DeliveryIcon = () => ( ); export const BoxLineIcon = () => ( ); export const VerifiedIcon = () => ( );