mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Add missing 'path' property to examples in README
Should have been part of #1472
This commit is contained in:
		
							parent
							
								
									9ef19f59dc
								
							
						
					
					
						commit
						a26bfb093a
					
				| @ -49,7 +49,8 @@ console.log(simpleIcons['Simple Icons']); | ||||
|     title: 'Simple Icons', | ||||
|     hex: '111111', | ||||
|     source: 'https://simpleicons.org/', | ||||
|     svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>' | ||||
|     svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>', | ||||
|     path: 'M12 12v-1.5c-2.484 ...' | ||||
| } | ||||
| */ | ||||
| ``` | ||||
| @ -67,7 +68,8 @@ console.log(icon); | ||||
|     title: 'Simple Icons', | ||||
|     hex: '111111', | ||||
|     source: 'https://simpleicons.org/', | ||||
|     svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>' | ||||
|     svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>', | ||||
|     path: 'M12 12v-1.5c-2.484 ...' | ||||
| } | ||||
| */ | ||||
| ``` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user