@icongo/cg
Version:
css.gg Icons
19 lines • 675 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 CGCPlusPlus = 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: "M12.207 16.278a6 6 0 1 1 .071-8.485l1.414-1.414a8 8 0 1 0-.071 11.314l-1.414-1.415Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M15 9h-2v2h-2v2h2v2h2v-2h2v-2h-2V9Zm5 0h2v2h2v2h-2v2h-2v-2h-2v-2h2V9Z"
})]
}));
export { CGCPlusPlus };