This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@valravnx/aws-icons
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Mermaid AWS Icons

A collection of AWS icons for use with Mermaid.js diagrams.

Installation

npm install @valravnx/aws-icons

Usage

import mermaid from 'mermaid';
import { icons } from '@valravnx/aws-icons';

// Register the AWS icon pack
mermaid.registerIconPacks([
  {
    name: 'aws',
    icons,
  },
]);

Then in your Mermaid diagrams:

graph TD
    A[aws:lambda Lambda Function]
    B[aws:s3 S3 Bucket]
    A --> B

Available Icons

All AWS service icons are available with the prefix aws:. For example:

  • aws:lambda
  • aws:s3
  • aws:ec2
  • aws:dynamodb

License

This project is licensed under the MIT License. AWS icons are trademarks of Amazon Web Services, Inc.

Package Sidebar

Install

npm i @valravnx/aws-icons

Weekly Downloads

7

Version

2.0.1

License

MIT

Unpacked Size

2.49 MB

Total Files

318

Last publish

Collaborators

  • valravnx