Merge pull request #7112 from ysm-dev/aws-certificate-manager-icon

Update AWS Certificate Manager icon
main
Elbert Alias 2 years ago committed by GitHub
commit d656896d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3355_227)">
<g clip-path="url(#clip1_3355_227)">
<path d="M32 0H0V32H32V0Z" fill="url(#paint0_linear_3355_227)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4068 14.4135L14.5356 15.5264C14.701 15.6891 14.7691 15.924 14.717 16.1495L14.4969 17.1115L15.6604 16.4217C15.8778 16.2936 16.1487 16.2989 16.3595 16.4324L17.3295 17.0515L17.1294 16.1428C17.0787 15.9106 17.1547 15.6678 17.3295 15.5063L18.5383 14.4015L17.0106 14.1533C16.7905 14.1173 16.6037 13.9732 16.5103 13.7717L15.9952 12.6429L15.4682 13.777C15.3762 13.9772 15.1894 14.1186 14.9732 14.1547L13.4068 14.4135ZM12.8504 18.3325L13.3334 16.2149L11.5389 14.4442C11.3587 14.2681 11.2947 14.0065 11.3707 13.7677C11.4455 13.5275 11.6496 13.3527 11.8964 13.3114L14.4075 12.895L15.3962 10.7681C15.5056 10.5319 15.7631 10.3678 16.0033 10.3825C16.2648 10.3825 16.4996 10.5359 16.6077 10.7721L17.5763 12.8924L20.1101 13.3047C20.3636 13.3461 20.5691 13.5275 20.6438 13.773C20.7172 14.0172 20.6424 14.2828 20.4543 14.4549L18.5156 16.2309L18.98 18.3338C19.0387 18.5967 18.9319 18.8689 18.7118 19.0236C18.4916 19.1771 18.1981 19.1851 17.9699 19.0397L15.9899 17.7787L13.8404 19.0543C13.7364 19.1157 13.6176 19.1477 13.5002 19.1477C13.3628 19.1477 13.224 19.105 13.1066 19.0196C12.8918 18.8622 12.7904 18.5913 12.8504 18.3325ZM25.311 8.09678L25.3097 6.66771H6.6675V8.09678H25.311ZM26.6666 25.9969C26.6666 26.173 26.5959 26.3425 26.4705 26.4692C26.345 26.5933 26.1756 26.664 25.9995 26.664H22.6718V25.3297H25.331L25.3123 9.43111H6.6675V25.3324H18.6691V26.6667H6.00038C5.63212 26.6667 5.33325 26.3678 5.33325 25.9995V6.00054C5.33325 5.63093 5.63212 5.33337 6.00038 5.33337H25.9754C26.3437 5.33337 26.6426 5.63093 26.6426 5.99921L26.6666 25.9969ZM9.32933 24.0221H11.9978V22.6877H9.32933V24.0221ZM14.6663 24.0381H20.0033V22.7037H14.6663V24.0381ZM9.32933 21.3601H11.9978V20.0257H9.32933V21.3601ZM14.6663 21.3601H22.6718V20.0257H14.6663V21.3601Z" fill="white"/>
</g>
</g>
<defs>
<linearGradient id="paint0_linear_3355_227" x1="0" y1="32" x2="32" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#BD0816"/>
<stop offset="1" stop-color="#FF5252"/>
</linearGradient>
<clipPath id="clip0_3355_227">
<rect width="32" height="32" fill="white"/>
</clipPath>
<clipPath id="clip1_3355_227">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -316,7 +316,7 @@
],
"certIssuer": "Amazon",
"description": "AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources.",
"icon": "aws.svg",
"icon": "AWS Certificate Manager.svg",
"implies": "Amazon Web Services",
"saas": true,
"website": "https://aws.amazon.com/certificate-manager/"

Loading…
Cancel
Save