lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 339 B
JavaScript
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Clock11 = createLucideIcon("Clock11", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["polyline", { points: "12 6 12 12 9.5 8", key: "l5bg6f" }]
]);
export { Clock11 as default };
//# sourceMappingURL=clock-11.mjs.map