24 lines
		
	
	
		
			499 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			499 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const KeySquare = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M12.4 2.7c.9-.9 2.5-.9 3.4 0l5.5 5.5c.9.9.9 2.5 0 3.4l-3.7 3.7c-.9.9-2.5.9-3.4 0L8.7 9.8c-.9-.9-.9-2.5 0-3.4Z"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    ["path", { d: "m14 7 3 3" }],
 | 
						|
    ["path", { d: "M9.4 10.6 2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { KeySquare as default };
 | 
						|
//# sourceMappingURL=key-square.js.map
 |