@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 980 B
JavaScript
import * as e from "react";
const C = (l) => /* @__PURE__ */ e.createElement("svg", { id: "ClockDefault", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.0004 25.016C20.5214 25.016 25.0134 20.523 25.0134 15C25.0134 9.47796 20.5214 4.98596 15.0004 4.98596C9.47738 4.98596 4.98438 9.47796 4.98438 15C4.98438 20.523 9.47738 25.016 15.0004 25.016ZM3 15C3 8.383 8.383 3 15 3C21.617 3 27 8.383 27 15C27 21.617 21.617 27 15 27C8.383 27 3 21.617 3 15ZM16 8.11166V14.5988L19.3294 16.9294C19.7844 17.2484 19.8984 17.8754 19.5814 18.3274C19.2654 18.7794 18.6374 18.8874 18.1824 18.5684L14.4394 15.9474C14.253 15.8166 14.1238 15.6342 14.0581 15.4333C14.0205 15.3274 14 15.2134 14 15.0947V8.11166C14 7.55566 14.449 7.10266 15 7.10266C15.551 7.10266 16 7.55566 16 8.11166Z", fill: "currentColor" }));
export {
C as default
};
//# sourceMappingURL=ClockDefault.js.map