diff options
Diffstat (limited to 'icons/cpu.svg')
-rw-r--r-- | icons/cpu.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/icons/cpu.svg b/icons/cpu.svg new file mode 100644 index 00000000..438700c1 --- /dev/null +++ b/icons/cpu.svg @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cpu" 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="M9 9h6v6h-6z" /> + <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> + + |