@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
19 lines (18 loc) • 939 B
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function Clock(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__Artboard-Copy-17",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 100 18 9 9 0 000-18zm.509 3.005V9.5h3.993v1H10a.5.5 0 01-.5-.5v-.5h.009V4.005h1z",
id: "prefix__Shape",
fill: "currentColor",
fillRule: "nonzero"
})));
}