40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`<MFileBody/> should show a download button in file rendering type 1`] = `
 | |
| <div>
 | |
|   <span
 | |
|     class="mx_MFileBody"
 | |
|   >
 | |
|     <div
 | |
|       class="mx_MFileBody_download"
 | |
|     >
 | |
|       <a
 | |
|         class="_button_i91xf_17 _has-icon_i91xf_66"
 | |
|         data-kind="secondary"
 | |
|         data-size="sm"
 | |
|         download="alt for a image"
 | |
|         href="https://server/_matrix/media/v3/download/server/image"
 | |
|         rel="noreferrer noopener"
 | |
|         role="link"
 | |
|         tabindex="0"
 | |
|         target="_blank"
 | |
|       >
 | |
|         <svg
 | |
|           aria-hidden="true"
 | |
|           fill="currentColor"
 | |
|           height="20"
 | |
|           viewBox="0 0 24 24"
 | |
|           width="20"
 | |
|           xmlns="http://www.w3.org/2000/svg"
 | |
|         >
 | |
|           <path
 | |
|             d="M12 15.575c-.133 0-.258-.02-.375-.063a.877.877 0 0 1-.325-.212l-3.6-3.6a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7c.183-.183.42-.28.712-.288.292-.008.53.08.713.263L11 12.15V5c0-.283.096-.52.287-.713A.968.968 0 0 1 12 4c.283 0 .52.096.713.287.191.192.287.43.287.713v7.15l1.875-1.875c.183-.183.42-.27.713-.263.291.009.529.105.712.288a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7l-3.6 3.6c-.1.1-.208.17-.325.212a1.106 1.106 0 0 1-.375.063ZM6 20c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 4 18v-2c0-.283.096-.52.287-.713A.967.967 0 0 1 5 15c.283 0 .52.096.713.287.191.192.287.43.287.713v2h12v-2a.97.97 0 0 1 .288-.713A.968.968 0 0 1 19 15a.97.97 0 0 1 .712.287c.192.192.288.43.288.713v2c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 18 20H6Z"
 | |
|           />
 | |
|         </svg>
 | |
|         Download
 | |
|       </a>
 | |
|     </div>
 | |
|   </span>
 | |
| </div>
 | |
| `;
 |