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.42359 18.083C6.46678 18.6013 6.90004 19 7.42013 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.5799C17.1 19 17.5332 18.6013 17.5764 18.083L18 13L18.6677 12.6661C19.3035 12.3483 19.4139 11.4872 18.879 11.0191L12.6585 5.57619C12.2815 5.24629 11.7185 5.24629 11.3415 5.57619L5.12099 11.0191C4.58605 11.4872 4.69651 12.3483 5.33228 12.6661L6 13L6.42359 18.083Z" })));
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outline-icons",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "An iconset designed for the Outline editor and knowledge base",
5
5
  "main": "lib/index.js",
6
6
  "license": "BSD-3-Clause",