td-stylekit 26.17.0 → 26.18.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/staticTypes.d.ts +2 -0
- package/dist/es/Icon/types.js +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [26.18.0](https://github.com/treasure-data/td-stylekit/compare/v26.17.0...v26.18.0) (2022-07-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **CON-10020:** Add Union icon ([#1301](https://github.com/treasure-data/td-stylekit/issues/1301)) ([9c3bdc3](https://github.com/treasure-data/td-stylekit/commit/9c3bdc3))
|
|
7
|
+
|
|
1
8
|
# [26.17.0](https://github.com/treasure-data/td-stylekit/compare/v26.16.1...v26.17.0) (2022-06-28)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -584,6 +584,8 @@ export declare type IconTypes = {
|
|
|
584
584
|
TypeStringIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
585
585
|
Undo: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
586
586
|
UndoIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
587
|
+
Union: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
588
|
+
UnionIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
587
589
|
Upload: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
588
590
|
UploadIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
589
591
|
User: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
package/dist/es/Icon/types.js
CHANGED
|
@@ -1273,6 +1273,10 @@ React.createElement("path", {
|
|
|
1273
1273
|
React.createElement("path", {
|
|
1274
1274
|
d: "M8.323 4.501a.5.5 0 00-.853-.354L4.146 7.471a.5.5 0 000 .707l3.324 3.323a.5.5 0 00.853-.353V8.824h5.286a4.286 4.286 0 110 8.572h-2.265a1 1 0 100 2h2.265a6.286 6.286 0 100-12.572H8.323V4.501z",
|
|
1275
1275
|
fillRule: "evenodd"
|
|
1276
|
+
}),Union: /*#__PURE__*/
|
|
1277
|
+
React.createElement("path", {
|
|
1278
|
+
d: "M12 16.9a5.5 5.5 0 110-9.8 5.5 5.5 0 110 9.8zm-1.8-1.47a3.5 3.5 0 110-6.86A5.477 5.477 0 009 12c0 1.297.45 2.49 1.2 3.43zm3.6-6.86a3.5 3.5 0 110 6.86c.751-.94 1.2-2.133 1.2-3.43s-.45-2.49-1.2-3.43zm-1.8.98c.619.632 1 1.496 1 2.45s-.381 1.818-1 2.45c-.619-.632-1-1.497-1-2.45s.381-1.818 1-2.45z",
|
|
1279
|
+
fillRule: "evenodd"
|
|
1276
1280
|
}),Upload: /*#__PURE__*/
|
|
1277
1281
|
React.createElement("path", {
|
|
1278
1282
|
d: "M5.667 4.496A1 1 0 016.531 4H17.47a1 1 0 01.863.496l1.532 2.625a1 1 0 01.136.504v10.5C20 19.16 19.16 20 18.125 20H5.875A1.875 1.875 0 014 18.125v-10.5a1 1 0 01.136-.504l1.531-2.625zM7.106 6L6 7.895v.058h12v-.058L16.894 6H7.106zm1.929 6.134l2.4-2.4a.8.8 0 011.13 0l2.4 2.4a.8.8 0 01-.564 1.366H13v3a1 1 0 01-2 0v-3H9.6a.8.8 0 01-.566-1.366z",
|