
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
aws-react-icons
Advanced tools
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript.
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript, Build from AWS Architecture Icons | Version Q1 2025
#npm
npm install --save aws-react-icons
#yarn
yarn add aws-react-icons
#pnpm
pnpm add aws-react-icons
// single import
import ArchitectureServiceAmazonEC2 from 'aws-react-icons/icons/ArchitectureServiceAmazonEC2';
const App = () => {
return (
<div>
<ArchitectureServiceAmazonEC2 size={30} />
</div>
);
};
export default App;
OR
// multiple imports
import {
ArchitectureServiceAmazonEC2,
ArchitectureServiceAWSCloudFormation,
} from 'aws-react-icons';
const App = () => {
return (
<div>
<ArchitectureServiceAmazonEC2 size={30} />
<ArchitectureServiceAWSCloudFormation size={30} />
</div>
);
};
export default App;
Prop name | Type | Default value | Description |
---|---|---|---|
size | number/ string | 24 | The size of the icon. |
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
AWS React Icons, a React library for AWS icons based on the official AWS icon set (SVG) and built with TypeScript.
The npm package aws-react-icons receives a total of 200 weekly downloads. As such, aws-react-icons popularity was classified as not popular.
We found that aws-react-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.