@light-sheet/react
Version:
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
1,195 lines • 73.1 kB
JavaScript
/* eslint-disable react/no-unknown-property */
import React from "react";
var getPath = function getPath(currency) {
switch (currency) {
case "$":
return "M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z";
case "€":
return "M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936c0-.11 0-.219.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.617 6.617 0 0010.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z";
case "£":
return "M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 012.103.465V2.456A5.629 5.629 0 009.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z";
case "₹":
return "M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06z";
default:
return "M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z";
}
};
var SVGDefines = function SVGDefines(_ref) {
var currency = _ref.currency;
return /*#__PURE__*/React.createElement("svg", {
style: {
position: "absolute",
width: 0,
height: 0
},
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "add"
}, /*#__PURE__*/React.createElement("rect", {
x: "4.75",
y: "4.75",
width: "14.5",
height: "14.5",
rx: "0.75",
stroke: "#424A59",
strokeOpacity: "0.9",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "11.25",
y: "8.5",
width: "1.5",
height: "7",
fill: "#535B68"
}), /*#__PURE__*/React.createElement("rect", {
x: "15.5",
y: "11.25",
width: "1.5",
height: "7",
transform: "rotate(90 15.5 11.25)",
fill: "#535B68"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-bottom"
}, /*#__PURE__*/React.createElement("path", {
d: "M9.25 12.5L12.0002 15.5L14.75 12.5H9.25Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.5",
y: "16.5",
width: "13",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "11.25",
y: "5.5",
width: "1.5",
height: "7.5",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-center"
}, /*#__PURE__*/React.createElement("path", {
d: "M5 6.75H19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 12H16",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 17.25L19 17.25",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-justify"
}, /*#__PURE__*/React.createElement("path", {
d: "M19.5 6.5H4.5",
stroke: "#525C6F",
strokeWidth: "1.5",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.5 12L4.5 12",
stroke: "#525C6F",
strokeWidth: "1.5",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.5 17.5H4.5",
stroke: "#525C6F",
strokeWidth: "1.5",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-left"
}, /*#__PURE__*/React.createElement("path", {
d: "M5 6.75H19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 12H13",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 17.25L19 17.25",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-middle"
}, /*#__PURE__*/React.createElement("path", {
d: "M9.25 16.5L12.0002 13.5L14.75 16.5H9.25Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.25 7L12.0002 10L14.75 7L9.25 7Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.5",
y: "11",
width: "13",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "11.25",
y: "16",
width: "1.5",
height: "3.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "11.25",
y: "4",
width: "1.5",
height: "3.5",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-right"
}, /*#__PURE__*/React.createElement("path", {
d: "M5 6.75H19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 12H19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 17.25L19 17.25",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "align-top"
}, /*#__PURE__*/React.createElement("path", {
d: "M9.25 11L12.0002 8L14.75 11H9.25Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.5",
y: "5.5",
width: "13",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "11.25",
y: "10.5",
width: "1.5",
height: "7.5",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "bold"
}, /*#__PURE__*/React.createElement("path", {
d: "M6.30566 5.07617V18.9992H12.4872C13.9107 18.9992 15.0417 18.7067 15.8607 18.1607C16.8162 17.4977 17.3037 16.4837 17.3037 15.1187C17.3037 14.1827 17.0307 13.4417 16.5237 12.8567C16.0167 12.2717 15.3147 11.8817 14.3982 11.7257C15.1002 11.4917 15.6657 11.1212 16.0947 10.6142C16.5042 10.0487 16.7187 9.36617 16.7187 8.58617C16.7187 7.49417 16.3482 6.63617 15.6072 6.01217C14.8467 5.38817 13.8132 5.07617 12.5262 5.07617H6.30566ZM7.90466 6.42167H12.1557C13.1307 6.42167 13.8717 6.59717 14.3787 6.98717C14.8857 7.37717 15.1392 7.96217 15.1392 8.74217C15.1392 9.54167 14.8662 10.1462 14.3592 10.5557C13.8522 10.9457 13.1112 11.1602 12.1362 11.1602H7.90466V6.42167ZM7.90466 12.4862H12.3507C13.4232 12.4862 14.2422 12.6812 14.8077 13.1102C15.3927 13.5392 15.7047 14.2022 15.7047 15.0992C15.7047 15.9962 15.3537 16.6787 14.6712 17.1077C14.0862 17.4587 13.3257 17.6537 12.3507 17.6537H7.90466V12.4862Z",
fill: "#394259"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-all"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-bottom"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "18.25",
x2: "19",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-color"
}, /*#__PURE__*/React.createElement("path", {
d: "M16 10.9106L18.9511 13.8617L14.5431 18.2697H11.592V15.3186L16 10.9106Z",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.5 6.5H17.5V9.84613H19V6.5V5H17.5H6.5H5V6.5V17.5V19H6.5H9.84616V17.5H6.5V6.5Z",
fill: "#535A68"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-horizontal"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "18.25",
x2: "19",
y2: "18.25",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border_diagonal_down"
}, /*#__PURE__*/React.createElement("line", {
x1: "17.9697",
y1: "18.0303",
x2: "5.96967",
y2: "6.03033",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border_diagonal_up"
}, /*#__PURE__*/React.createElement("line", {
y1: "-0.75",
x2: "16.9706",
y2: "-0.75",
transform: "matrix(0.707107 -0.707107 -0.707107 -0.707107 5.5 17.5)",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-inside"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-left"
}, /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5.75",
y1: "19",
x2: "5.75",
y2: "5",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-none"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-outside"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-right"
}, /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "18.25",
y1: "19",
x2: "18.25",
y2: "5",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-vertical"
}, /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "18.25",
y1: "19",
x2: "18.25",
y2: "5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-slash"
}, /*#__PURE__*/React.createElement("line", {
x1: "5.75",
y1: "5.75",
x2: "17.95",
y2: "17.95",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-style"
}, /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "5.75",
x2: "19",
y2: "5.75",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "12.25",
x2: "7.5",
y2: "12.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "8.8252",
y1: "12.25",
x2: "11.3252",
y2: "12.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12.6504",
y1: "12.25",
x2: "15.1504",
y2: "12.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "16.4746",
y1: "12.25",
x2: "18.9746",
y2: "12.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "18.25",
x2: "6.5",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "7.08008",
y1: "18.25",
x2: "8.58008",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "9.16016",
y1: "18.25",
x2: "10.6602",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "11.2402",
y1: "18.25",
x2: "12.7402",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "13.3203",
y1: "18.25",
x2: "14.8203",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "15.4004",
y1: "18.25",
x2: "16.9004",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "17.4805",
y1: "18.25",
x2: "18.9805",
y2: "18.25",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "border-top"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#CCCED2",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "5",
y1: "5.75",
x2: "19",
y2: "5.75",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 18 18",
fill: "none",
id: "close"
}, /*#__PURE__*/React.createElement("path", {
d: "M13.9255 5L5.00091 13.9246",
stroke: "#262A33",
strokeOpacity: "0.9",
strokeWidth: "1.5",
strokeLinecap: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.9255 13.9238L5.00091 4.9992",
stroke: "#262A33",
strokeOpacity: "0.9",
strokeWidth: "1.5",
strokeLinecap: "round"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 10 24",
fill: "none",
id: "combo-arrow"
}, /*#__PURE__*/React.createElement("path", {
d: "M8 10H2L5 14L8 10Z",
fill: "#A6A6A6"
})), /*#__PURE__*/React.createElement("symbol", {
fill: "none",
viewBox: "0 0 24 24",
id: "comment"
}, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.968 15.7L12 17.956l2.032-2.258H18.5v-10h-13v10h4.468zm1.289 3.673L9.3 17.2H5.5A1.5 1.5 0 014 15.7v-10a1.5 1.5 0 011.5-1.5h13A1.5 1.5 0 0120 5.7v10a1.5 1.5 0 01-1.5 1.5h-3.8l-1.957 2.174a1 1 0 01-1.486 0z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 8.2h10v1.5H7V8.2zM7 11.699h6v1.5H7z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "strike-through"
}, /*#__PURE__*/React.createElement("rect", {
x: "6",
y: "11.5",
width: "13",
height: "1.5",
fill: "#394259"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.00344 11.5C9.69342 11.9717 10.6431 12.3814 11.8525 12.729C13.071 13.0815 13.9121 13.4403 14.376 13.8052C14.8398 14.1639 15.0718 14.6742 15.0718 15.3359C15.0718 15.9977 14.8213 16.5203 14.3203 16.9038C13.8193 17.2873 13.0988 17.479 12.1587 17.479C11.1506 17.479 10.3434 17.244 9.7373 16.7739C9.13737 16.2977 8.8374 15.6514 8.8374 14.835H7.04688C7.04688 15.6204 7.26335 16.3224 7.69629 16.9409C8.13542 17.5594 8.757 18.048 9.56104 18.4067C10.3651 18.7593 11.231 18.9355 12.1587 18.9355C13.5874 18.9355 14.7285 18.6077 15.582 17.9521C16.4355 17.2904 16.8623 16.4121 16.8623 15.3174C16.8623 14.6309 16.7077 14.034 16.3984 13.5269C16.0954 13.0197 15.6253 12.5775 14.9883 12.2002C14.581 11.9526 14.0705 11.7192 13.457 11.5H9.00344Z",
fill: "#394259"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.71685 10C7.5547 9.61466 7.47363 9.19458 7.47363 8.73975C7.47363 7.67594 7.8973 6.79769 8.74463 6.10498C9.59814 5.40609 10.7052 5.05664 12.0659 5.05664C12.9937 5.05664 13.8193 5.236 14.543 5.59473C15.2728 5.95345 15.8356 6.44824 16.2314 7.0791C16.6335 7.70996 16.8345 8.39958 16.8345 9.14795H15.0439C15.0439 8.33154 14.7842 7.69141 14.2646 7.22754C13.7451 6.75749 13.0122 6.52246 12.0659 6.52246C11.1877 6.52246 10.5011 6.71729 10.0063 7.10693C9.51774 7.4904 9.27344 8.02539 9.27344 8.71191C9.27344 9.2095 9.46296 9.63887 9.84201 10H7.71685Z",
fill: "#394259"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "clear-format"
}, /*#__PURE__*/React.createElement("line", {
x1: "8",
y1: "18.25",
x2: "20",
y2: "18.25",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14 7.12132L17.8787 11L10 18.8787L6.12132 15L14 7.12132ZM14 5L15.0607 6.06066L18.9393 9.93934L20 11L18.9393 12.0607L12 19L8 19L5.06066 16.0607L4 15L5.06066 13.9393L12.9393 6.06066L14 5Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "13.9375",
y: "6.12316",
width: "6.98528",
height: "5.7265",
transform: "rotate(45 13.9375 6.12316)",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "image"
}, /*#__PURE__*/React.createElement("circle", {
cx: "8.75",
cy: "8.75",
r: "1.25",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "4.75",
y: "5.25",
width: "14.5",
height: "13.5",
rx: "0.75",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 19L12.984 11.8949C13.1659 11.6789 13.4905 11.6563 13.7006 11.845L19.5 17.0556",
stroke: "#525C6F",
strokeWidth: "1.5",
strokeLinejoin: "round"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "italic"
}, /*#__PURE__*/React.createElement("path", {
d: "M11 5H16V6.5H11V5Z",
fill: "#394259"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 17.5H14V19H9V17.5Z",
fill: "#394259"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.7598 17.877L12.7598 5.87695L14.2394 6.12355L12.2394 18.1236L10.7598 17.877Z",
fill: "#394259"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "merge-cancel"
}, /*#__PURE__*/React.createElement("path", {
d: "M13 14.9998L16.5 11.9996L13 8.99982V14.9998Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 14.9998L7.5 11.9996L11 8.99982L11 14.9998Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "10",
y: "11.2498",
width: "4.5",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.5 6.49982H6.5L6.5 17.4998H9.5V15.4999H11V17.4998V18.9998H9.5H6.5H5V17.4998L5 6.49982V4.99982H6.5H9.5L11 4.99982V6.49982V8.49988H9.5V6.49982ZM13 15.4999V15.9998V17.4998V18.9998H14.5H17.5H19V17.4998V6.49982V4.99982H17.5H14.5H13V6.49982V7.99982V8.49988H14.5V7.99982V6.49982H17.5V17.4998H14.5L14.5 15.9998V15.4999H13Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "merge-horizontal"
}, /*#__PURE__*/React.createElement("path", {
d: "M11 15L14.5 11.9998L11 9V15Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "5",
y: "11.25",
width: "8.5",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.5 6.5H7.5H9.5H11V5H9.5H6.5H5V6.5V17.5V19H6.5H9.5H11V17.5H9.5H7.5H6.5V6.5ZM13 16V15.5H14.5V16V17.5H17.5V6.5H14.5V8V8.5H13V8V6.5V5H14.5H17.5H19V6.5V17.5V19H17.5H14.5H13V17.5V16Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "merge-vertical"
}, /*#__PURE__*/React.createElement("path", {
d: "M9 10.9998L12.0002 14.4998L15 10.9998L9 10.9998Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "12.75",
y: "4.99982",
width: "8.5",
height: "1.5",
transform: "rotate(90 12.75 4.99982)",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17.5 6.49982L17.5 7L17.5 10.9998H19V9.49982V6.49982V4.99982H17.5L6.5 4.99982H5V6.49982L5 9.49982V10.9998H6.5V9.49982L6.5 7L6.5 6.49982L17.5 6.49982ZM8 12.9998L8.5 12.9998V14.4998H8H6.5V17.4998H17.5V14.4998H16H15.5V12.9998H16H17.5H19L19 14.4998V17.4998V18.9998H17.5H6.5L5 18.9998L5 17.4998V14.4998V12.9998H6.5H8Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "merge-all"
}, /*#__PURE__*/React.createElement("path", {
d: "M15.5 14.9998L12 11.9996L15.5 8.99982V14.9998Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.5 14.9998L12 11.9996L8.5 8.99982L8.5 14.9998Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "7",
y: "11.2498",
width: "2.5",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "14.5",
y: "11.2498",
width: "2.5",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.5 6.49982H6.5L6.5 17.4998H9.5V15.4999H11V17.4998V18.9998H9.5H6.5H5V17.4998L5 6.49982V4.99982H6.5H9.5L11 4.99982V6.49982V8.49988H9.5V6.49982ZM13 15.4999V15.9998V17.4998V18.9998H14.5H17.5H19V17.4998V6.49982V4.99982H17.5H14.5H13V6.49982V7.99982V8.49988H14.5V7.99982V6.49982H17.5V17.4998H14.5L14.5 15.9998V15.4999H13Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
fill: "none",
viewBox: "0 0 16 16",
id: "plus"
}, /*#__PURE__*/React.createElement("path", {
d: "M8 1.715v12.571M1.714 8h12.572",
stroke: "#666",
strokeWidth: "1.714"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
version: "1.1",
"p-id": "4116",
id: "minus"
}, /*#__PURE__*/React.createElement("path", {
d: "M801.895 542.105h-579.79C205.479 542.105 192 528.627 192 512c0-16.627 13.479-30.105 30.105-30.105h579.789C818.521 481.895 832 495.373 832 512c0 16.627-13.479 30.105-30.105 30.105z",
"p-id": "4117"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "-100 -100 1224 1224",
fill: "#525C6F",
id: "background"
}, /*#__PURE__*/React.createElement("path", {
d: "M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zM389.3 700.2c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-0.6-0.6-1.3-1.2-2-1.7l-78.2-78.2c-3.5-3.5-9.3-3.5-12.8 0l-48 48c-3.5 3.5-3.5 9.3 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256z m12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "-100 -100 1224 1224",
fill: "#525C6F",
id: "font-color"
}, /*#__PURE__*/React.createElement("path", {
d: "M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zM253.7 736h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-0.2 3.2-0.5 5.1-1.8 7.8-7.3 6-12.4L573.6 118.6c-1.4-3.9-5.1-6.6-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-0.4 1-0.5 2.1-0.5 3.2-0.1 5.3 4.3 9.7 9.7 9.7z m255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "text-overflow"
}, /*#__PURE__*/React.createElement("path", {
d: "M16.5 15L20 11.9998L16.5 9V15Z",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("rect", {
x: "7",
y: "11.25",
width: "9.5",
height: "1.5",
fill: "#525C6F"
}), /*#__PURE__*/React.createElement("line", {
x1: "4.75",
y1: "5",
x2: "4.75",
y2: "19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12.25",
y1: "5",
x2: "12.25",
y2: "9.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12.25",
y1: "14.5",
x2: "12.25",
y2: "19",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "text-wrap"
}, /*#__PURE__*/React.createElement("line", {
x1: "4.75",
y1: "5",
x2: "4.75",
y2: "19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "19.25",
y1: "5",
x2: "19.25",
y2: "19",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M7.00001 16.2502L9.99 13.5V15.5H12.0005C13.9335 15.5 15.5005 13.933 15.5005 12C15.5005 10.067 13.9335 8.5 12.0005 8.5H7V7H12.0005C14.7619 7 17.0005 9.23857 17.0005 12C17.0005 14.7614 14.7619 17 12.0005 17H9.99V19L7.00001 16.2502Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "underline"
}, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17 19H7V17.5H17V19Z",
fill: "#394259"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.25 5V12.25C9.25 13.7688 10.4812 15 12 15C13.5188 15 14.75 13.7688 14.75 12.25V5H16.25V12.25C16.25 14.5972 14.3472 16.5 12 16.5C9.65278 16.5 7.75 14.5972 7.75 12.25V5H9.25Z",
fill: "#394259"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "undo"
}, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.5 7.75001L7.2019 10.835V8.5H13.25C15.4591 8.5 17.25 10.2909 17.25 12.5C17.25 14.7091 15.4591 16.5 13.25 16.5H7V18H13.25C16.2876 18 18.75 15.5376 18.75 12.5C18.75 9.46244 16.2876 7 13.25 7H7.2019V4.66547L3.5 7.75001Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "redo"
}, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20.5 7.75001L16.7981 10.835V8.5H10.75C8.54086 8.5 6.75 10.2909 6.75 12.5C6.75 14.7091 8.54086 16.5 10.75 16.5H17V18H10.75C7.71243 18 5.25 15.5376 5.25 12.5C5.25 9.46244 7.71243 7 10.75 7H16.7981V4.66547L20.5 7.75001Z",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "fx"
}, /*#__PURE__*/React.createElement("path", {
d: "M841 370c3-3.3 2.7-8.3-0.6-11.3-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6c-2.9 3.4-7.9 3.8-11.3 0.9-0.9-0.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l0.9-4.7 8-42.3c10.5-55.4 38-81.4 85.8-81.4 18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415c-0.9 4.3 1.9 8.6 6.2 9.5 0.5 0.1 1.1 0.2 1.6 0.2H284l-89 429.9c-0.9 4.3 1.9 8.6 6.2 9.5 0.5 0.1 1.1 0.2 1.6 0.2H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4 0.7 11.3 1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1 0.9 0.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6c4.4 0 8-3.6 8-8 0-1.2-0.3-2.4-0.8-3.5l-95.2-198.9c-1.4-2.9-0.9-6.4 1.3-8.8L841 370z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 16 16",
id: "currency-format"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: getPath(currency),
"p-id": "5490"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "percentage-format"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M855.7 210.8l-42.4-42.4c-3.1-3.1-8.2-3.1-11.3 0L168.3 801.9c-3.1 3.1-3.1 8.2 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1 0.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144z m0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zM720 576c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144z m0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z",
"p-id": "5920"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "number-decrease"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M132.266667 597.333333h76.8a4.266667 4.266667 0 0 0 4.266666-4.266666v-76.8a4.266667 4.266667 0 0 0-4.266666-4.266667H132.266667a4.266667 4.266667 0 0 0-4.266667 4.266667v76.8a4.266667 4.266667 0 0 0 4.266667 4.266666z m367.616-403.925333a94.72 94.72 0 0 0-27.306667-17.322667c-25.514667-10.496-54.954667-11.392-81.706667-5.632-36.778667 7.936-66.56 31.872-84.906666 64.256-19.797333 34.816-28.16 77.397333-28.16 139.178667 0 61.184 8.405333 102.4 28.16 137.941333a125.866667 125.866667 0 0 0 112.768 67.797334c48.64 0 90.581333-25.6 113.365333-67.84 19.2-34.773333 28.16-77.354667 28.16-135.552 0-50.432-5.888-104.106667-32.768-148.394667a148.906667 148.906667 0 0 0-27.562667-34.474667z m-81.066667 314.197333c-38.954667 0-59.306667-45.568-59.306667-134.4 0-88.149333 20.394667-133.76 58.794667-133.76 39.594667 0 59.306667 45.653333 59.306667 135.552 0 87.04-20.394667 132.565333-58.794667 132.565334z m289.024 212.394667a4.266667 4.266667 0 0 1-4.266667-4.266667V640l-103.68 103.68a4.266667 4.266667 0 0 0 0 6.016L704 853.333333v-75.733333a4.266667 4.266667 0 0 1 4.266667-4.266667H896v-53.333333h-187.733333z",
"p-id": "6524"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "number-increase"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M132.266667 597.333333h76.8a4.266667 4.266667 0 0 0 4.266666-4.266666v-76.8a4.266667 4.266667 0 0 0-4.266666-4.266667H132.266667a4.266667 4.266667 0 0 0-4.266667 4.266667v76.8a4.266667 4.266667 0 0 0 4.266667 4.266666z m366.848-402.944a111.530667 111.530667 0 0 0-45.226667-21.76 142.933333 142.933333 0 0 0-71.253333 1.152A130.56 130.56 0 0 0 305.92 234.666667c-19.797333 34.816-28.16 77.397333-28.16 139.178666 0 61.184 8.405333 102.4 28.16 137.941334a125.866667 125.866667 0 0 0 112.768 67.797333c48.64 0 90.581333-25.6 113.365333-67.84 19.2-34.773333 28.16-77.354667 28.16-135.552 0-61.696-11.178667-141.653333-61.098666-181.888z m-79.872 313.173334c-38.954667 0-59.306667-45.568-59.306667-134.4 0-88.149333 20.394667-133.76 58.794667-133.76 39.594667 0 59.306667 45.653333 59.306666 135.552 0 87.04-20.394667 132.565333-58.794666 132.565333z m335.232 71.978666c48.64 0 90.581333-25.6 113.365333-67.84 19.2-34.730667 28.16-77.312 28.16-135.509333 0-47.786667-3.84-99.114667-27.093333-141.909333-27.178667-50.176-82.944-75.392-139.093334-64.554667l-12.8 3.157333A128.64 128.64 0 0 0 641.706667 234.666667c-19.797333 34.773333-28.16 77.354667-28.16 139.093333 0 61.184 8.405333 102.4 28.16 137.941333a125.866667 125.866667 0 0 0 112.768 67.754667z m0-340.053333c39.594667 0 59.306667 45.653333 59.306666 135.552 0 86.954667-20.394667 132.565333-58.794666 132.565333-38.954667 0-59.306667-45.568-59.306667-134.4 0-88.192 20.394667-133.76 58.794667-133.76z m34.858666 476.16a4.266667 4.266667 0 0 1-4.266666 4.266667H597.333333v53.333333h187.733334a4.266667 4.266667 0 0 1 4.266666 4.266667V853.333333l103.68-103.68a4.266667 4.266667 0 0 0 0-6.016L789.333333 640v75.733333z",
"p-id": "6702"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
id: "format-painter"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M15.1004 6.5L6.90039 6.5V9.8L15.1004 9.8L15.1004 6.5ZM15.1004 5C15.9288 5 16.6004 5.67157 16.6004 6.5V9.8C16.6004 10.6284 15.9288 11.3 15.1004 11.3H6.90039C6.07196 11.3 5.40039 10.6284 5.40039 9.8V6.5C5.40039 5.67157 6.07196 5 6.90039 5H15.1004Z"
}), /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M17.7174 8.90039H15.3262V7.40039H18.4674C18.8816 7.40039 19.2174 7.73618 19.2174 8.15039V13.7859C19.2174 14.163 18.9374 14.4814 18.5634 14.5297L10.8174 15.5299V19.0004H9.31738V14.8705C9.31738 14.4934 9.59736 14.175 9.97134 14.1267L17.7174 13.1265V8.90039Z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1096 1096",
id: "formula-sum"
}, /*#__PURE__*/React.createElement("path", {
fill: "#525C6F",
d: "M725.333333 853.333333H256c-17.066667 0-29.866667-8.533333-38.4-25.6-8.533333-17.066667-4.266667-34.133333 4.266667-46.933333l230.4-268.8-230.4-268.8c-8.533333-12.8-12.8-34.133333-4.266667-46.933333 8.533333-17.066667 21.333333-25.6 38.4-25.6h469.333333c46.933333 0 85.333333 38.4 85.333334 85.333333v85.333333c0 25.6-17.066667 42.666667-42.666667 42.666667s-42.666667-17.066667-42.666667-42.666667V256H349.866667l196.266666 226.133333c12.8 17.066667 12.8 38.4 0 55.466667L349.866667 768H725.333333v-85.333333c0-25.6 17.066667-42.666667 42.666667-42.666667s42.666667 17.066667 42.666667 42.666667v85.333333c0 46.933333-38.4 85.333333-85.333334 85.333333z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "arrow-doubleleft"
}, /*#__PURE__*/React.createElement("path", {
d: "M272.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512z"
}), /*#__PURE__*/React.createElement("path", {
d: "M576.9 512l265.4-339.1c4.1-5.2 0.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3c-9.1 11.6-9.1 27.9 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
id: "arrow-doubleright"
}, /*#__PURE__*/React.createElement("path", {
d: "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M837.2 492.3L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1c-4.1 5.2-0.4 12.9 6.3 12.9h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "freeze-col"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.75 12H18.25M12 5.5V18.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 12L5.5 17.75",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.25 6L5.75 11.5",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "freeze-row"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.75 12H18.25M12 5.5V18.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 6.5L11.5 12.25",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.25 6L5.75 11.5",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "freeze-row-col"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.75 12H18.25M12 5.5V18.5",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 6L5.75 18.25",
stroke: "#525C6F",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.25 6L5.75 11.5",
stroke: "#525C6F",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 24 24",
fill: "none",
id: "freeze-cancel"
}, /*#__PURE__*/React.createElement("rect", {
x: "5.75",
y: "5.75",
width: "12.5",
height: "12.5",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "6.5",
y1: "12",
x2: "17.5",
y2: "12",
stroke: "#535A68",
strokeWidth: "1.5"
}), /*#__PURE__*/React.createElement("line", {
x1: "12",
y1: "17.5",
x2: "12",
y2: "6.5",
stroke: "#535A68",
strokeWidth: "1.5"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "sort-desc"
}, /*#__PURE__*/React.createElement("path", {
d: "M839.6 433.8L749 150.5c-1.2-3.9-4.8-6.5-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-0.3 0.9-0.5 1.9-0.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-0.1 2.8-0.4 2.4-0.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7 0.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2z",
"p-id": "2016"
}), /*#__PURE__*/React.createElement("path", {
d: "M806.8 818.4H677.2v-0.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v0.4L587.7 828.9c-1.1 1.6-1.7 3.4-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43c0.1-5.1-4.1-9.3-9.2-9.3z",
"p-id": "2017"
}), /*#__PURE__*/React.createElement("path", {
d: "M416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9c3.2 4.1 9.4 4.1 12.6 0l112-141.9c4.1-5.2 0.4-13-6.3-13z",
"p-id": "2018"
})), /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "sort-asc"
}, /*#__PURE__*/React.createElement("path", {
d: "M839.6 433.8L749 150.5c-1.2-3.9-4.8-6.5-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-0.3 0.9-0.5 1.9-0.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-0.1 2.8-0.4 2.4-0.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7 0.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2z",
"p-id": "2263"
}), /*#__PURE__*/React.createElement("path", {
d: "M806.8 818.4H677.2v-0.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v0.4L587.7 828.9c-1.1 1.6-1.7 3.4-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43c0.1-5.1-4.1-9.3-9.2-9.3z",
"p-id": "2264"
}), /*#__PURE__*/React.createElement("path", {
d: "M310.3 167.1c-3.2-4.1-9.4-4.1-12.6 0L185.7 309c-4.2 5.3-0.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z",
"p-id": "2265"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "more"
}, /*#__PURE__*/React.createElement("path", {
d: "M224 597.333333C183.466667 597.333333 149.333333 563.2 149.333333 522.666667S183.466667 448 224 448s74.666667 34.133333 74.666667 74.666667-32 74.666667-74.666667 74.666666zM512 597.333333c-40.533333 0-74.666667-34.133333-74.666667-74.666666S471.466667 448 512 448s74.666667 34.133333 74.666667 74.666667S554.666667 597.333333 512 597.333333zM800 597.333333c-40.533333 0-74.666667-34.133333-74.666667-74.666666s34.133333-74.666667 74.666667-74.666667 74.666667 34.133333 74.666667 74.666667-32 74.666667-74.666667 74.666666z"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
width: "24",
height: "24",
id: "text-clip"
}, /*#__PURE__*/React.createElement("path", {
d: "M217.6 810.666667h76.8a4.266667 4.266667 0 0 0 4.266667-4.266667V217.6a4.266667 4.266667 0 0 0-4.266667-4.266667H217.6a4.266667 4.266667 0 0 0-4.266667 4.266667v588.8a4.266667 4.266667 0 0 0 4.266667 4.266667zM725.333333 217.6v247.466667a4.266667 4.266667 0 0 1-4.266666 4.266666H388.266667a4.266667 4.266667 0 0 0-4.266667 4.266667v76.8a4.266667 4.266667 0 0 0 4.266667 4.266667h332.8a4.266667 4.266667 0 0 1 4.266666 4.266666v247.466667a4.266667 4.266667 0 0 0 4.266667 4.266667h76.8a4.266667 4.266667 0 0 0 4.266667-4.266667V217.6a4.266667 4.266667 0 0 0-4.266667-4.266667h-76.8a4.266667 4.266667 0 0 0-4.266667 4.266667z",
"p-id": "13371",
fill: "#525C6F"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "text-rotation-none"
}, /*#__PURE__*/React.createElement("path", {
d: "M657.066667 620.088889c24.177778 0 39.822222-24.177778 31.288889-46.933333L509.155556 150.755556c-14.222222-34.133333-64-34.133333-78.222223 0L250.311111 573.155556c-9.955556 22.755556 7.111111 46.933333 31.288889 46.933333 14.222222 0 25.6-8.533333 31.288889-21.333333l36.977778-92.444445h240.355555l36.977778 92.444445c4.266667 12.8 17.066667 21.333333 29.866667 21.333333z m-285.866667-170.666667L469.333333 203.377778l98.133334 246.044444H371.2zM704 662.755556c-11.377778 11.377778-11.377778 28.444444 0 39.822222l45.511111 45.511111H204.8c-15.644444 0-28.444444 12.8-28.444444 28.444444s12.8 28.444444 28.444444 28.444445h544.711111l-45.511111 45.511111c-11.377778 11.377778-11.377778 28.444444 0 39.822222 11.377778 11.377778 28.444444 11.377778 39.822222 0L839.111111 796.444444c11.377778-11.377778 11.377778-28.444444 0-39.822222l-93.866667-93.866666c-11.377778-11.377778-29.866667-11.377778-41.244444 0z",
"p-id": "17165"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "text-rotation-angleup"
}, /*#__PURE__*/React.createElement("path", {
d: "M634.311111 398.222222c17.066667-17.066667 11.377778-45.511111-11.377778-54.044444L196.266667 170.666667c-35.555556-14.222222-69.688889 21.333333-55.466667 55.466666l172.088889 426.666667c8.533333 22.755556 38.4 28.444444 54.044444 11.377778 9.955556-9.955556 12.8-24.177778 7.111111-36.977778l-39.822222-91.022222 170.666667-170.666667 91.022222 39.822222c12.8 4.266667 28.444444 2.844444 38.4-7.111111z m-322.844444 81.066667l-105.244445-243.2L449.422222 341.333333l-137.955555 137.955556zM696.888889 393.955556c0 15.644444 12.8 28.444444 28.444444 28.444444h64L403.911111 807.822222c-11.377778 11.377778-11.377778 28.444444 0 39.822222 11.377778 11.377778 28.444444 11.377778 39.822222 0l385.422223-385.422222V526.222222c0 15.644444 12.8 28.444444 28.444444 28.444445s28.444444-12.8 28.444444-28.444445v-133.688889c0-15.644444-12.8-28.444444-28.444444-28.444444h-133.688889c-14.222222 1.422222-27.022222 14.222222-27.022222 29.866667z",
"p-id": "17929"
})), /*#__PURE__*/React.createElement("symbol", {
viewBox: "0 0 1024 1024",
fill: "#535A68",
id: "text-rotation-angledown"
}, /*#__PURE__*/React.createElement("path", {
d: "M625.777778 634.311111c17.066667 17.066667 45.511111 11.377778 54.044444-11.377778l172.088889-426.666666c14.222222-35.555556-21.333333-69.688889-55.466667-55.466667L371.2 312.888889c-22.755556 8.533333-28.444444 38.4-11.377778 54.044444 9.955556 9.955556 24.177778 12.8 36.977778 7.111111l91.022222-39.822222 170.666667 170.666667-39.822222 92.444444c-4.266667 11.377778-2.844444 27.022222 7.111111 36.977778z m-81.066667-322.844444l243.2-105.244445L682.666667 449.422222l-137.955556-137.955555zM630.044444 696.888889c-15.644444 0-28.444444 12.8-28.444444 28.444444v64L216.177778 403.911111c-11.377778-11.377778-28.444444-11.377778-39.822222 0-11.377778 11.377778-11.377778 28.444444 0 39.822222l385.422222 385.422223H497.777778c-15.644444 0-28.444444