@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 1.08 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const ClockOutlined = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M14.5938 8.03125C14.5938 7.25195 15.2207 6.625 16 6.625C16.7793 6.625 17.4062 7.25195 17.4062 8.03125V15.25L22.4043 18.5781C23.0488 19.0117 23.2246 19.8848 22.7441 20.5293C22.3633 21.1738 21.4902 21.3496 20.8457 20.8691L15.2207 17.1191C14.8281 16.9082 14.5938 16.4688 14.5938 15.9473V8.03125ZM16 1C24.2852 1 31 7.71484 31 16C31 24.2852 24.2852 31 16 31C7.71484 31 1 24.2852 1 16C1 7.71484 7.71484 1 16 1ZM3.8125 16C3.8125 22.7324 9.26758 28.1875 16 28.1875C22.7324 28.1875 28.1875 22.7324 28.1875 16C28.1875 9.26758 22.7324 3.8125 16 3.8125C9.26758 3.8125 3.8125 9.26758 3.8125 16Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(ClockOutlined);
export default ForwardRef;