Skip to content

Commit 047a103

Browse files
waleedlatif1claude
andcommitted
improvement(icons): size remaining AWS icons to match the set (~80% fill)
Bring RDS, DynamoDB, SQS, CloudFormation, Athena, CloudWatch and S3 up to the same ~80% fill as the AWS IAM/Identity Center/Secrets Manager/SES/STS group, so all AWS icons are visually consistent. Bedrock left as-is (already ~92% fill). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a579522 commit 047a103

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ export function GoogleSheetsIcon(props: SVGProps<SVGSVGElement>) {
12931293
export const S3Icon = (props: SVGProps<SVGSVGElement>) => (
12941294
<svg
12951295
{...props}
1296-
viewBox='0.712 0.44 74.527 75.12'
1296+
viewBox='-3.097 -3 70 70'
12971297
version='1.1'
12981298
xmlns='http://www.w3.org/2000/svg'
12991299
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -4932,7 +4932,7 @@ export function RDSIcon(props: SVGProps<SVGSVGElement>) {
49324932
return (
49334933
<svg
49344934
{...props}
4935-
viewBox='2.44 2.44 75.12 75.12'
4935+
viewBox='5 5 70 70'
49364936
version='1.1'
49374937
xmlns='http://www.w3.org/2000/svg'
49384938
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -4959,7 +4959,7 @@ export function DynamoDBIcon(props: SVGProps<SVGSVGElement>) {
49594959
return (
49604960
<svg
49614961
{...props}
4962-
viewBox='3.52 2.44 72.96 75.12'
4962+
viewBox='5.001 5 70 70'
49634963
version='1.1'
49644964
xmlns='http://www.w3.org/2000/svg'
49654965
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5081,7 +5081,7 @@ export function SQSIcon(props: SVGProps<SVGSVGElement>) {
50815081
return (
50825082
<svg
50835083
{...props}
5084-
viewBox='2.439 3.79 75.121 72.42'
5084+
viewBox='4.997 4.997 70.006 70.006'
50855085
version='1.1'
50865086
xmlns='http://www.w3.org/2000/svg'
50875087
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5110,7 +5110,7 @@ export function CloudFormationIcon(props: SVGProps<SVGSVGElement>) {
51105110
return (
51115111
<svg
51125112
{...props}
5113-
viewBox='2.44 3.52 75.12 72.96'
5113+
viewBox='5 5 70 70'
51145114
version='1.1'
51155115
xmlns='http://www.w3.org/2000/svg'
51165116
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5136,7 +5136,7 @@ export function AthenaIcon(props: SVGProps<SVGSVGElement>) {
51365136
return (
51375137
<svg
51385138
{...props}
5139-
viewBox='2.16 2.43 75.93 75.39'
5139+
viewBox='3.625 3.625 73.75 73.75'
51405140
version='1.1'
51415141
xmlns='http://www.w3.org/2000/svg'
51425142
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5163,7 +5163,7 @@ export function CloudWatchIcon(props: SVGProps<SVGSVGElement>) {
51635163
return (
51645164
<svg
51655165
{...props}
5166-
viewBox='2.44 3.251 75.121 73.499'
5166+
viewBox='5 5 70.002 70.002'
51675167
version='1.1'
51685168
xmlns='http://www.w3.org/2000/svg'
51695169
xmlnsXlink='http://www.w3.org/1999/xlink'

apps/sim/components/icons.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ export function GoogleSheetsIcon(props: SVGProps<SVGSVGElement>) {
12931293
export const S3Icon = (props: SVGProps<SVGSVGElement>) => (
12941294
<svg
12951295
{...props}
1296-
viewBox='0.712 0.44 74.527 75.12'
1296+
viewBox='-3.097 -3 70 70'
12971297
version='1.1'
12981298
xmlns='http://www.w3.org/2000/svg'
12991299
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -4932,7 +4932,7 @@ export function RDSIcon(props: SVGProps<SVGSVGElement>) {
49324932
return (
49334933
<svg
49344934
{...props}
4935-
viewBox='2.44 2.44 75.12 75.12'
4935+
viewBox='5 5 70 70'
49364936
version='1.1'
49374937
xmlns='http://www.w3.org/2000/svg'
49384938
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -4959,7 +4959,7 @@ export function DynamoDBIcon(props: SVGProps<SVGSVGElement>) {
49594959
return (
49604960
<svg
49614961
{...props}
4962-
viewBox='3.52 2.44 72.96 75.12'
4962+
viewBox='5.001 5 70 70'
49634963
version='1.1'
49644964
xmlns='http://www.w3.org/2000/svg'
49654965
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5081,7 +5081,7 @@ export function SQSIcon(props: SVGProps<SVGSVGElement>) {
50815081
return (
50825082
<svg
50835083
{...props}
5084-
viewBox='2.439 3.79 75.121 72.42'
5084+
viewBox='4.997 4.997 70.006 70.006'
50855085
version='1.1'
50865086
xmlns='http://www.w3.org/2000/svg'
50875087
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5110,7 +5110,7 @@ export function CloudFormationIcon(props: SVGProps<SVGSVGElement>) {
51105110
return (
51115111
<svg
51125112
{...props}
5113-
viewBox='2.44 3.52 75.12 72.96'
5113+
viewBox='5 5 70 70'
51145114
version='1.1'
51155115
xmlns='http://www.w3.org/2000/svg'
51165116
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5136,7 +5136,7 @@ export function AthenaIcon(props: SVGProps<SVGSVGElement>) {
51365136
return (
51375137
<svg
51385138
{...props}
5139-
viewBox='2.16 2.43 75.93 75.39'
5139+
viewBox='3.625 3.625 73.75 73.75'
51405140
version='1.1'
51415141
xmlns='http://www.w3.org/2000/svg'
51425142
xmlnsXlink='http://www.w3.org/1999/xlink'
@@ -5163,7 +5163,7 @@ export function CloudWatchIcon(props: SVGProps<SVGSVGElement>) {
51635163
return (
51645164
<svg
51655165
{...props}
5166-
viewBox='2.44 3.251 75.121 73.499'
5166+
viewBox='5 5 70.002 70.002'
51675167
version='1.1'
51685168
xmlns='http://www.w3.org/2000/svg'
51695169
xmlnsXlink='http://www.w3.org/1999/xlink'

0 commit comments

Comments
 (0)