mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:17:42 +01:00
feat: add box select (#69)
* feat: add box select, box select with pointer, bullhorn, document lost, document search, lasso select, lasso, newspaper * remove other icons on this branch * more space for box-select * maybe similarly spacing box-sel-ptr * focus down to box select * try dashed-line square * polylines at corners * space before close-element * rounded version * undo change to wrong file Co-authored-by: mishkaio <60020191+mishkaio@users.noreply.github.com>
This commit is contained in:
24
icons/box-select.svg
Normal file
24
icons/box-select.svg
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<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="M4 2a2 2 0 00-2 2" />
|
||||||
|
<line x1="8" y1="2" x2="10" y2="2" />
|
||||||
|
<line x1="14" y1="2" x2="16" y2="2" />
|
||||||
|
<path d="M4 22a2 2 0 01-2-2" />
|
||||||
|
<line x1="22" y1="8" x2="22" y2="10" />
|
||||||
|
<line x1="22" y1="14" x2="22" y2="16" />
|
||||||
|
<path d="M22 20a2 2 0 01-2 2" />
|
||||||
|
<line x1="14" y1="22" x2="16" y2="22" />
|
||||||
|
<line x1="8" y1="22" x2="10" y2="22" />
|
||||||
|
<path d="M20 2a2 2 0 012 2" />
|
||||||
|
<line x1="2" y1="14" x2="2" y2="16" />
|
||||||
|
<line x1="2" y1="8" x2="2" y2="10" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 675 B |
Reference in New Issue
Block a user