UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.23 kB
import { jsx as e, jsxs as t } from "react/jsx-runtime"; import { memo as n } from "react"; function i(l) { return /* @__PURE__ */ e( "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: "IconClockAlternative12", "aria-hidden": "true", ...l, children: /* @__PURE__ */ t("g", { fill: "none", children: [ /* @__PURE__ */ e("g", { clipPath: "url(#ClockAlternative12)", children: /* @__PURE__ */ e( "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-5.011-.336a1 1 0 1 1-1.915.104l-1.34-1.296a.5.5 0 0 1 .696-.719l1.331 1.288a1 1 0 0 1 .46-.026l1.915-1.852a.5.5 0 1 1 .696.72z", clipRule: "evenodd" } ) }), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ClockAlternative12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const o = n(i); export { o as default }; //# sourceMappingURL=IconClockAlternative12.es.js.map