@icongo/cg
Version:
css.gg Icons
21 lines • 958 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 CGController = 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: "m14.828 6.343 1.415-1.414L12 .686 7.757 4.93l1.415 1.414L12 3.515l2.828 2.828Zm-9.899 9.9 1.414-1.415L3.515 12l2.828-2.828L4.93 7.757.686 12l4.243 4.243Zm2.828 2.828L12 23.314l4.243-4.243-1.415-1.414L12 20.485l-2.828-2.828-1.415 1.414Zm9.9-9.899L20.485 12l-2.828 2.828 1.414 1.415L23.314 12 19.07 7.757l-1.414 1.415Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z",
clipRule: "evenodd"
})]
}));
export { CGController };