mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	A .desktop file was previously added for the labwc session, this adds a
badge for it where it is supported. The .desktop files and the badges
are also moved to `data/`.
Ref: #36, 9fa783e, labwc/labwc-artwork#7
		
	
			
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!--labwc logo #2 (C) Johan Malm LICENSE: CC BY-SA 4.0-->
 | 
						|
<svg xmlns="http://www.w3.org/2000/svg" width="256px" height="256px"
 | 
						|
     viewbox="0 0 256 256"
 | 
						|
     stroke-linecap="round" stroke-linejoin="round" stroke-width="12">
 | 
						|
  <path fill="#ffffff" stroke="#ffffff" d="m 26 68 91 55 v 108 l -76 -61 z" />
 | 
						|
  <path fill="#000000" stroke="#000000" d="m 229 68 -91 55 v 108 l 76 -61 z" />
 | 
						|
</svg>
 |