12 lines
		
	
	
		
			322 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			322 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export default function AlignmentRightIcon() {
 | |
|   return (
 | |
|     <svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
 | |
|       <path
 | |
|         d="M2.375 1H10.625M6.375 4.625H10.625M2.375 8.25H10.625"
 | |
|         stroke="currentColor"
 | |
|         strokeLinecap="square"
 | |
|       />
 | |
|     </svg>
 | |
|   )
 | |
| }
 |