@luscii-healthtech/web-ui 2.22.2 → 2.23.0
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.
package/dist/web-ui.esm.js
CHANGED
|
@@ -7350,18 +7350,18 @@ var LinkIcon = function LinkIcon(props) {
|
|
|
7350
7350
|
className: props.className,
|
|
7351
7351
|
onClick: props.onClick,
|
|
7352
7352
|
role: props.onClick ? "button" : undefined,
|
|
7353
|
-
width: "
|
|
7354
|
-
height: "
|
|
7355
|
-
viewBox: "0 0
|
|
7353
|
+
width: "24",
|
|
7354
|
+
height: "24",
|
|
7355
|
+
viewBox: "0 0 24 24",
|
|
7356
7356
|
fill: "none",
|
|
7357
7357
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7358
7358
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
7359
|
-
d: "
|
|
7359
|
+
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",
|
|
7360
7360
|
stroke: "#0074DD",
|
|
7361
7361
|
"stroke-width": "2",
|
|
7362
7362
|
"stroke-linecap": "round"
|
|
7363
7363
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
7364
|
-
d: "
|
|
7364
|
+
d: "M9.5 15.3334L18.6667 6.16675M18.6667 6.16675H14.5M18.6667 6.16675V10.3334",
|
|
7365
7365
|
stroke: "#0074DD",
|
|
7366
7366
|
"stroke-width": "2",
|
|
7367
7367
|
"stroke-linecap": "round",
|