import IconList from './IconList'; const isHeroIcon = (x: any): x is typeof IconList[number] => IconList.includes(x); export { isHeroIcon };