first commit
Some checks failed
Some checks failed
This commit is contained in:
20
public/logo.svg
Normal file
20
public/logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||||
<defs>
|
||||
<linearGradient id="toolGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#22d3ee;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#06b6d4;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Background circle -->
|
||||
<circle cx="50" cy="50" r="45" fill="url(#toolGrad)"/>
|
||||
<!-- Wrench icon -->
|
||||
<path d="M35 30 L40 35 L38 37 L55 54 L58 51 L60 53 L63 50 L65 52 L52 65 L50 63 L53 60 L51 58 L34 41 L32 43 L27 38 L32 33 Z" fill="#ffffff" opacity="0.9"/>
|
||||
<!-- Gear icon -->
|
||||
<circle cx="62" cy="62" r="12" fill="none" stroke="#ffffff" stroke-width="4" opacity="0.9"/>
|
||||
<circle cx="62" cy="62" r="5" fill="#ffffff" opacity="0.9"/>
|
||||
<!-- Gear teeth -->
|
||||
<rect x="60" y="47" width="4" height="6" fill="#ffffff" opacity="0.9"/>
|
||||
<rect x="60" y="71" width="4" height="6" fill="#ffffff" opacity="0.9"/>
|
||||
<rect x="47" y="60" width="6" height="4" fill="#ffffff" opacity="0.9"/>
|
||||
<rect x="71" y="60" width="6" height="4" fill="#ffffff" opacity="0.9"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user