@flozy/editor 9.8.7 → 9.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1655,11 +1655,33 @@ export const CsvIcon = () => /*#__PURE__*/_jsxs("svg", {
|
|
1655
1655
|
})]
|
1656
1656
|
});
|
1657
1657
|
export const CloseIcon = props => /*#__PURE__*/_jsxs("svg", {
|
1658
|
+
width: "20",
|
1659
|
+
height: "20",
|
1660
|
+
viewBox: "0 0 20 20",
|
1661
|
+
fill: "none",
|
1662
|
+
xmlns: "http://www.w3.org/2000/svg",
|
1663
|
+
...(props || {}),
|
1664
|
+
children: [/*#__PURE__*/_jsx("path", {
|
1665
|
+
d: "M14.1245 5.875L5.87493 14.1246",
|
1666
|
+
stroke: "#64748B",
|
1667
|
+
strokeWidth: "1.5",
|
1668
|
+
strokeLinecap: "round",
|
1669
|
+
strokeLinejoin: "round"
|
1670
|
+
}), /*#__PURE__*/_jsx("path", {
|
1671
|
+
d: "M5.875 5.875L14.1246 14.1246",
|
1672
|
+
stroke: "#64748B",
|
1673
|
+
strokeWidth: "1.5",
|
1674
|
+
strokeLinecap: "round",
|
1675
|
+
strokeLinejoin: "round"
|
1676
|
+
})]
|
1677
|
+
});
|
1678
|
+
export const CloseIcon2 = props => /*#__PURE__*/_jsxs("svg", {
|
1658
1679
|
width: "10",
|
1659
1680
|
height: "10",
|
1660
1681
|
viewBox: "0 0 10 10",
|
1661
1682
|
fill: "none",
|
1662
1683
|
xmlns: "http://www.w3.org/2000/svg",
|
1684
|
+
...(props || {}),
|
1663
1685
|
children: [/*#__PURE__*/_jsx("path", {
|
1664
1686
|
d: "M9.12476 0.875L0.875176 9.12458",
|
1665
1687
|
stroke: "#8F9CAE",
|
@@ -5,7 +5,7 @@ import { Box, CircularProgress, Drawer, Grid, IconButton, Tab, Tabs, Typography,
|
|
5
5
|
import Style from "./style";
|
6
6
|
|
7
7
|
// icons
|
8
|
-
import { CloseIcon } from "../common/iconslist";
|
8
|
+
import { CloseIcon2 as CloseIcon } from "../common/iconslist";
|
9
9
|
import { TickIcon } from "./icons";
|
10
10
|
import ColorTheme from "./colorTheme";
|
11
11
|
import Buttons from "./buttons";
|
@@ -5,7 +5,7 @@ import { Button, Checkbox, CircularProgress, Divider, Drawer, FormControlLabel,
|
|
5
5
|
import Style from "./style";
|
6
6
|
|
7
7
|
// icons
|
8
|
-
import { CloseIcon } from "../common/iconslist";
|
8
|
+
import { CloseIcon2 as CloseIcon } from "../common/iconslist";
|
9
9
|
import { CloudIcon } from "./icons";
|
10
10
|
import { TickIcon } from "./icons";
|
11
11
|
import { ResetIcon } from "./icons";
|
@@ -5,7 +5,7 @@ import { Box, Button, CircularProgress, Dialog, Divider, Grid, IconButton, TextF
|
|
5
5
|
import Style from "./style";
|
6
6
|
|
7
7
|
// icons
|
8
|
-
import { CloseIcon } from "../common/iconslist";
|
8
|
+
import { CloseIcon2 as CloseIcon } from "../common/iconslist";
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
10
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
11
11
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|