const conditionBadges = { likeNew: { title: 'Like New', icon: 'fa-kit fa-like-new text-_-likeNew-100', theme: 'bg-_-likeNew-400 text-_-likeNew-100', }, good: { title: 'Good', icon: 'fa-kit fa-good text-_-good-200', theme: 'bg-_-good-300 text-_-good-100', }, fair: { title: 'Fair', icon: 'fa-kit fa-fair text-_-fair-300', theme: 'bg-_-fair-400 text-_-fair-100', }, imperfect: { title: 'Imperfect', icon: 'fa-kit fa-imperfect text-_-imperfect-300', theme: 'bg-_-imperfect-100 text-black', }, nib: { title: 'New', icon: 'fa-regular fa-sharp fa-box-taped text-_-nib-200 mt-2', theme: 'bg-_-primary-0 text-white', }, obi: { title: 'Open-Box', icon: 'fa-regular fa-sharp fa-box-open text-_-good-200 mt-2', theme: 'bg-_-primary-0 text-white', }, } as const; export default conditionBadges;