UNPKG

@icongo/vv

Version:
29 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var VVCalendar = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", id: "prefix__calendar", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsx("defs", { children: /*#__PURE__*/_jsx("style", { children: ".prefix__vi-primary{fill:#ff6e6e;fill-rule:evenodd}" }) }), /*#__PURE__*/_jsx("path", { d: "M7 41V7.009h35V41H7Z", className: "prefix__vi-primary" }), /*#__PURE__*/_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__*/_jsx("path", { d: "M15 4h4v6h-4V4Zm15 0h4v6h-4V4Z", className: "prefix__vi-primary" })] })); export { VVCalendar };