@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
15 lines (12 loc) • 400 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 gemRing = [
["path", { d: "M13.2 8.1 16 4.4 14.4 2H9.6L8 4.4l2.8 3.7", key: "srrhiz" }],
["circle", { cx: "12", cy: "15", r: "7", key: "14w87o" }]
];
export { gemRing as default };
//# sourceMappingURL=gem-ring.js.map