mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:07:43 +01:00
feat(icons): added gpu icon (#2955)
* gpu icon added * updated tags * svg minification * fix square view * update contributors * Update icons/gpu.json * Update icons/gpu.json * fix coma in gpu.json * Format gpu.json --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
27
icons/gpu.json
Normal file
27
icons/gpu.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"xandykati98",
|
||||
"karsa-mistmere"
|
||||
],
|
||||
"tags": [
|
||||
"processor",
|
||||
"cores",
|
||||
"technology",
|
||||
"computer",
|
||||
"chip",
|
||||
"circuit",
|
||||
"specs",
|
||||
"graphics processing unit",
|
||||
"video card",
|
||||
"display adapter",
|
||||
"gddr",
|
||||
"rendering",
|
||||
"digital image processing",
|
||||
"crypto mining"
|
||||
],
|
||||
"categories": [
|
||||
"devices",
|
||||
"gaming"
|
||||
]
|
||||
}
|
||||
17
icons/gpu.svg
Normal file
17
icons/gpu.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M2 21V3" />
|
||||
<path d="M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26" />
|
||||
<path d="M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3" />
|
||||
<circle cx="16" cy="11" r="2" />
|
||||
<circle cx="8" cy="11" r="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 413 B |
Reference in New Issue
Block a user