@sumup-oss/icons@6.2.0
·
18 commits
to main
since this release
Minor Changes
-
#3596
f43db0bThanks @sirineJ! - Revert status icons (alert, confirm, help, notify, refunded) to a filled version to improve affordance clarity. -
#3598
0a169d8Thanks @connor-baer! - Added the flag of Catalonia. Load it using theFlagcomponent or thegetIconURL()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" />