UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

34 lines (27 loc) 1.13 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.Clock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var Clock = function Clock(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props), {}, { className: "btfont ".concat(props.className ? props.className : ''), children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z", fillRule: "evenodd" })] })); }; exports.Clock = Clock; //# sourceMappingURL=Clock.js.map