@icongo/cg
Version:
css.gg Icons
29 lines (28 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGStopwatch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGStopwatch = function CGStopwatch(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "m18.621 2.55 2.829 2.83-1.414 1.414-2.829-2.828 1.414-1.415ZM12.822 8.6h-2v4h2v-4Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M5.186 18.814A9 9 0 1 0 17.914 6.086 9 9 0 0 0 5.186 18.814Zm1.415-1.415A7 7 0 1 0 16.5 7.5a7 7 0 0 0-9.9 9.9Z",
clipRule: "evenodd"
})]
}));
};
exports.CGStopwatch = CGStopwatch;