@icongo/cg
Version:
css.gg Icons
21 lines • 763 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 CGBlock = 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: "M8.465 14.121a1 1 0 1 0 1.414 1.415l5.657-5.657a1 1 0 1 0-1.415-1.415l-5.656 5.657Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M6.343 17.657A8 8 0 1 0 17.657 6.343 8 8 0 0 0 6.343 17.657Zm9.9-1.414a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485Z",
clipRule: "evenodd"
})]
}));
export { CGBlock };