@luscii-healthtech/web-ui 2.22.2 → 2.22.3
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.
|
@@ -7358,18 +7358,18 @@ var LinkIcon = function LinkIcon(props) {
|
|
|
7358
7358
|
className: props.className,
|
|
7359
7359
|
onClick: props.onClick,
|
|
7360
7360
|
role: props.onClick ? "button" : undefined,
|
|
7361
|
-
width: "
|
|
7362
|
-
height: "
|
|
7363
|
-
viewBox: "0 0
|
|
7361
|
+
width: "24",
|
|
7362
|
+
height: "24",
|
|
7363
|
+
viewBox: "0 0 24 24",
|
|
7364
7364
|
fill: "none",
|
|
7365
7365
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7366
7366
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
7367
|
-
d: "
|
|
7367
|
+
d: "M10.8021 7H7.33331C6.22874 7 5.33331 7.89543 5.33331 9V17.5C5.33331 18.6046 6.22874 19.5 7.33331 19.5H15.8333C16.9379 19.5 17.8333 18.6046 17.8333 17.5V14.0312",
|
|
7368
7368
|
stroke: "#0074DD",
|
|
7369
7369
|
"stroke-width": "2",
|
|
7370
7370
|
"stroke-linecap": "round"
|
|
7371
7371
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
7372
|
-
d: "
|
|
7372
|
+
d: "M9.5 15.3334L18.6667 6.16675M18.6667 6.16675H14.5M18.6667 6.16675V10.3334",
|
|
7373
7373
|
stroke: "#0074DD",
|
|
7374
7374
|
"stroke-width": "2",
|
|
7375
7375
|
"stroke-linecap": "round",
|