Add Amazon Q icon (#1145)

pull/974/head
Yoshiaki Yoshida 3 months ago committed by GitHub
parent 134d5cd72d
commit 45f08afd86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,6 +76,10 @@ class Polly(_ML):
_icon = "polly.png"
class Q(_ML):
_icon = "q.png"
class RekognitionImage(_ML):
_icon = "rekognition-image.png"

@ -1142,6 +1142,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/ml/polly.png" alt="Polly" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.Polly**
<img width="30" src="/img/resources/aws/ml/q.png" alt="Q" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.Q**
<img width="30" src="/img/resources/aws/ml/rekognition-image.png" alt="RekognitionImage" style="float: left; padding-right: 5px;" >
**diagrams.aws.ml.RekognitionImage**

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Loading…
Cancel
Save