@icongo/cg
Version:
css.gg Icons
17 lines • 878 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGComponents = 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: "M7.757 6.343 12 2.1l4.242 4.243L12 10.586 7.757 6.343Zm2.829 0L12 4.93l1.414 1.414L12 7.757l-1.414-1.414ZM2.1 12l4.243-4.243L10.586 12l-4.243 4.242L2.1 12Zm2.829 0 1.414-1.414L7.757 12l-1.414 1.414L4.93 12Zm8.485 0 4.243 4.242L21.899 12l-4.242-4.243L13.414 12Zm4.243-1.414L16.243 12l1.414 1.414L19.07 12l-1.414-1.414Zm-9.9 7.071L12 13.414l4.242 4.243L12 21.899l-4.243-4.242Zm2.829 0L12 16.243l1.414 1.414L12 19.07l-1.414-1.414Z",
clipRule: "evenodd"
})
}));
export { CGComponents };