UNPKG

@icongo/cg

Version:
26 lines (25 loc) 1.16 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGViewMonth = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGViewMonth = function CGViewMonth(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("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: "M2 8a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8Zm15-1h2a1 1 0 0 1 1 1v1h-3V7Zm-2 0h-2v2h2V7Zm-4 0H9v2h2V7ZM7 7H5a1 1 0 0 0-1 1v1h3V7Zm-3 4v2h3v-2H4Zm0 4v1a1 1 0 0 0 1 1h2v-2H4Zm5 2h2v-2H9v2Zm4 0h2v-2h-2v2Zm4 0h2a1 1 0 0 0 1-1v-1h-3v2Zm3-4v-2h-3v2h3Zm-9 0H9v-2h2v2Zm4 0h-2v-2h2v2Z", clipRule: "evenodd" }) })); }; exports.CGViewMonth = CGViewMonth;