@icongo/cg
Version:
css.gg Icons
21 lines • 883 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 CGGirl = 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: "M10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12.024 2H12C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-5.258-4.058-9.568-9.212-9.97v-.002A9.94 9.94 0 0 0 12.025 2ZM12 20a8 8 0 0 0 7.742-10.022 10.016 10.016 0 0 1-8.982-4.376 7.976 7.976 0 0 1-5.691 2.4A8 8 0 0 0 12 20Zm-.021-16h.045-.045Z",
clipRule: "evenodd"
})]
}));
export { CGGirl };