This commit is contained in:
Flatlogic Bot 2026-02-28 23:21:11 +00:00
parent ad1e95fee1
commit ec96458978

View File

@ -1,10 +1,31 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Modern Geometric 'G' -->
<path d="M78 40V25C78 20.5817 74.4183 17 70 17H30C25.5817 17 22 20.5817 22 25V75C22 79.4183 25.5817 83 30 83H70C74.4183 83 78 79.4183 78 75V55H50" stroke="#00C853" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" />
<!-- Refined, Professional 'G' Design for Gatsby -->
<defs>
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00C853;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00E676;stop-opacity:1" />
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" />
<feOffset dx="0" dy="1" result="offsetblur" />
<feComponentTransfer>
<feFuncA type="linear" slope="0.3" />
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- The main 'G' frame: clean, modern, slightly italicized for forward motion -->
<path d="M75 35V25C75 20.5817 71.4183 17 67 17H33C28.5817 17 25 20.5817 25 25V75C25 79.4183 28.5817 83 33 83H67C71.4183 83 75 79.4183 75 75V55H50" stroke="#00C853" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" filter="url(#shadow)" />
<!-- Growth Accent - Small Dot representing potential -->
<circle cx="78" cy="17" r="6" fill="#00E676" />
<!-- Growth Accent: Integrated into the 'G' terminal -->
<path d="M75 55L82 48" stroke="#00E676" stroke-width="8" stroke-linecap="round" />
<path d="M82 48L88 54" stroke="#00E676" stroke-width="4" stroke-linecap="round" />
<path d="M82 48L76 42" stroke="#00E676" stroke-width="4" stroke-linecap="round" />
<!-- Subtle line representing a rising chart -->
<path d="M35 65L45 50L55 60L70 45" stroke="#00E676" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity="0.6" />
<!-- Minimalist Core: Representing a solid foundation -->
<circle cx="50" cy="50" r="4" fill="#00C853" opacity="0.8" />
</svg>

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 1.6 KiB