Laura Caroline
Laura Caroline
### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...
It would be nice to have an option to display the company of a card on the `Card Number Element` component, this is currently only available at the `Card Element`...
### Node.js version 22 ### jsdom version 26.1.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const dom = new JSDOM( `Hello THere` ); const p =...