mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" role="img" aria-label="Code icon">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="256" y2="256" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#6B5BFF"></stop>
|
|
<stop offset="100%" stop-color="#2EC7FF"></stop>
|
|
</linearGradient>
|
|
|
|
<filter id="iconShadow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.25"></feDropShadow>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Rounded square background -->
|
|
<rect x="16" y="16" width="224" height="224" rx="56" fill="url(#bg)"></rect>
|
|
|
|
<!-- </> icon (slightly reduced overall size) -->
|
|
<g fill="none" stroke="#FFFFFF" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" filter="url(#iconShadow)">
|
|
<!-- Left bracket < -->
|
|
<path d="M92 92 L52 128 L92 164"></path>
|
|
|
|
<!-- Slash / -->
|
|
<path d="M144 72 L116 184"></path>
|
|
|
|
<!-- Right bracket > -->
|
|
<path d="M164 92 L204 128 L164 164"></path>
|
|
</g>
|
|
</svg>
|