This should not be allowed but will render fine: ``` import { CubesIcon } from "@patternfly/react-core"; ``` It should instead be: `import CubesIcon from "@patternfly/react-icons/dist/esm/icons/cubes-icon";`