@icongo/cg
Version:
css.gg Icons
17 lines • 611 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGBoard = 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: "M6 4a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4H6Zm8 2h-4v12h4V6Zm2 0v12h2a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-2ZM6 18h2V6H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2Z",
clipRule: "evenodd"
})
}));
export { CGBoard };