31 lines
		
	
	
		
			661 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			661 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * @license lucide-static v0.511.0 - ISC
 | |
|  *
 | |
|  * This source code is licensed under the ISC license.
 | |
|  * See the LICENSE file in the root directory of this source tree.
 | |
|  */
 | |
| 
 | |
| const Ligature = `
 | |
| <svg
 | |
|   class="lucide lucide-ligature"
 | |
|   xmlns="http://www.w3.org/2000/svg"
 | |
|   width="24"
 | |
|   height="24"
 | |
|   viewBox="0 0 24 24"
 | |
|   fill="none"
 | |
|   stroke="currentColor"
 | |
|   stroke-width="2"
 | |
|   stroke-linecap="round"
 | |
|   stroke-linejoin="round"
 | |
| >
 | |
|   <path d="M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2" />
 | |
|   <path d="M6 12h4" />
 | |
|   <path d="M14 12h2v8" />
 | |
|   <path d="M6 20h4" />
 | |
|   <path d="M14 20h4" />
 | |
| </svg>
 | |
| `;
 | |
| 
 | |
| export { Ligature as default };
 | |
| //# sourceMappingURL=ligature.js.map
 |