UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.11 kB
import { jsx as l, jsxs as t } from "react/jsx-runtime"; import { memo as c } from "react"; function o(e) { return /* @__PURE__ */ l( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconClock12", "aria-hidden": "true", ...e, children: /* @__PURE__ */ t("g", { fill: "none", children: [ /* @__PURE__ */ l("g", { clipPath: "url(#Clock12)", children: /* @__PURE__ */ l( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0m-3.509.5a.5.5 0 0 0 0-1H6.5V3.002a.5.5 0 0 0-1 0V6.5z", clipRule: "evenodd" } ) }), /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Clock12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const s = c(o); export { s as default }; //# sourceMappingURL=IconClock12.es.js.map