Commit 491ffa0 1 parent 0c155b6 commit 491ffa0 Copy full SHA for 491ffa0
File tree 1 file changed +124
-0
lines changed
1 file changed +124
-0
lines changed Original file line number Diff line number Diff line change
1
+ import IconCloud from "./ui/IconCloud" ;
2
+
3
+ const slugs = [
4
+ "wireshark" ,
5
+ "webrtc" ,
6
+ "walletconnect" ,
7
+ "web3dotjs" ,
8
+ "wagmi" ,
9
+ "vite" ,
10
+ "ubuntu" ,
11
+ "typescript" ,
12
+ "tsnode" ,
13
+ "threedotjs" ,
14
+ "thirdweb" ,
15
+ "tailwindcss" ,
16
+ "sqlite" ,
17
+ "solana" ,
18
+ "shadcnui" ,
19
+ "selenium" ,
20
+ "rockylinux" ,
21
+ "remix" ,
22
+ "redux" ,
23
+ "redis" ,
24
+ "redhat" ,
25
+ "reacthookform" ,
26
+ "rabbitmq" ,
27
+ "qbittorrent" ,
28
+ "python" ,
29
+ "puppet" ,
30
+ "prometheus" ,
31
+ "postman" ,
32
+ "postgresql" ,
33
+ "polygon" ,
34
+ "polkadot" ,
35
+ "pnpm" ,
36
+ "p5dotjs" ,
37
+ "optimism" ,
38
+ "openzeppelin" ,
39
+ "opensuse" ,
40
+ "openstack" ,
41
+ "opensea" ,
42
+ "npm" ,
43
+ "nodedotjs" ,
44
+ "nginx" ,
45
+ "nextui" ,
46
+ "nextdotjs" ,
47
+ "netlify" ,
48
+ "nestjs" ,
49
+ "namecheap" ,
50
+ "mysql" ,
51
+ "mongoose" ,
52
+ "mongodb" ,
53
+ "mdnwebdocs" ,
54
+ "mdx" ,
55
+ "macos" ,
56
+ "litecoin" ,
57
+ "linux" ,
58
+ "linkedin" ,
59
+ "leetcode" ,
60
+ "kubernetes" ,
61
+ "jira" ,
62
+ "javascript" ,
63
+ "ipfs" ,
64
+ "internetcomputer" ,
65
+ "html5" ,
66
+ "hostinger" ,
67
+ "heroku" ,
68
+ "helm" ,
69
+ "hackerearth" ,
70
+ "hackerrank" ,
71
+ "graphite" ,
72
+ "graphql" ,
73
+ "grafana" ,
74
+ "googlecloud" ,
75
+ "godaddy" ,
76
+ "githubpages" ,
77
+ "githubactions" ,
78
+ "github" ,
79
+ "gitforwindows" ,
80
+ "freelancer" ,
81
+ "framer" ,
82
+ "fontawesome" ,
83
+ "fedora" ,
84
+ "express" ,
85
+ "ethers" ,
86
+ "ethereum" ,
87
+ "docker" ,
88
+ "discord" ,
89
+ "coinmarketcap" ,
90
+ "coinbase" ,
91
+ "codesandbox" ,
92
+ "codechef" ,
93
+ "cloudflare" ,
94
+ "centos" ,
95
+ "canvas" ,
96
+ "cplusplus" ,
97
+ "c" ,
98
+ "bootstrap" ,
99
+ "blockchaindotcom" ,
100
+ "bitcoincash" ,
101
+ "bitcoin" ,
102
+ "binance" ,
103
+ "axios" ,
104
+ "awselasticloadbalancing" ,
105
+ "awslambda" ,
106
+ "auth0" ,
107
+ "atlassian" ,
108
+ "archlinux" ,
109
+ "apache" ,
110
+ "ansible" ,
111
+ "amazonwebservices" ,
112
+ "amazons3" ,
113
+ "amazonroute53" ,
114
+ "amazonec2" ,
115
+ "amazonecs" ,
116
+ "amazoncloudwatch" ,
117
+ "alpinelinux" ,
118
+ "alchemy" ,
119
+ "dotenv" ,
120
+ ] ;
121
+
122
+ export default function MyIconCloud ( ) {
123
+ return < IconCloud iconSlugs = { slugs } /> ;
124
+ }
You can’t perform that action at this time.
0 commit comments