Add dot SVG icons
The advantage of SVG dots over Unicode dots is that their size is fixed. With Unicode dots, the size varies with the font. Dot icons can be useful for status indicator: green dot for online, red dot for offline, etc. * etc/images/symbols/dot_large_16.pbm: * etc/images/symbols/dot_large_16.svg: * etc/images/symbols/dot_medium_16.pbm: * etc/images/symbols/dot_medium_16.svg: * etc/images/symbols/dot_small_16.pbm: * etc/images/symbols/dot_small_16.svg: New file.
This commit is contained in:
parent
04fd8b173b
commit
7717ff1c94
6 changed files with 9 additions and 0 deletions
BIN
etc/images/symbols/dot_large_16.pbm
Normal file
BIN
etc/images/symbols/dot_large_16.pbm
Normal file
Binary file not shown.
3
etc/images/symbols/dot_large_16.svg
Normal file
3
etc/images/symbols/dot_large_16.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="8" cy="8" r="6" />
|
||||
</svg>
|
After Width: | Height: | Size: 123 B |
BIN
etc/images/symbols/dot_medium_16.pbm
Normal file
BIN
etc/images/symbols/dot_medium_16.pbm
Normal file
Binary file not shown.
3
etc/images/symbols/dot_medium_16.svg
Normal file
3
etc/images/symbols/dot_medium_16.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="8" cy="8" r="4" />
|
||||
</svg>
|
After Width: | Height: | Size: 123 B |
BIN
etc/images/symbols/dot_small_16.pbm
Normal file
BIN
etc/images/symbols/dot_small_16.pbm
Normal file
Binary file not shown.
3
etc/images/symbols/dot_small_16.svg
Normal file
3
etc/images/symbols/dot_small_16.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="8" cy="8" r="2" />
|
||||
</svg>
|
After Width: | Height: | Size: 123 B |
Loading…
Add table
Reference in a new issue