12 lines
		
	
	
		
			322 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export default function AlignmentCenterIcon() {
 | |
|   return (
 | |
|     <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
 | |
|       <path
 | |
|         d="M1.875 1H10.125M3.875 4.625H8.125M1.875 8.25H10.125"
 | |
|         stroke="currentColor"
 | |
|         strokeLinecap="square"
 | |
|       />
 | |
|     </svg>
 | |
|   )
 | |
| }
 |