@icongo/cg
Version:
css.gg Icons
20 lines • 781 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 CGOpenCollective = 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",
fillOpacity: 0.5,
d: "m16.682 15.753 2.13 2.13A8.965 8.965 0 0 0 21 12a8.964 8.964 0 0 0-2.123-5.806l-2.133 2.133A5.974 5.974 0 0 1 18 12c0 1.42-.493 2.725-1.318 3.753Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M15.673 16.744a6 6 0 1 1 .08-9.426l2.13-2.13a9 9 0 1 0-.077 13.689l-2.133-2.133Z"
})]
}));
export { CGOpenCollective };