/* eslint-disable no-unused-labels */ /* eslint-disable @typescript-eslint/no-unused-expressions */ import { type QwikIntrinsicElements } from "@builder.io/qwik" type IconProps = QwikIntrinsicElements["svg"] export const Icons = { specialOffer: (props: IconProps) => ( ) }