File size: 1,669 Bytes
b7a676b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
    <!-- DNA-inspired cursor for clickable elements -->
    <circle cx="16" cy="16" r="15" fill="#0a0a14" stroke="#ff8f30" stroke-width="1" opacity="0.9"/>
    
    <!-- Small DNA-like structure - highlighted version -->
    <line x1="10" y1="9" x2="22" y2="9" stroke="#ff8f30" stroke-width="2" opacity="0.9"/>
    <line x1="10" y1="15" x2="22" y2="15" stroke="#ff8f30" stroke-width="2" opacity="0.9"/>
    <line x1="10" y1="21" x2="22" y2="21" stroke="#ff8f30" stroke-width="2" opacity="0.9"/>
    
    <!-- Connecting lines -->
    <line x1="10" y1="9" x2="10" y2="21" stroke="#ff8f30" stroke-width="1" opacity="0.6"/>
    <line x1="22" y1="9" x2="22" y2="21" stroke="#ff8f30" stroke-width="1" opacity="0.6"/>
    
    <!-- DNA base pairs -->
    <circle cx="10" cy="9" r="3" fill="#ff8f30" opacity="0.9"/>
    <circle cx="22" cy="9" r="3" fill="#ffffff" opacity="0.9"/>
    
    <circle cx="10" cy="15" r="3" fill="#ffffff" opacity="0.9"/>
    <circle cx="22" cy="15" r="3" fill="#ff8f30" opacity="0.9"/>
    
    <circle cx="10" cy="21" r="3" fill="#ff8f30" opacity="0.9"/>
    <circle cx="22" cy="21" r="3" fill="#ffffff" opacity="0.9"/>
    
    <!-- Click indicators -->
    <path d="M16,5 L19,2 L17,2 L16,3 L15,2 L13,2 Z" fill="#ff8f30" opacity="0.8"/>
    <path d="M16,27 L19,30 L17,30 L16,29 L15,30 L13,30 Z" fill="#ff8f30" opacity="0.8"/>
    <path d="M5,16 L2,13 L2,15 L3,16 L2,17 L2,19 Z" fill="#ff8f30" opacity="0.8"/>
    <path d="M27,16 L30,13 L30,15 L29,16 L30,17 L30,19 Z" fill="#ff8f30" opacity="0.8"/>
</svg>