dikplhd/public/assets/libs/lucide/esm/icons/briefcase.js

18 lines
370 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const Briefcase = [
"svg",
defaultAttributes,
[
["rect", { width: "20", height: "14", x: "2", y: "7", rx: "2", ry: "2" }],
["path", { d: "M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" }]
]
];
export { Briefcase as default };
//# sourceMappingURL=briefcase.js.map