UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

39 lines (38 loc) 3.79 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var jsx_runtime_1 = require("react/jsx-runtime"); function CalendarSchedule(_a) { var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]); return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M16 2V6", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M8 2V6", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M3 9H21", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.01316 12.729C6.87516 12.729 6.76316 12.841 6.76416 12.979C6.76416 13.117 6.87616 13.229 7.01416 13.229C7.15216 13.229 7.26416 13.117 7.26416 12.979C7.26416 12.841 7.15216 12.729 7.01316 12.729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M12.0132 12.729C11.8752 12.729 11.7632 12.841 11.7642 12.979C11.7642 13.117 11.8762 13.229 12.0142 13.229C12.1522 13.229 12.2642 13.117 12.2642 12.979C12.2642 12.841 12.1522 12.729 12.0132 12.729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M17.0132 12.729C16.8752 12.729 16.7632 12.841 16.7642 12.979C16.7642 13.117 16.8762 13.229 17.0142 13.229C17.1522 13.229 17.2642 13.117 17.2642 12.979C17.2642 12.841 17.1522 12.729 17.0132 12.729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.01316 16.729C6.87516 16.729 6.76316 16.841 6.76416 16.979C6.76416 17.117 6.87616 17.229 7.01416 17.229C7.15216 17.229 7.26416 17.117 7.26416 16.979C7.26416 16.841 7.15216 16.729 7.01316 16.729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M12.0132 16.729C11.8752 16.729 11.7632 16.841 11.7642 16.979C11.7642 17.117 11.8762 17.229 12.0142 17.229C12.1522 17.229 12.2642 17.117 12.2642 16.979C12.2642 16.841 12.1522 16.729 12.0132 16.729", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = CalendarSchedule;