@icongo/cg
Version:
css.gg Icons
21 lines • 699 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 CGSketch = 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",
fillRule: "evenodd",
d: "M5.209 3h13.694l1.209 7.253-8.056 10.933L4 10.253 5.209 3Zm1.694 2-.791 4.747 5.944 8.067L18 9.747 17.209 5H6.903Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M8.056 8h8v2h-8V8Z"
})]
}));
export { CGSketch };