@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 627 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 coinsExchange = [
["path", { d: "M6 10V5c0-1.7 1.3-3 3-3h1", key: "13af7h" }],
["path", { d: "m3 7 3 3 3-3", key: "x25e72" }],
["circle", { cx: "18", cy: "6", r: "4", key: "14r987" }],
["path", { d: "M18 14v5c0 1.7-1.3 3-3 3h-1", key: "1ogxox" }],
["path", { d: "m21 17-3-3-3 3", key: "1m4qyr" }],
["circle", { cx: "6", cy: "18", r: "4", key: "jn0mx" }]
];
export { coinsExchange as default };
//# sourceMappingURL=coins-exchange.js.map