15 lines
413 B
XML
15 lines
413 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 64 64"
|
|
role="img"
|
|
aria-label="Core DevOps"
|
|
>
|
|
<rect width="64" height="64" rx="14" fill="#0f172a" />
|
|
<circle cx="24" cy="24" r="6" fill="#22d3ee" />
|
|
<circle cx="40" cy="40" r="6" fill="#22d3ee" />
|
|
<path d="M24 24h16v4H24z" fill="#f8fafc" />
|
|
<path
|
|
d="m28 32-6 8h-6l6-8-6-8h6l6 8Zm8 0 6-8h6l-6 8 6 8h-6l-6-8Z"
|
|
fill="#f8fafc"
|
|
/>
|
|
</svg>
|