mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
Tree: leafIcon, closedIcon and openIcon added
This commit is contained in:
BIN
flatlaf-core/svg/FlatLaf Icons.sketch
Normal file
BIN
flatlaf-core/svg/FlatLaf Icons.sketch
Normal file
Binary file not shown.
3
flatlaf-core/svg/TreeClosedIcon.svg
Normal file
3
flatlaf-core/svg/TreeClosedIcon.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<path fill="#D8D8D8" fill-rule="evenodd" d="M1 2L6 2 8 4 15 4 15 13 1 13z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 170 B |
6
flatlaf-core/svg/TreeLeafIcon.svg
Normal file
6
flatlaf-core/svg/TreeLeafIcon.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#D8D8D8" d="M8 6L8 1 13 1 13 15 3 15 3 6z"/>
|
||||
<path fill="#D8D8D8" d="M3 5L7 5 7 1z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 242 B |
6
flatlaf-core/svg/TreeOpenIcon.svg
Normal file
6
flatlaf-core/svg/TreeOpenIcon.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#D8D8D8" d="M1 2L6 2 8 4 14 4 14 6 3.5 6 1 11z"/>
|
||||
<path fill="#D8D8D8" d="M4 7L16 7 13 13 1 13z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 255 B |
Reference in New Issue
Block a user