Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

21 lines
430 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Milestone = createLucideIcon("Milestone", [
[
"path",
{
d: "M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z",
key: "1mp5s7"
}
],
["path", { d: "M12 13v8", key: "1l5pq0" }],
["path", { d: "M12 3v3", key: "1n5kay" }]
]);
export { Milestone as default };
//# sourceMappingURL=milestone.mjs.map