@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 545 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 coinsStack = [
["ellipse", { cx: "12", cy: "6", rx: "9", ry: "3", key: "euc5yo" }],
["path", { d: "M3 10c0 1.7 4 3 9 3s9-1.3 9-3", key: "19892i" }],
["path", { d: "M3 14c0 1.7 4 3 9 3s9-1.3 9-3", key: "dfoqgr" }],
["path", { d: "M3 6v12c0 1.7 4 3 9 3s9-1.3 9-3V6", key: "277pzx" }]
];
export { coinsStack as default };
//# sourceMappingURL=coins-stack.js.map