packages/synapse-interface/components/icons/LandingIcons/DeveloperIcon.tsx
export function DeveloperIcon() {
return (
<svg
width="38"
height="38"
viewBox="0 0 38 38"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M22.427 3.29098C21.553 -0.297024 16.447 -0.297024 15.573 3.29098C15.4425 3.83013 15.1866 4.33086 14.826 4.75242C14.4655 5.17398 14.0105 5.50445 13.4981 5.71695C12.9856 5.92944 12.4303 6.01795 11.8772 5.97528C11.3241 5.93261 10.789 5.75996 10.3152 5.47138C7.15961 3.54858 3.54861 7.15958 5.47141 10.3152C6.71341 12.353 5.61171 15.0118 3.29331 15.5753C-0.296989 16.447 -0.296989 21.5553 3.29331 22.4247C3.83261 22.5553 4.33343 22.8115 4.75499 23.1723C5.17654 23.5332 5.50692 23.9885 5.71921 24.5012C5.9315 25.0139 6.01971 25.5694 5.97665 26.1227C5.93359 26.6759 5.76048 27.2111 5.47141 27.6848C3.54861 30.8404 7.15961 34.4514 10.3152 32.5286C10.7889 32.2395 11.3241 32.0664 11.8773 32.0233C12.4306 31.9803 12.9861 32.0685 13.4988 32.2808C14.0115 32.4931 14.4668 32.8234 14.8276 33.245C15.1885 33.6666 15.4447 34.1674 15.5753 34.7067C16.447 38.297 21.5553 38.297 22.4247 34.7067C22.5558 34.1677 22.8122 33.6672 23.1731 33.2459C23.5341 32.8246 23.9893 32.4945 24.5018 32.2823C25.0143 32.07 25.5697 31.9817 26.1228 32.0245C26.6759 32.0673 27.211 32.24 27.6848 32.5286C30.8404 34.4514 34.4514 30.8404 32.5286 27.6848C32.2401 27.211 32.0674 26.6758 32.0246 26.1228C31.9818 25.5697 32.0701 25.0143 32.2823 24.5018C32.4945 23.9893 32.8247 23.534 33.2459 23.1731C33.6672 22.8122 34.1677 22.5558 34.7067 22.4247C38.297 21.553 38.297 16.4447 34.7067 15.5753C34.1674 15.4446 33.6666 15.1884 33.245 14.8276C32.8235 14.4668 32.4931 14.0115 32.2808 13.4988C32.0685 12.9861 31.9803 12.4305 32.0234 11.8773C32.0664 11.3241 32.2395 10.7888 32.5286 10.3152C34.4514 7.15958 30.8404 3.54858 27.6848 5.47138C27.2111 5.76044 26.6759 5.93355 26.1227 5.97662C25.5695 6.01968 25.0139 5.93147 24.5012 5.71918C23.9885 5.50688 23.5332 5.17651 23.1724 4.75495C22.8115 4.33339 22.5554 3.83258 22.4247 3.29328L22.427 3.29098ZM19 25.9C20.83 25.9 22.585 25.173 23.879 23.879C25.173 22.585 25.9 20.83 25.9 19C25.9 17.17 25.173 15.4149 23.879 14.1209C22.585 12.8269 20.83 12.1 19 12.1C17.17 12.1 15.415 12.8269 14.121 14.1209C12.827 15.4149 12.1 17.17 12.1 19C12.1 20.83 12.827 22.585 14.121 23.879C15.415 25.173 17.17 25.9 19 25.9Z"
fill="url(#paint0_radial_559_3269)"
/>
<defs>
<radialGradient
id="paint0_radial_559_3269"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-159.883 -290.729) scale(397.632 397.639)"
>
<stop stopColor="#FF00FF" />
<stop offset="1" stopColor="#734CE2" />
</radialGradient>
</defs>
</svg>
)
}