mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:06:42 +01:00
* Add `mouse-pointer-square-dashed` (inspect variant) icon * Rename `inspect` to `mouse-pointer-square` * Add `crosshair-square` (inspector) variant * Add `computer-chip` icon * Add `applications` icon * Add `tablet-smartphone` (devices/responsive design) icon * Add `waypoints` icon * Revert "Add `crosshair-square` (inspector) variant" This reverts commit1610b85f66. * Revert "Add `applications` icon" This reverts commit06bc672f0f. * Remove `computer-chip` icon * Improve metadata * Revert "Add `waypoints` icon" This reverts commitacc47f0816. --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
23 lines
490 B
XML
23 lines
490 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="M5 3a2 2 0 0 0-2 2" />
|
|
<path d="M19 3a2 2 0 0 1 2 2" />
|
|
<path d="m12 12 4 10 1.7-4.3L22 16Z" />
|
|
<path d="M5 21a2 2 0 0 1-2-2" />
|
|
<path d="M9 3h1" />
|
|
<path d="M9 21h2" />
|
|
<path d="M14 3h1" />
|
|
<path d="M3 9v1" />
|
|
<path d="M21 9v2" />
|
|
<path d="M3 14v1" />
|
|
</svg>
|