@icongo/cg
Version:
css.gg Icons
17 lines • 546 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPrinter = 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: "M8 4h8v2H8V4Zm10 2h4v12h-4v4H6v-4H2V6h4V2h12v4Zm2 10h-2v-2H6v2H4V8h16v8ZM8 16h8v4H8v-4Zm0-6H6v2h2v-2Z",
clipRule: "evenodd"
})
}));
export { CGPrinter };