@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 945 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconClockAlternative20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m1.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0M8.163 9.207l-1.427-1.41A.75.75 0 1 1 7.79 6.728l1.44 1.425a2 2 0 0 1 1.581.019l2.433-2.433a.75.75 0 0 1 1.061 1.06l-2.451 2.452a2 2 0 1 1-3.691-.044M10.5 10a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0",
clipRule: "evenodd"
}
)
}
);
}
const c = l(o);
export {
c as default
};
//# sourceMappingURL=IconClockAlternative20.es.js.map