@icongo/cg
Version:
css.gg Icons
21 lines • 855 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 CGEditShadows = 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: "M15.306 6.992A6 6 0 1 0 15.318 17H12v-1h4.472a6.01 6.01 0 0 0 1.19-2.008H12v-1h5.918a6.038 6.038 0 0 0 .003-1.966H12v-1h5.668a5.996 5.996 0 0 0-1.203-2.034H12v-1h3.306Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10Zm-10 8a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",
clipRule: "evenodd"
})]
}));
export { CGEditShadows };