@icongo/cg
Version:
css.gg Icons
21 lines • 902 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 CGEditMask = 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 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm-2.97-2.57a3 3 0 1 1 5.939 0 8.026 8.026 0 0 0 4.462-4.46 3 3 0 1 1 0-5.938 8.026 8.026 0 0 0-4.462-4.463 3 3 0 1 1-5.939 0 8.026 8.026 0 0 0-4.46 4.462A3.015 3.015 0 0 1 5 9a3 3 0 1 1-.43 5.97 8.026 8.026 0 0 0 4.46 4.46Z",
clipRule: "evenodd"
})]
}));
export { CGEditMask };