UNPKG

@icongo/vv

Version:
37 lines (36 loc) 1.68 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVCalendar = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVCalendar = function VVCalendar(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", id: "prefix__calendar", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("style", { children: ".prefix__vi-primary{fill:#ff6e6e;fill-rule:evenodd}" }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 41V7.009h35V41H7Z", className: "prefix__vi-primary" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.007 17.013h4.984V22h-4.984v-4.987Zm7.991 0h5.014V22H18v-4.987Zm7.99 0H31V22h-5.012v-4.987Zm-15.981 8h4.984V30h-4.984v-4.991Zm7.991 0h5.014V30H18v-4.991Zm7.99 0H31V30h-5.012v-4.991ZM10.007 33h4.984v4.987h-4.984V33ZM18 33h5.014v4.987H18V33Zm7.99 0H31v4.987h-5.012V33Zm8.021-15.991h4.983V22h-4.985v-4.987Zm0 8h4.983V30h-4.985v-4.991Zm0 8h4.983v4.987h-4.985V33ZM7 7h35v7H7V7Z", style: { fill: "#0c0058", fillRule: "evenodd" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M15 4h4v6h-4V4Zm15 0h4v6h-4V4Z", className: "prefix__vi-primary" })] })); }; exports.VVCalendar = VVCalendar;