@icongo/cg
Version:
css.gg Icons
17 lines • 775 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCommunity = props => /*#__PURE__*/_jsx("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",
fillRule: "evenodd",
d: "M12 17.456a6 6 0 1 1 0-10.912 6 6 0 1 1 0 10.912Zm-2-1.487a4 4 0 1 1 0-7.938A5.977 5.977 0 0 0 8.5 12a5.98 5.98 0 0 0 1.5 3.969Zm4-7.938a4 4 0 1 1 0 7.938A5.978 5.978 0 0 0 15.5 12 5.978 5.978 0 0 0 14 8.031Zm-2 .846c.915.733 1.5 1.86 1.5 3.123 0 1.263-.585 2.39-1.5 3.123A3.993 3.993 0 0 1 10.5 12c0-1.263.585-2.39 1.5-3.123Z",
clipRule: "evenodd"
})
}));
export { CGCommunity };