@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 574 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const o = e("ClockAlternative", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M20.5 12a8.5 8.5 0 11-17 0 8.5 8.5 0 0117 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.793 7.732a.75.75 0 10-1.06 1.061l2.05 2.05a2.5 2.5 0 104.412-.042l2.956-2.956a.75.75 0 10-1.06-1.06L13.114 9.76A2.5 2.5 0 0012 9.5c-.417 0-.81.102-1.156.283zM13 12a1 1 0 11-2 0 1 1 0 012 0", "clip-rule": "evenodd" }]]);
export {
o as IconClockAlternative
};
//# sourceMappingURL=fondue-icons87.js.map