@seafile/seafile-calendar
Version:
React Calendar
45 lines (39 loc) • 2.26 kB
JavaScript
import React from 'react';
var ArrowLeftIcon = function ArrowLeftIcon() {
return React.createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
React.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 React.createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
React.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 React.createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "M25.7279 3.27209L28.5563 6.10052L18.6569 16L28.5563 25.8995L25.7279 28.7279L13 16L25.7279 3.27209Z" }),
React.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 React.createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 32 32", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "M6.27209 28.7279L3.44366 25.8995L13.3431 16L3.44366 6.10052L6.27209 3.27209L19 16L6.27209 28.7279Z" }),
React.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 React.createElement(
"svg",
{ width: "12", height: "12", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg" },
React.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" })
);
};
export { ArrowLeftIcon, ArrowRightIcon, DoubleArrowLeftIcon, DoubleArrowRightIcon, CloseIcon };