@icongo/cg
Version:
css.gg Icons
29 lines (28 loc) • 1.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGTikcode = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGTikcode = function CGTikcode(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M9 5H5v4h4V5ZM3 3v8h8V3H3Zm16 2h-4v4h4V5Zm-6-2v8h8V3h-8ZM9 15H5v4h4v-4Zm-6-2v8h8v-8H3Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M13 13h2v8h-2v-8Zm3 0h2v8h-2v-8Zm3 0h2v8h-2v-8Z"
})]
}));
};
exports.CGTikcode = CGTikcode;