20 lines
		
	
	
		
			404 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			404 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const RadioReceiver = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M5 16v2" }],
 | 
						|
    ["path", { d: "M19 16v2" }],
 | 
						|
    ["rect", { width: "20", height: "8", x: "2", y: "8", rx: "2" }],
 | 
						|
    ["path", { d: "M18 12h0" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { RadioReceiver as default };
 | 
						|
//# sourceMappingURL=radio-receiver.js.map
 |