@icongo/cg
Version:
css.gg Icons
17 lines • 610 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGEditExposure = 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 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm9-5v2H9v2h2v2h2v-2h2V9h-2V7h-2Zm-2 8v2h6v-2H9Z",
clipRule: "evenodd"
})
}));
export { CGEditExposure };