add LICENSE and the first svg
This commit is contained in:
		
							parent
							
								
									302328b559
								
							
						
					
					
						commit
						4aac6a0e6a
					
				@ -6,9 +6,15 @@ The aim of this project is to create aesthetic `.svg` icons and make `.ttf` icon
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Tools
 | 
					## Tools
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Images are edited using [GIMP](https://www.gimp.org) and converted to .svg using [Inkscape](https://).  
 | 
					Images are edited using [GIMP](https://www.gimp.org) and converted to .svg using [Inkscape](https://), or coded using [SVG Viewer](https://www.svgviewer.dev/).  
 | 
				
			||||||
The fonts are made using [IcoMoon](https://icomoon.io/app/) until a better alternative is found or made.  
 | 
					The fonts are made using [IcoMoon](https://icomoon.io/app/) until a better alternative is found or made.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Status
 | 
					## Status
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The icons are still in development. See [milestones](https://git.candifloss.cc/candifloss/candicons/milestones) for status.  
 | 
					The icons are still in development. See [milestones](https://git.candifloss.cc/candifloss/candicons/milestones) for status.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Copyright and License  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					© 2024 Candifloss  
 | 
				
			||||||
 | 
					This project is licensed under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).  
 | 
				
			||||||
 | 
					You are free to share, adapt, and use this project as long as you provide proper attribution to [Candifloss](candifloss.cc).
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										38
									
								
								svg/battery/battery_empty.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								svg/battery/battery_empty.svg
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,38 @@
 | 
				
			|||||||
 | 
					<svg width="330" height="330" xmlns="http://www.w3.org/2000/svg">
 | 
				
			||||||
 | 
					    <metadata>
 | 
				
			||||||
 | 
					        <title>Empty Battery Icon</title>
 | 
				
			||||||
 | 
					        <description>Empty Battery Icon. More at git.candifloss.cc</description>
 | 
				
			||||||
 | 
					        <keywords>battery, empty</keywords>
 | 
				
			||||||
 | 
					        <subject>Empty battery</subject>
 | 
				
			||||||
 | 
					        <creator>candifloss.cc</creator>
 | 
				
			||||||
 | 
					        <author>Candifloss</author>
 | 
				
			||||||
 | 
					        <copyright>© 2024 Candifloss (candifloss.cc)</copyright>
 | 
				
			||||||
 | 
					        <license>CC BY 4.0 License</license>
 | 
				
			||||||
 | 
					    </metadata>
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    <!-- Main rounded rectangle -->
 | 
				
			||||||
 | 
					    <rect 
 | 
				
			||||||
 | 
					        x="83" 
 | 
				
			||||||
 | 
					        y="48" 
 | 
				
			||||||
 | 
					        width="164" 
 | 
				
			||||||
 | 
					        height="264" 
 | 
				
			||||||
 | 
					        rx="30" 
 | 
				
			||||||
 | 
					        ry="30" 
 | 
				
			||||||
 | 
					        fill="none" 
 | 
				
			||||||
 | 
					        stroke="black" 
 | 
				
			||||||
 | 
					        stroke-width="36"
 | 
				
			||||||
 | 
					    />
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    <!-- Top small rectangle with fill (battery terminal) -->
 | 
				
			||||||
 | 
					    <rect 
 | 
				
			||||||
 | 
					        x="135" 
 | 
				
			||||||
 | 
					        y="10" 
 | 
				
			||||||
 | 
					        width="60" 
 | 
				
			||||||
 | 
					        height="28" 
 | 
				
			||||||
 | 
					        rx="10" 
 | 
				
			||||||
 | 
					        ry="10" 
 | 
				
			||||||
 | 
					        fill="black"
 | 
				
			||||||
 | 
					        stroke="black" 
 | 
				
			||||||
 | 
					        stroke-width="20"
 | 
				
			||||||
 | 
					    />
 | 
				
			||||||
 | 
					</svg>
 | 
				
			||||||
| 
		 After Width: | Height: | Size: 1003 B  | 
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user