mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:36:27 +01:00
* Add sim card from lab * Update icons/card-sim.svg Co-authored-by: Karsa <contact@karsa.org> * Update card-sim.json --------- Co-authored-by: Karsa <contact@karsa.org>
17 lines
433 B
XML
17 lines
433 B
XML
<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="M12 14v4" />
|
|
<path d="M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" />
|
|
<path d="M8 14h8" />
|
|
<rect x="8" y="10" width="8" height="8" rx="1" />
|
|
</svg>
|