diff options
Diffstat (limited to 'icons/cpu-2.svg')
-rw-r--r-- | icons/cpu-2.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/icons/cpu-2.svg b/icons/cpu-2.svg new file mode 100644 index 00000000..261a83c8 --- /dev/null +++ b/icons/cpu-2.svg @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cpu-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <rect x="5" y="5" width="14" height="14" rx="1" /> + <path d="M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2" /> + <path d="M3 10h2" /> + <path d="M3 14h2" /> + <path d="M10 3v2" /> + <path d="M14 3v2" /> + <path d="M21 10h-2" /> + <path d="M21 14h-2" /> + <path d="M14 21v-2" /> + <path d="M10 21v-2" /> +</svg> + + |