2.1.1 • Published 12 days ago

aws-react-icons v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

https://aws-icon.vercel.app/

📦 Install package

#npm
npm install --save aws-react-icons

#yarn
yarn add aws-react-icons

#pnpm
pnpm add aws-react-icons

📖 Usage

// 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;

📚 Icons Props

Prop nameTypeDefault valueDescription
sizenumber/ string24The size of the icon.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

📜 Credits

2.1.1

12 days ago

1.4.0-beta.0

12 days ago

2.1.0

12 days ago

1.3.0-beta-2.0.0

4 months ago

1.3.0-beta-2.1.0

4 months ago

1.3.0-beta-2.0.1

4 months ago

1.3.0-beta-2.0.2

4 months ago

1.3.0-beta-2.1.2

4 months ago

1.3.0-beta-2.0.3

4 months ago

1.3.0-beta-2.0.4

4 months ago

1.3.0-beta-2.0.5

4 months ago

1.3.0-beta-2.1.5

4 months ago

1.3.0-beta-2.1.6

4 months ago

1.2.0

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.3.0

1 year ago

1.0.3

1 year ago

0.0.0

2 years ago