add hw2
This commit is contained in:
		
							
								
								
									
										19
									
								
								node_modules/@iconify/utils/lib/customisations/flip.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								node_modules/@iconify/utils/lib/customisations/flip.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| const separator = /[\s,]+/; | ||||
| /** | ||||
| * Apply "flip" string to icon customisations | ||||
| */ | ||||
| function flipFromString(custom, flip) { | ||||
| 	flip.split(separator).forEach((str) => { | ||||
| 		const value = str.trim(); | ||||
| 		switch (value) { | ||||
| 			case "horizontal": | ||||
| 				custom.hFlip = true; | ||||
| 				break; | ||||
| 			case "vertical": | ||||
| 				custom.vFlip = true; | ||||
| 				break; | ||||
| 		} | ||||
| 	}); | ||||
| } | ||||
|  | ||||
| export { flipFromString }; | ||||
		Reference in New Issue
	
	Block a user
	 nik
					nik