28 lines
		
	
	
		
			646 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			646 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 MountainSnow = `
 | |
| <svg
 | |
|   class="lucide lucide-mountain-snow"
 | |
|   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 3 4 8 5-5 5 15H2L8 3z" />
 | |
|   <path d="M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" />
 | |
| </svg>
 | |
| `;
 | |
| 
 | |
| export { MountainSnow as default };
 | |
| //# sourceMappingURL=mountain-snow.js.map
 |