mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:18:23 +02:00
feat(icons): add square-off icon (#4496)
* feat(icons): add square-off icon * Apply suggestion from @github-actions[bot] Added tags Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] added categories Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] added use cases Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update icons/square-off.json update use cases Co-authored-by: Karsa <contact@karsa.org> * Update icons/square-off.svg update code convention Co-authored-by: Karsa <contact@karsa.org> * Update square-off.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
15
icons/square-off.svg
Normal file
15
icons/square-off.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<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="M20.4 20.4a2 2 0 01-1.4.6H5a2 2 0 01-2-2V5a2 2 0 01.59-1.41" />
|
||||
<path d="M21 15.3V5a2 2 0 00-2-2H8.7" />
|
||||
<path d="M22 22 2 2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 351 B |
Reference in New Issue
Block a user