@icongo/cg
Version:
css.gg Icons
21 lines • 765 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGStopwatch = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_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__*/_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"
})]
}));
export { CGStopwatch };