outline-icons 3.2.0 → 3.2.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,8 +7,8 @@ const react_1 = __importDefault(require("react"));
7
7
  const Icon_1 = __importDefault(require("./Icon"));
8
8
  function GraphIcon(props, ref) {
9
9
  return (react_1.default.createElement(Icon_1.default, Object.assign({ ref: ref }, props),
10
- react_1.default.createElement("path", { d: "M4 16.118C4 15.7393 4.214 15.393 4.55279 15.2236L8 13.5L8 20H4V16.118Z" }),
11
- react_1.default.createElement("path", { d: "M10 12.5L14 9.5V20H10V12.5Z" }),
12
- react_1.default.createElement("path", { d: "M16 8L18.2191 5.22609C18.8096 4.48795 20 4.9055 20 5.85078V20H16V8Z" })));
10
+ react_1.default.createElement("path", { d: "M4 15C4 14.4477 4.44772 14 5 14H7C7.55228 14 8 14.4477 8 15V19C8 19.5523 7.55228 20 7 20H5C4.44772 20 4 19.5523 4 19V15Z" }),
11
+ react_1.default.createElement("path", { d: "M16 11C16 10.4477 16.4477 10 17 10H19C19.5523 10 20 10.4477 20 11V19C20 19.5523 19.5523 20 19 20H17C16.4477 20 16 19.5523 16 19V11Z" }),
12
+ react_1.default.createElement("path", { d: "M10 5C10 4.44772 10.4477 4 11 4H13C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19V5Z" })));
13
13
  }
14
14
  exports.default = react_1.default.forwardRef(GraphIcon);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outline-icons",
3
- "version": "3.2.0",
3
+ "version": "3.2.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",