td-stylekit 28.2.0 → 28.3.0
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/dist/es/Icon/types.js +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [28.3.0](https://github.com/treasure-data/td-stylekit/compare/v28.2.0...v28.3.0) (2022-10-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **CON-11129:** Add View Icon for v5 ([#1339](https://github.com/treasure-data/td-stylekit/issues/1339)) ([d3d726d](https://github.com/treasure-data/td-stylekit/commit/d3d726d))
|
|
7
|
+
|
|
1
8
|
# [28.2.0](https://github.com/treasure-data/td-stylekit/compare/v28.1.0...v28.2.0) (2022-09-30)
|
|
2
9
|
|
|
3
10
|
|
package/dist/es/Icon/types.js
CHANGED
|
@@ -1301,7 +1301,13 @@ React.createElement("path", {
|
|
|
1301
1301
|
}),Utilization: /*#__PURE__*/
|
|
1302
1302
|
React.createElement("path", {
|
|
1303
1303
|
d: "M12 4a1 1 0 100 2c1.368 0 2.63.457 3.64 1.23l-.386.384a.6.6 0 00.425 1.025h2.546a.6.6 0 00.6-.6V5.492a.6.6 0 00-1.024-.424l-.738.738A7.97 7.97 0 0012 4zM5.806 6.937L5.068 6.2a.6.6 0 01.424-1.025H8.04a.6.6 0 01.6.6v2.547a.597.597 0 01-.37.554.6.6 0 01-.654-.13l-.386-.385A5.971 5.971 0 006 12a1 1 0 11-2 0 7.97 7.97 0 011.806-5.063zM20 12a1 1 0 10-2 0c0 1.368-.457 2.63-1.229 3.64l-.385-.386a.6.6 0 00-1.024.424v2.547a.6.6 0 00.6.6h2.546a.6.6 0 00.424-1.024l-.737-.738A7.97 7.97 0 0020 12zM6.938 18.195l-.738.737a.6.6 0 01-1.024-.424V15.96a.6.6 0 01.6-.6h2.546a.597.597 0 01.554.37.6.6 0 01-.13.655l-.385.385A5.971 5.971 0 0012 18a1 1 0 110 2 7.97 7.97 0 01-5.063-1.805z"
|
|
1304
|
-
}),
|
|
1304
|
+
}),View: /*#__PURE__*/
|
|
1305
|
+
React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1306
|
+
d: "M10.583 10.583a2.004 2.004 0 112.834 2.834 2.004 2.004 0 01-2.834-2.834z"
|
|
1307
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1308
|
+
d: "M4.072 11.678c.574-1.22 2.943-5.495 7.93-5.495 4.968 0 7.338 4.245 7.923 5.483.1.213.1.456 0 .669-.585 1.237-2.955 5.482-7.924 5.482-4.986 0-7.355-4.275-7.929-5.496a.755.755 0 010-.643zM8.366 12a3.636 3.636 0 107.272 0 3.636 3.636 0 00-7.272 0z",
|
|
1309
|
+
fillRule: "evenodd"
|
|
1310
|
+
})),Workflow: /*#__PURE__*/
|
|
1305
1311
|
React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1306
1312
|
d: "M6 12a6 6 0 019.825-4.623l-.837.837a.46.46 0 00.326.786h3.078a.46.46 0 00.46-.46V5.462a.46.46 0 00-.785-.326l-.823.822A8 8 0 1011.852 20H12a1 1 0 100-2 6 6 0 01-6-6zM18.852 11a1 1 0 011 1v.026a1 1 0 11-2-.006V12a1 1 0 011-1zM18.425 14.614a1 1 0 01.369 1.365l-.026.045a1 1 0 11-1.728-1.008l.02-.033a1 1 0 011.365-.37zM16.236 17.548a1 1 0 01-.36 1.368l-.045.026a1 1 0 01-.996-1.735l.034-.02a1 1 0 011.367.361z"
|
|
1307
1313
|
}), /*#__PURE__*/React.createElement("path", {
|