Preact
AWS Architecture Icons as tree-shakeable,
typed Preact components — 805 icons in architecture-group, architecture-service, category, and resource sets.
Dual ESM + CJS. Preact 10+.
Install
Section titled “Install”pnpm add @aws-icons/preactimport {AmazonEc2} from '@aws-icons/preact/architecture-service';// or per-icon: import AmazonEc2 from '@aws-icons/preact/resource/amazon-ec2-instance';
<AmazonEc2 width={32} /><AmazonEc2 title="Amazon EC2" /> // accessible: role="img" + aria-labelStyles: @aws-icons/preact/architecture-service, /architecture-group, /category, /resource.
Extra props land on the root <svg>. Without title the icon is aria-hidden.