mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-16 12:23:47 +00:00
feat(#5): Add icons
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" viewBox="0 0 512 512">
|
||||
<rect id="r9" width="512" height="512" x="0" y="0" rx="128" fill="url(#ra)" stroke="#FFFFFF" stroke-width="0" paint-order="stroke"/>
|
||||
<clipPath id="clip">
|
||||
<use xlink:href="#r9"/>
|
||||
</clipPath>
|
||||
<defs>
|
||||
<radialGradient id="ra" cx="50%" cy="50%" r="100%" fx="50%" fy="100%" gradientUnits="objectBoundingBox">
|
||||
<stop stop-color="#ffffff"/>
|
||||
<stop offset="1" stop-color="#666666"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="rb" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(256) rotate(90) scale(512)">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<g transform="translate(80,80) scale(22)" style="color: rgb(35, 35, 35)">
|
||||
<path fill="currentColor" fill-rule="evenodd" d="M8 1a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V1.75A.75.75 0 0 1 8 1Zm6 2a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 14 3ZM5 4a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 5 4Zm6 1a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 11 5ZM2 6a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5A.75.75 0 0 1 2 6Z" clip-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user