React Native
AWS Architecture Icons as typed React Native components built on react-native-svg — 3,145 icons in 5 sets.
Install
Section titled “Install”pnpm add @aws-icons/react-nativeimport {Rocket} from "@aws-icons/react-native/flat";
<Rocket width={32} height={32} /><Rocket title="Rocket launch" /> // accessible labelRequires the react-native-svg peer. Default size 24, override via props.