@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 637 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 currencySquare = [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m17 7-2.17 2.17", key: "80vp1n" }],
["path", { d: "m17 17-2.17-2.17", key: "1c6l67" }],
["path", { d: "m7 17 2.17-2.17", key: "mqqi6j" }],
["path", { d: "m7 7 2.17 2.17", key: "13m2w9" }],
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }]
];
export { currencySquare as default };
//# sourceMappingURL=currency-square.js.map