29 lines
		
	
	
		
			549 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			549 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const Stamp = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M5 22h14" }],
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13"
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { Stamp as default };
 | 
						|
//# sourceMappingURL=stamp.js.map
 |