@luscii-healthtech/web-ui 2.37.0 → 2.37.2
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.
|
@@ -1941,21 +1941,9 @@ var AddIcon = function AddIcon(props) {
|
|
|
1941
1941
|
viewBox: "0 0 24 24",
|
|
1942
1942
|
fill: "none",
|
|
1943
1943
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1944
|
-
}, /*#__PURE__*/React__default.createElement("
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
width: "4",
|
|
1948
|
-
height: "20",
|
|
1949
|
-
rx: "2",
|
|
1950
|
-
fill: "currentColor"
|
|
1951
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
1952
|
-
x: "22",
|
|
1953
|
-
y: "10",
|
|
1954
|
-
width: "4",
|
|
1955
|
-
height: "20",
|
|
1956
|
-
rx: "2",
|
|
1957
|
-
transform: "rotate(90 22 10)",
|
|
1958
|
-
fill: "currentColor"
|
|
1944
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1945
|
+
d: "M12 19C11.7167 19 11.4793 18.904 11.288 18.712C11.096 18.5207 11 18.2833 11 18V13H6C5.71667 13 5.479 12.904 5.287 12.712C5.09567 12.5207 5 12.2833 5 12C5 11.7167 5.09567 11.479 5.287 11.287C5.479 11.0957 5.71667 11 6 11H11V6C11 5.71667 11.096 5.479 11.288 5.287C11.4793 5.09567 11.7167 5 12 5C12.2833 5 12.521 5.09567 12.713 5.287C12.9043 5.479 13 5.71667 13 6V11H18C18.2833 11 18.5207 11.0957 18.712 11.287C18.904 11.479 19 11.7167 19 12C19 12.2833 18.904 12.5207 18.712 12.712C18.5207 12.904 18.2833 13 18 13H13V18C13 18.2833 12.9043 18.5207 12.713 18.712C12.521 18.904 12.2833 19 12 19Z",
|
|
1946
|
+
fill: "#0074DD"
|
|
1959
1947
|
}));
|
|
1960
1948
|
};
|
|
1961
1949
|
|