@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
26 lines (24 loc) • 984 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const H5Clock = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 16",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_101_546)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M8 15C4.1339 15 1 11.8661 1 8C1 4.1339 4.1339 1 8 1C11.8661 1 15 4.1339 15 8C15 11.8661 11.8661 15 8 15ZM8.7 8V4.5H7.3V9.4H11.5V8H8.7Z",
fill: "currentColor"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_101_546"
}, /*#__PURE__*/ React.createElement("rect", {
width: 16,
height: 16,
fill: "white"
})))));
const ForwardRef = /*#__PURE__*/ forwardRef(H5Clock);
export default ForwardRef;