Open
Description
Hey, in the examples (I tried react-example) only basic icons seem to work.
Here I used "minus" and "plus"

but when using other icons from this page (https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview), no icon shows up.
<p data-icon="air_condition">Use this as default for enterprise apps</p>
<DBButton icon="bahncard">Test</DBButton>

Upon inspecting it shows that the css property for the icon font is not defined.

We also observe these issues when we try to use core-foundations and core-components in our project, so this is not just an issue with the examples.