Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/gem.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

15 lines
363 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Gem = createLucideIcon("Gem", [
["path", { d: "M6 3h12l4 6-10 13L2 9Z", key: "1pcd5k" }],
["path", { d: "M11 3 8 9l4 13 4-13-3-6", key: "1fcu3u" }],
["path", { d: "M2 9h20", key: "16fsjt" }]
]);
export { Gem as default };
//# sourceMappingURL=gem.mjs.map