@icongo/cg
Version:
css.gg Icons
15 lines • 514 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGAssign = 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",
d: "M6 6h4V4H4v6h2V6Zm4 12H6v-4H4v6h6v-2Zm4-12h4v4h2V4h-6v2Zm0 12h4v-4h2v6h-6v-2Zm-2-9.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z"
})
}));
export { CGAssign };