@icongo/cg
Version:
css.gg Icons
17 lines • 638 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGGenderMale = 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.189 7 .002-2 7 .007-.008 7-2-.002.004-3.588-3.044 3.044a5.002 5.002 0 0 1-7.679 6.336 5 5 0 0 1 6.25-7.736l3.058-3.057L12.189 7Zm-4.31 5.14a3 3 0 1 1 4.242 4.244A3 3 0 0 1 7.88 12.14Z",
clipRule: "evenodd"
})
}));
export { CGGenderMale };