payload-plugin-scheduler
Version:
Scheduled posts plugin for PayloadCMS
14 lines • 963 B
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
function Icon(_a) {
var _b = _a.color, color = _b === void 0 ? 'var(--color-warning-650)' : _b;
return (react_1.default.createElement("svg", { width: "16px", height: "16px", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: { marginBottom: '2px', marginRight: '2px' } },
react_1.default.createElement("circle", { cx: "12", cy: "12", r: "9", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", strokeWidth: 2 }),
react_1.default.createElement("path", { d: "M12 6V12L16.5 16.5", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", strokeWidth: 2 })));
}
exports.default = Icon;
//# sourceMappingURL=Icon.js.map