@seafile/seafile-calendar
Version:
React Calendar
58 lines (48 loc) • 2.87 kB
JavaScript
"use strict";
exports.__esModule = true;
exports.CloseIcon = exports.DoubleArrowRightIcon = exports.DoubleArrowLeftIcon = exports.ArrowRightIcon = exports.ArrowLeftIcon = undefined;
var _react = require("react");
var _react2 = _interopRequireDefault(_react);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var ArrowLeftIcon = function ArrowLeftIcon() {
return _react2["default"].createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
_react2["default"].createElement("path", { d: "M20.7279 3.27209L23.5563 6.10052L13.6569 16L23.5563 25.8995L20.7279 28.7279L8 16L20.7279 3.27209Z" })
);
};
var ArrowRightIcon = function ArrowRightIcon() {
return _react2["default"].createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
_react2["default"].createElement("path", { d: "M11.2721 28.7279L8.44366 25.8995L18.3431 16L8.44366 6.10052L11.2721 3.27209L24 16L11.2721 28.7279Z" })
);
};
var DoubleArrowLeftIcon = function DoubleArrowLeftIcon() {
return _react2["default"].createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
_react2["default"].createElement("path", { d: "M25.7279 3.27209L28.5563 6.10052L18.6569 16L28.5563 25.8995L25.7279 28.7279L13 16L25.7279 3.27209Z" }),
_react2["default"].createElement("path", { d: "M15.7279 3.27209L18.5563 6.10052L8.65685 16L18.5563 25.8995L15.7279 28.7279L3 16L15.7279 3.27209Z" })
);
};
var DoubleArrowRightIcon = function DoubleArrowRightIcon() {
return _react2["default"].createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
_react2["default"].createElement("path", { d: "M6.27209 28.7279L3.44366 25.8995L13.3431 16L3.44366 6.10052L6.27209 3.27209L19 16L6.27209 28.7279Z" }),
_react2["default"].createElement("path", { d: "M16.2721 28.7279L13.4437 25.8995L23.3431 16L13.4437 6.10052L16.2721 3.27209L29 16L16.2721 28.7279Z" })
);
};
var CloseIcon = function CloseIcon() {
return _react2["default"].createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
_react2["default"].createElement("path", { d: "M489.6 444.8l294.4-294.4 67.2 67.2-294.4 294.4 294.4 294.4-67.2 67.2-294.4-294.4-272 272-67.2-67.2 272-272-272-272 67.2-67.2z", "p-id": "18369", fill: "currentColor" })
);
};
exports.ArrowLeftIcon = ArrowLeftIcon;
exports.ArrowRightIcon = ArrowRightIcon;
exports.DoubleArrowLeftIcon = DoubleArrowLeftIcon;
exports.DoubleArrowRightIcon = DoubleArrowRightIcon;
exports.CloseIcon = CloseIcon;