File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 11export function Web3Icon ( { className } : { className ?: string } ) {
22 return (
3- < svg
4- aria-label = "Web3"
5- className = { className }
6- fill = "currentColor"
7- viewBox = "0 0 24 24"
8- xmlns = "http://www.w3.org/2000/svg"
9- >
3+ < svg className = { className } xmlns = "http://www.w3.org/2000/svg" width = "148" height = "148" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "1.25" stroke-linecap = "round" stroke-linejoin = "round" >
104 < title > Web3</ title >
11- { /* Blockchain/connected blocks icon */ }
12- < path d = "M12 2L2 7v10l10 5 10-5V7L12 2zm0 2.18l8 4v8.64l-8 4-8-4V8.18l8-4z" />
13- < path d = "M12 6L6 9v6l6 3 6-3V9l-6-3zm0 2.18l3.82 1.91v3.82L12 15.82l-3.82-1.91V10.09L12 8.18z" />
5+ < circle cx = "12" cy = "12" r = "10" />
6+ < path d = "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" />
7+ < path d = "M2 12h20" />
148 </ svg >
159 ) ;
1610}
You can’t perform that action at this time.
0 commit comments