@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 530 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const cardSim = [
["path", { d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2Z", key: "vu4u2o" }],
["rect", { width: "8", height: "8", x: "8", y: "10", rx: "2", key: "fiuzca" }],
["path", { d: "M8 14h8", key: "1fgep2" }],
["path", { d: "M12 14v4", key: "1thi36" }]
];
export { cardSim as default };
//# sourceMappingURL=card-sim.js.map