@wireapp/react-ui-kit 9.44.0 → 9.44.1
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.
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const UnavailableFileIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H10.5C11.6046 0.5 12.5 1.39543 12.5 2.5V11.5063C12.5 12.1626 12.2419 12.7926 11.7815 13.2603L10.3108 14.754C9.84094 15.2312 9.19916 15.5 8.52938 15.5H2.5C1.39543 15.5 0.5 14.6046 0.5 13.5V2.5Z", fill: "var(--unavailable-file-icon-bg)", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 11.5V11.5C10.2909 11.5 8.5 13.2909 8.5 15.5V15.5", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.5 5.5L8.74264 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.74261 5.5L4.49997 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" })] }));
|
|
24
|
+
const UnavailableFileIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, ...props, fill: "none", children: [(0, jsx_runtime_1.jsx)("path", { d: "M0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H10.5C11.6046 0.5 12.5 1.39543 12.5 2.5V11.5063C12.5 12.1626 12.2419 12.7926 11.7815 13.2603L10.3108 14.754C9.84094 15.2312 9.19916 15.5 8.52938 15.5H2.5C1.39543 15.5 0.5 14.6046 0.5 13.5V2.5Z", fill: "var(--unavailable-file-icon-bg)", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 11.5V11.5C10.2909 11.5 8.5 13.2909 8.5 15.5V15.5", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.5 5.5L8.74264 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.74261 5.5L4.49997 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" })] }));
|
|
25
25
|
exports.UnavailableFileIcon = UnavailableFileIcon;
|
package/package.json
CHANGED