outline-icons 3.4.0 → 3.4.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.
|
@@ -7,6 +7,6 @@ const react_1 = __importDefault(require("react"));
|
|
|
7
7
|
const Icon_1 = __importDefault(require("./Icon"));
|
|
8
8
|
function HomeIcon(props, ref) {
|
|
9
9
|
return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
|
|
10
|
-
react_1.default.createElement("path", { d: "M6.
|
|
10
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 18C6.5 18.5523 6.94772 19 7.5 19H9C9.55228 19 10 18.5523 10 18V15.5C10 14.3954 10.8954 13.5 12 13.5V13.5C13.1046 13.5 14 14.3954 14 15.5V18C14 18.5523 14.4477 19 15 19H16.5C17.0523 19 17.5 18.5523 17.5 18V12H18.0855C19.0376 12 19.451 10.7952 18.6994 10.2106L12.6139 5.47751C12.2528 5.19665 11.7472 5.19665 11.3861 5.47751L5.30059 10.2106C4.54901 10.7952 4.96238 12 5.91454 12H6.5V18Z" })));
|
|
11
11
|
}
|
|
12
12
|
exports.default = react_1.default.forwardRef(HomeIcon);
|