Skip to content

Commit eda0378

Browse files
committed
feat(icons): add tech icon mappings for DevOps tools
- GitLab CI, GitHub Actions, Google Cloud, and Kubernetes
1 parent 05a7737 commit eda0378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/techIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ export const techIcons: { [key: string]: string } = {
1616
Firebase: 'devicon:firebase',
1717
Flask: 'simple-icons:flask',
1818
'Framer Motion': 'simple-icons:framer',
19+
'GitLab CI': 'logos:gitlab-icon',
20+
'GitHub Actions': 'radix-icons:github-logo',
1921
Go: 'logos:go',
22+
'Google Cloud': 'logos:google-cloud',
2023
HTML5: 'devicon:html5',
2124
JavaScript: 'devicon:javascript',
2225
'JavaScript (ES6)': 'devicon:javascript',
2326
Jest: 'logos:jest',
2427
jQuery: 'devicon-plain:jquery',
28+
Kubernetes: 'devicon:kubernetes',
2529
Linux: 'devicon:linux',
2630
MongoDB: 'logos:mongodb-icon',
2731
MySQL: 'fontisto:mysql',

0 commit comments

Comments
 (0)