@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.31 kB
JavaScript
import { jsx as t, jsxs as e } from "react/jsx-runtime";
import { memo as i } from "react";
function a(l) {
return /* @__PURE__ */ t(
"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: "IconClockList12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e("g", { fill: "none", children: [
/* @__PURE__ */ t("g", { clipPath: "url(#ClockList12)", children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-5a5 5 0 1 0 0 10A5 5 0 0 0 5 1m.5 2.5a.5.5 0 1 0-1 0v3H7a.5.5 0 1 0 0-1H5.5zm6-1.5H9.472a6 6 0 0 0-1.154-1H11.5a.5.5 0 1 1 0 1m0 3h-.583a6 6 0 0 0-.258-1h.841a.5.5 0 1 1 0 1m-.841 3q.17-.484.258-1h.583a.5.5 0 1 1 0 1zm-1.187 2a6 6 0 0 1-1.154 1H11.5a.5.5 0 1 0 0-1z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "ClockList12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const n = i(a);
export {
n as default
};
//# sourceMappingURL=IconClockList12.es.js.map