lucide-react
Version:
A Lucide icon library package for React applications
16 lines (12 loc) • 416 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const Gem = createLucideIcon("Gem", [
["polygon", { points: "6 3 18 3 22 9 12 22 2 9", key: "1kbvml" }],
["path", { d: "m12 22 4-13-3-6", key: "19hoeh" }],
["path", { d: "M12 22 8 9l3-6", key: "1klo0r" }],
["path", { d: "M2 9h20", key: "16fsjt" }]
]);
export { Gem as default };
//# sourceMappingURL=gem.js.map