@ringcentral/juno-icon 1.0.2 → 1.0.3
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/Customize.js +1 -1
- package/es6/Customize.js +1 -1
- package/es6/icon-customize.svg +2 -1
- package/icon-customize.svg +2 -1
- package/package.json +1 -1
package/Customize.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
var react_1 = tslib_1.__importStar(require("react"));
|
|
5
5
|
var Customize = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
6
|
-
react_1.default.createElement("path", { d: "
|
|
6
|
+
react_1.default.createElement("path", { d: "M27.077 10c.51 0 .923.448.923 1 0 .513-.356.935-.815.993l-.108.007H4.923C4.413 12 4 11.552 4 11c0-.513.356-.935.815-.993L4.923 10h22.154zM27.077 20c.51 0 .923.448.923 1 0 .513-.356.936-.815.993l-.108.007H4.923C4.413 22 4 21.552 4 21c0-.513.356-.936.815-.993L4.923 20h22.154z" }))); }));
|
|
7
7
|
Customize.displayName = 'Customize';
|
|
8
8
|
Customize['iconName'] = 'customize';
|
|
9
9
|
exports.default = Customize;
|
package/es6/Customize.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import React, { forwardRef, memo } from 'react';
|
|
3
3
|
var Customize = memo(forwardRef(function (props, svgRef) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
|
|
4
|
-
React.createElement("path", { d: "
|
|
4
|
+
React.createElement("path", { d: "M27.077 10c.51 0 .923.448.923 1 0 .513-.356.935-.815.993l-.108.007H4.923C4.413 12 4 11.552 4 11c0-.513.356-.935.815-.993L4.923 10h22.154zM27.077 20c.51 0 .923.448.923 1 0 .513-.356.936-.815.993l-.108.007H4.923C4.413 22 4 21.552 4 21c0-.513.356-.936.815-.993L4.923 20h22.154z" }))); }));
|
|
5
5
|
Customize.displayName = 'Customize';
|
|
6
6
|
Customize['iconName'] = 'customize';
|
|
7
7
|
export default Customize;
|
package/es6/icon-customize.svg
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>customize</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M27.077 10c0.51 0 0.923 0.448 0.923 1 0 0.513-0.356 0.935-0.815 0.993l-0.108 0.007h-22.154c-0.51 0-0.923-0.448-0.923-1 0-0.513 0.356-0.935 0.815-0.993l0.108-0.007h22.154z"></path>
|
|
5
|
+
<path d="M27.077 20c0.51 0 0.923 0.448 0.923 1 0 0.513-0.356 0.936-0.815 0.993l-0.108 0.007h-22.154c-0.51 0-0.923-0.448-0.923-1 0-0.513 0.356-0.936 0.815-0.993l0.108-0.007h22.154z"></path>
|
|
5
6
|
</svg>
|
package/icon-customize.svg
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>customize</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M27.077 10c0.51 0 0.923 0.448 0.923 1 0 0.513-0.356 0.935-0.815 0.993l-0.108 0.007h-22.154c-0.51 0-0.923-0.448-0.923-1 0-0.513 0.356-0.935 0.815-0.993l0.108-0.007h22.154z"></path>
|
|
5
|
+
<path d="M27.077 20c0.51 0 0.923 0.448 0.923 1 0 0.513-0.356 0.936-0.815 0.993l-0.108 0.007h-22.154c-0.51 0-0.923-0.448-0.923-1 0-0.513 0.356-0.936 0.815-0.993l0.108-0.007h22.154z"></path>
|
|
5
6
|
</svg>
|