@bitrise/bitkit 9.1.1 → 9.1.2
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/CHANGELOG.md +7 -0
- package/lib/cjs/Icon/tsx/IconsPencil.js +4 -4
- package/lib/cjs/Icon/tsx/IconsPencil.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esn/Icon/tsx/IconsPencil.js +4 -4
- package/lib/esn/Icon/tsx/IconsPencil.js.map +1 -1
- package/lib/esn/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/Icon/tsx/IconsPencil.tsx +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [9.1.2](https://github.com/bitrise-io/bitkit/compare/v9.1.1...v9.1.2) (2022-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Icon:** update pencil icon ([90339e6](https://github.com/bitrise-io/bitkit/commit/90339e6))
|
|
7
|
+
|
|
1
8
|
## [9.1.1](https://github.com/bitrise-io/bitkit/compare/v9.1.0...v9.1.1) (2022-02-14)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -19,8 +19,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
19
19
|
};
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
21
|
var React = __importStar(require("react"));
|
|
22
|
-
exports.default = (function (props) { return (React.createElement("svg", __assign({}, props, { viewBox: "0 0
|
|
23
|
-
React.createElement("path", { d: "
|
|
24
|
-
React.createElement("path", {
|
|
25
|
-
React.createElement("path", { d: "
|
|
22
|
+
exports.default = (function (props) { return (React.createElement("svg", __assign({}, props, { viewBox: "0 0 24 24", fill: "none" }),
|
|
23
|
+
React.createElement("path", { d: "M4 20L20 20L20 10H22L22 20C22 21.1046 21.1046 22 20 22L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H14V4L4 4L4 20Z", fill: "currentColor" }),
|
|
24
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9 3.59211L7 13.3618L10.5 16.8158L20.4 7.04605C21.2 6.25658 21.2 5.07237 20.4 4.2829L19.7 3.59211C18.9 2.80263 17.7 2.80263 16.9 3.59211ZM10.5 14.0526L9.8 13.3618L18.3 4.97369L19 5.66447L10.5 14.0526Z", fill: "currentColor" }),
|
|
25
|
+
React.createElement("path", { d: "M6 15.0395V18H9L6 15.0395Z", fill: "currentColor" }))); });
|
|
26
26
|
//# sourceMappingURL=IconsPencil.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconsPencil.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsPencil.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,mBAAe,UAAC,KAAoC,IAAK,OAAA,CACvD,wCAAS,KAAK,IAAE,OAAO,EAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"IconsPencil.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsPencil.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,mBAAe,UAAC,KAAoC,IAAK,OAAA,CACvD,wCAAS,KAAK,IAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;IAC7C,8BACE,CAAC,EAAC,gIAAgI,EAClI,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6MAA6M,EAC/M,IAAI,EAAC,cAAc,GACnB;IACF,8BAAM,CAAC,EAAC,4BAA4B,EAAC,IAAI,EAAC,cAAc,GAAG,CACvD,CACP,EAdwD,CAcxD,EAAC"}
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"signature": "1eda67cd981ff47b8e514a2c830d360cd41585caaa98d31db559e7684c2cdf4e"
|
|
579
579
|
},
|
|
580
580
|
"/bitrise/src/src/Icon/tsx/IconsPencil.tsx": {
|
|
581
|
-
"version": "
|
|
581
|
+
"version": "c70da300feecdf37a05da107ad014722ff5020e666ea5c8056f174aad0f8bd76",
|
|
582
582
|
"signature": "026fbad9dd23bcdefb294fa0d6f6656c832959d1b0e763c3469f05728c6933fe"
|
|
583
583
|
},
|
|
584
584
|
"/bitrise/src/src/Icon/tsx/IconsPercent.tsx": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
export default (props) => (React.createElement("svg", Object.assign({}, props, { viewBox: "0 0
|
|
3
|
-
React.createElement("path", { d: "
|
|
4
|
-
React.createElement("path", {
|
|
5
|
-
React.createElement("path", { d: "
|
|
2
|
+
export default (props) => (React.createElement("svg", Object.assign({}, props, { viewBox: "0 0 24 24", fill: "none" }),
|
|
3
|
+
React.createElement("path", { d: "M4 20L20 20L20 10H22L22 20C22 21.1046 21.1046 22 20 22L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H14V4L4 4L4 20Z", fill: "currentColor" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.9 3.59211L7 13.3618L10.5 16.8158L20.4 7.04605C21.2 6.25658 21.2 5.07237 20.4 4.2829L19.7 3.59211C18.9 2.80263 17.7 2.80263 16.9 3.59211ZM10.5 14.0526L9.8 13.3618L18.3 4.97369L19 5.66447L10.5 14.0526Z", fill: "currentColor" }),
|
|
5
|
+
React.createElement("path", { d: "M6 15.0395V18H9L6 15.0395Z", fill: "currentColor" })));
|
|
6
6
|
//# sourceMappingURL=IconsPencil.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconsPencil.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsPencil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,eAAe,CAAC,KAAoC,EAAE,EAAE,CAAC,CACvD,6CAAS,KAAK,IAAE,OAAO,EAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"IconsPencil.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsPencil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,eAAe,CAAC,KAAoC,EAAE,EAAE,CAAC,CACvD,6CAAS,KAAK,IAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;IAC7C,8BACE,CAAC,EAAC,gIAAgI,EAClI,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6MAA6M,EAC/M,IAAI,EAAC,cAAc,GACnB;IACF,8BAAM,CAAC,EAAC,4BAA4B,EAAC,IAAI,EAAC,cAAc,GAAG,CACvD,CACP,CAAC"}
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
"signature": "1eda67cd981ff47b8e514a2c830d360cd41585caaa98d31db559e7684c2cdf4e"
|
|
607
607
|
},
|
|
608
608
|
"/bitrise/src/src/Icon/tsx/IconsPencil.tsx": {
|
|
609
|
-
"version": "
|
|
609
|
+
"version": "c70da300feecdf37a05da107ad014722ff5020e666ea5c8056f174aad0f8bd76",
|
|
610
610
|
"signature": "026fbad9dd23bcdefb294fa0d6f6656c832959d1b0e763c3469f05728c6933fe"
|
|
611
611
|
},
|
|
612
612
|
"/bitrise/src/src/Icon/tsx/IconsPercent.tsx": {
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
export default (props: React.SVGProps<SVGSVGElement>) => (
|
|
3
|
-
<svg {...props} viewBox="0 0
|
|
3
|
+
<svg {...props} viewBox="0 0 24 24" fill="none">
|
|
4
4
|
<path
|
|
5
|
-
d="
|
|
5
|
+
d="M4 20L20 20L20 10H22L22 20C22 21.1046 21.1046 22 20 22L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H14V4L4 4L4 20Z"
|
|
6
6
|
fill="currentColor"
|
|
7
7
|
/>
|
|
8
8
|
<path
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
d="
|
|
9
|
+
fillRule="evenodd"
|
|
10
|
+
clipRule="evenodd"
|
|
11
|
+
d="M16.9 3.59211L7 13.3618L10.5 16.8158L20.4 7.04605C21.2 6.25658 21.2 5.07237 20.4 4.2829L19.7 3.59211C18.9 2.80263 17.7 2.80263 16.9 3.59211ZM10.5 14.0526L9.8 13.3618L18.3 4.97369L19 5.66447L10.5 14.0526Z"
|
|
12
12
|
fill="currentColor"
|
|
13
13
|
/>
|
|
14
|
-
<path d="
|
|
14
|
+
<path d="M6 15.0395V18H9L6 15.0395Z" fill="currentColor" />
|
|
15
15
|
</svg>
|
|
16
16
|
);
|