- {icon.skipComponentFile ? (
+ {URL_ONLY_CATEGORIES.includes(icon.category) ? (
})
) : (
)}
- {!icon.skipComponentFile &&
- !DEPRECATED_CATEGORIES.includes(icon.category) && (
-
- Copy React component name
-
- )}
+ {!URL_ONLY_CATEGORIES.includes(icon.category) && (
+
+ Copy React component name
+
+ )}