Skip to content

@sumup-oss/icons@6.2.0

Choose a tag to compare

@connor-baer connor-baer released this 06 May 07:50
· 18 commits to main since this release
ed13dbb

Minor Changes

  • #3596 f43db0b Thanks @sirineJ! - Revert status icons (alert, confirm, help, notify, refunded) to a filled version to improve affordance clarity.

  • #3598 0a169d8 Thanks @connor-baer! - Added the flag of Catalonia. Load it using the Flag component or the getIconURL() helper:

    import { Flag } from '@sumup-oss/circuit-ui';
    import { getIconURL } from '@sumup-oss/icons';
    
    <Flag countryCode="ES-CT" />
    <img src={getIconURL("flag_es-ct")} alt="Catalonia" />