@icongo/cg
Version:
css.gg Icons
19 lines • 624 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 CGInternal = 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: "m20.708 4.412-10.25 10.287h3.59v2h-7v-7h2v3.58L19.293 3l1.416 1.412Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11 4.706v2H5v12h12v-6h2v8H3v-16h8Z"
})]
}));
export { CGInternal };