@tant/icons 1.1.82 → 1.1.90
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/dist/es/icons/edit-fill.js +9 -2
- package/dist/es/icons/logo-dingding-cl.js +10 -2
- package/dist/es/icons/logo-king-cl.js +10 -2
- package/dist/es/icons/{zoom-area-resrore.js → new-indicator.js} +28 -7
- package/dist/es/icons/one-time.js +1 -1
- package/dist/es/icons/{zoom-area-open.js → pinch .js } +7 -7
- package/dist/es/icons/td-logo.js +6 -6
- package/dist/es/index.js +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/lib/icons/edit-fill.js +9 -2
- package/dist/lib/icons/logo-dingding-cl.js +10 -2
- package/dist/lib/icons/logo-king-cl.js +10 -2
- package/dist/lib/icons/{zoom-area.js → new-indicator.js} +28 -7
- package/dist/lib/icons/one-time.js +1 -1
- package/dist/lib/icons/{zoom-area-resrore.js → pinch .js } +7 -7
- package/dist/lib/icons/td-logo.js +6 -6
- package/dist/lib/index.js +15 -23
- package/dist/tant-icons.cjs.js +200 -206
- package/dist/tant-icons.esm.js +199 -204
- package/package.json +1 -1
- package/dist/es/icons/zoom-area.js +0 -65
- package/dist/lib/icons/zoom-area-open.js +0 -77
|
@@ -44,11 +44,18 @@ var EditFill = function EditFill(props) {
|
|
|
44
44
|
animationName: 'loadingCircle',
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
|
-
}), /*#__PURE__*/React.createElement("
|
|
47
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
48
|
+
clipPath: "url(#clip0_970_67)"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
50
|
d: "M3 17.25L14.06 6.19l3.75 3.75L8.75 19H21v2H3v-3.75z"
|
|
49
51
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
52
|
d: "M20.71 5.63c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83a.996.996 0 011.41 0l2.34 2.34z"
|
|
51
|
-
}))
|
|
53
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
54
|
+
id: "clip0_970_67"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
56
|
+
width: "24",
|
|
57
|
+
height: "24"
|
|
58
|
+
})))));
|
|
52
59
|
};
|
|
53
60
|
|
|
54
61
|
EditFill.propTypes = {
|
|
@@ -44,10 +44,18 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
|
|
|
44
44
|
animationName: 'loadingCircle',
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
|
-
}), /*#__PURE__*/React.createElement("
|
|
47
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
48
|
+
clipPath: "url(#clip0_3340_346)"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
50
|
d: "M12 .375C5.55.375.3 5.625.3 12.075c0 6.45 5.25 11.7 11.7 11.7 6.45 0 11.7-5.25 11.7-11.7 0-6.45-5.25-11.7-11.7-11.7zM17.475 10.5c0 .075-.075.225-.15.45-.525 1.05-1.8 3.15-1.8 3.15l-.375.675h1.8l-3.45 4.5.75-3.15h-1.425l.525-2.1c-.375.075-.9.225-1.425.375 0 0-.75.45-2.175-.825 0 0-.975-.825-.375-1.05.225-.075 1.125-.225 1.875-.3.975-.15 1.575-.225 1.575-.225s-3 .075-3.675-.075c-.675-.075-1.575-1.275-1.8-2.325 0 0-.3-.6.675-.3.975.3 4.8 1.05 4.8 1.05S7.8 8.775 7.425 8.4c-.3-.375-.975-2.025-.9-3.075 0 0 0-.225.3-.15 0 0 3.75 1.725 6.225 2.625 2.475 1.05 4.65 1.5 4.425 2.7z",
|
|
49
51
|
fill: "#3AA2EB"
|
|
50
|
-
}))
|
|
52
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
53
|
+
id: "clip0_3340_346"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
55
|
+
width: "24",
|
|
56
|
+
height: "24",
|
|
57
|
+
fill: "#fff"
|
|
58
|
+
})))));
|
|
51
59
|
};
|
|
52
60
|
|
|
53
61
|
LogoDingdingCl.propTypes = {
|
|
@@ -44,10 +44,18 @@ var LogoKingCl = function LogoKingCl(props) {
|
|
|
44
44
|
animationName: 'loadingCircle',
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
|
-
}), /*#__PURE__*/React.createElement("
|
|
47
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
48
|
+
clipPath: "url(#clip0_3344_421)"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
50
|
d: "M2.173.094H21.59a2.109 2.109 0 012.103 2.103v4.54c-3.727-.029-8.463.892-11.293 1.98-3.553 1.366-5.62 2.617-6.625 3.946-1.003 1.329.955 1.794 2.855 1.807 1.9.013 3.516-1.418 6.475-3.123 2.308-1.33 5.467-2.564 8.588-3.583v7.576c-1.524-.779-3.363-1.322-7.22-1.121-4.219.218-10.004 1.285-13.53 3.714 4.23-.33 9.327-.38 12.969-.27 3.02.09 5.818 1.28 7.78 1.187v2.763a2.109 2.109 0 01-2.102 2.103H2.173A2.109 2.109 0 01.07 21.613v-5.65a113.965 113.965 0 014.765-4.345c2.745-2.382 6.512-4.297 7.273-5.285.76-.987-1.588-2.488-3.292-2.174-1.705.314-3.194 2.053-5.788 4.517-.953.906-1.994 2.141-2.958 3.516V2.197A2.109 2.109 0 012.173.094z",
|
|
49
51
|
fill: "#E30016"
|
|
50
|
-
}))
|
|
52
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
53
|
+
id: "clip0_3344_421"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
55
|
+
width: "24",
|
|
56
|
+
height: "24",
|
|
57
|
+
fill: "#fff"
|
|
58
|
+
})))));
|
|
51
59
|
};
|
|
52
60
|
|
|
53
61
|
LogoKingCl.propTypes = {
|
|
@@ -16,7 +16,7 @@ import React from 'react';
|
|
|
16
16
|
import PropTypes from 'prop-types';
|
|
17
17
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var NewIndicator = function NewIndicator(props) {
|
|
20
20
|
var color = props.color,
|
|
21
21
|
size = props.size,
|
|
22
22
|
spin = props.spin,
|
|
@@ -45,21 +45,42 @@ var ZoomAreaResrore = function ZoomAreaResrore(props) {
|
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
d: "
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M19.414 2.586A2 2 0 0120 4v14a2 2 0 01-2 2H4a2 2 0 01-2-2V4a2 2 0 012-2h14a2 2 0 011.414.586zM18 4H4v14h14V4zM9.175 7.937L4.4 11.519l1.2 1.6L8.825 10.7l2 2.5 4.247-3.185 1.294 1.718.629-4.475-4.475-.628 1.348 1.787-2.693 2.02-2-2.5z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
52
|
+
x: "10",
|
|
53
|
+
y: "13",
|
|
54
|
+
width: "12",
|
|
55
|
+
height: "10",
|
|
56
|
+
rx: "1"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
58
|
+
x: "13",
|
|
59
|
+
y: "17",
|
|
60
|
+
width: "8",
|
|
61
|
+
height: "2"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
63
|
+
x: "16",
|
|
64
|
+
y: "14",
|
|
65
|
+
width: "2",
|
|
66
|
+
height: "8"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
68
|
+
x: "17",
|
|
69
|
+
y: "11",
|
|
70
|
+
width: "4",
|
|
71
|
+
height: "2"
|
|
51
72
|
})));
|
|
52
73
|
};
|
|
53
74
|
|
|
54
|
-
|
|
75
|
+
NewIndicator.propTypes = {
|
|
55
76
|
iconClassName: PropTypes.string,
|
|
56
77
|
spin: PropTypes.bool,
|
|
57
78
|
color: PropTypes.string,
|
|
58
79
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
59
80
|
};
|
|
60
|
-
|
|
81
|
+
NewIndicator.defaultProps = {
|
|
61
82
|
spin: false,
|
|
62
83
|
color: 'currentColor',
|
|
63
84
|
size: '1em'
|
|
64
85
|
};
|
|
65
|
-
export default
|
|
86
|
+
export default NewIndicator;
|
|
@@ -49,7 +49,7 @@ var OneTime = function OneTime(props) {
|
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
50
|
fillRule: "evenodd",
|
|
51
51
|
clipRule: "evenodd",
|
|
52
|
-
d: "M8
|
|
52
|
+
d: "M8 1v2h8V1h2v2h1.2C20.77 3 22 4.298 22 5.846v13.308C22 20.702 20.77 22 19.2 22H4.8C3.23 22 2 20.702 2 19.154V5.846C2 4.298 3.23 3 4.8 3H6V1h2zm8 4v1h2V5h1.2c.418 0 .8.355.8.846V9H4V5.846C4 5.355 4.382 5 4.8 5H6v1h2V5h8zM4 11v8.154c0 .491.382.846.8.846h14.4c.418 0 .8-.355.8-.846V11H4z"
|
|
53
53
|
})));
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -16,7 +16,7 @@ import React from 'react';
|
|
|
16
16
|
import PropTypes from 'prop-types';
|
|
17
17
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var Pinch = function Pinch(props) {
|
|
20
20
|
var color = props.color,
|
|
21
21
|
size = props.size,
|
|
22
22
|
spin = props.spin,
|
|
@@ -45,21 +45,21 @@ var ZoomAreaOpen = function ZoomAreaOpen(props) {
|
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
d: "
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M20.78 3.22a.75.75 0 010 1.06L15.46 9.6h3.69a.75.75 0 110 1.5h-5.5a.749.749 0 01-.75-.75v-5.5a.75.75 0 011.5 0v3.69l5.32-5.32a.75.75 0 011.06 0zM11.1 13.65a.749.749 0 00-.75-.75h-5.5a.75.75 0 000 1.5h3.69l-5.32 5.32a.75.75 0 001.06 1.06l5.32-5.32v3.69a.75.75 0 001.5 0v-5.5z"
|
|
51
51
|
})));
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
Pinch.propTypes = {
|
|
55
55
|
iconClassName: PropTypes.string,
|
|
56
56
|
spin: PropTypes.bool,
|
|
57
57
|
color: PropTypes.string,
|
|
58
58
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
59
59
|
};
|
|
60
|
-
|
|
60
|
+
Pinch.defaultProps = {
|
|
61
61
|
spin: false,
|
|
62
62
|
color: 'currentColor',
|
|
63
63
|
size: '1em'
|
|
64
64
|
};
|
|
65
|
-
export default
|
|
65
|
+
export default Pinch;
|
package/dist/es/icons/td-logo.js
CHANGED
|
@@ -45,15 +45,15 @@ var TdLogo = function TdLogo(props) {
|
|
|
45
45
|
animationTimingFunction: 'linear'
|
|
46
46
|
} : {})
|
|
47
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "M5.
|
|
48
|
+
d: "M5.904 2h.978c.069 0 .124.055.124.123v.964a.124.124 0 01-.124.124h-.978a.124.124 0 01-.124-.124v-.964c0-.068.056-.123.124-.123z"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
|
|
51
|
-
clipRule: "evenodd",
|
|
52
|
-
d: "M7.837 3.245h2.155v1.846c.597-.179 4.373-1.182 6.838 1.252 0 0 1.671 1.472 1.46 3.753 0 0 0 .16.082.257.081.098 1.659 2.06 1.659 2.06s.318.271.188.455-1.059.527-1.059.527-.392.241-.04.658c.32.377.261.434.102.586a2.73 2.73 0 00-.054.052c-.196.197-.188.295-.047.426l.066.058c.115.099.204.175.1.314a.903.903 0 01-.098.105c-.113.111-.228.222-.147.524.035.13.096.265.158.402.124.277.252.562.178.825-.112.392-.642.797-1.41.919-.77.123-2.127.393-1.891 1.79 0 0 .177.81.87 1.019 0 0-4.086 2.375-8.73-.536 0 0 1.176-.801.988-2.395-.189-1.595-1.6-2.65-1.6-2.65s-2.024-.875-1.648-5.486v-.002H4.639V8.266h1.688v1.2h1.537V7.825H6.268v-2.22h2.155v1.72h1.707V5.361h-.138v.104H7.837v-2.22zm4.647 5.682h-1.851V6.965h1.85v1.962zM9.813 12.03H7.961v-1.962h1.852v1.962z"
|
|
50
|
+
d: "M3.642 4.953h1.3c.07 0 .125.055.125.124v1.28a.124.124 0 01-.124.124h-1.3a.124.124 0 01-.125-.124v-1.28c0-.069.056-.124.124-.124z"
|
|
53
51
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
52
|
+
d: "M2.989 8.34h-.865A.124.124 0 002 8.461v.852c0 .068.056.124.124.124h.865a.124.124 0 00.124-.124v-.852a.124.124 0 00-.124-.123z"
|
|
55
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M20.974 13.075a.348.348 0 01.026.133l-.004.004v.017a.235.235 0 01-.01.07.481.481 0 01-.321.319c-.326.15-.729.288-.729.288s-.415.243-.041.665c.336.379.274.436.108.588a3.17 3.17 0 00-.06.055c-.206.2-.197.299-.048.43.024.023.05.043.074.063.12.098.215.175.101.314-.03.037-.065.07-.1.102-.123.114-.244.226-.159.533.037.133.102.271.168.411.13.279.265.565.187.828-.118.396-.678.807-1.492.929-.457.07-1.061.18-1.411.357-.063.03-.084.235-.098.372l-.005.055v.035a3.295 3.295 0 00-.01.488c.02.354.117.7.283 1.013 0 0 .169.198-.233.298l-.052.011c-4.167 1.098-7.26.25-8.085-.025l-.17-.052-.155-.05c-.243-.088-.11-.332-.11-.332.207-.375.342-.985.413-1.372l.035-.225.023-.142c.15-.917-.048-1.69-.273-2.1-.273-.5-.711-.914-1.024-1.208-.089-.084-.168-.159-.23-.223-.031-.033-.07-.07-.112-.113-.507-.503-1.714-1.7-1.782-4.135a9.057 9.057 0 01.019-1.006s.005-.062.022-.166h-1.08a.246.246 0 01-.245-.245V8.716a.244.244 0 01.245-.244H6.01a.246.246 0 01.246.244v.603a.244.244 0 00.245.23H8.05a.246.246 0 00.245-.245V7.776a.244.244 0 00-.245-.245H6.5a.246.246 0 01-.245-.244V5.768a.244.244 0 01.245-.244h1.553a.246.246 0 01.245.244v1.519a.244.244 0 00.246.244h1.535a.246.246 0 00.246-.244V5.763a.284.284 0 000-.045v-.015a.196.196 0 00-.009-.028v-.014a.128.128 0 00-.014-.026l-.008-.013a.215.215 0 00-.026-.032l-.01-.007-.023-.02-.016-.01-.02-.012-.02-.007a.245.245 0 00-.088-.017H8.545a.246.246 0 01-.246-.245V3.748a.244.244 0 01.246-.244h1.552a.246.246 0 01.246.244v1.524a.242.242 0 00.086.186 7.76 7.76 0 011.194-.215s6.395-.926 7.41 5.332a.45.45 0 00.087.26l1.756 2.076.011.015a.466.466 0 01.071.087v.028c.007.01.012.022.016.034zM10.393 7.607a.244.244 0 00-.072.172l.005 1.524a.244.244 0 00.245.244h1.543a.246.246 0 00.246-.244V7.78a.244.244 0 00-.246-.244h-1.547a.246.246 0 00-.174.072zm-2.024 3.889a.246.246 0 00.174.071l1.547-.003a.247.247 0 00.246-.245V9.8a.244.244 0 00-.246-.244H8.543a.246.246 0 00-.246.244v1.523c0 .065.026.127.072.173z"
|
|
57
57
|
})));
|
|
58
58
|
};
|
|
59
59
|
|
package/dist/es/index.js
CHANGED
|
@@ -250,10 +250,9 @@ export { default as TaUpdateData } from './icons/update-data';
|
|
|
250
250
|
export { default as TaUpload } from './icons/upload';
|
|
251
251
|
export { default as TaClick } from './icons/click';
|
|
252
252
|
export { default as TaInstall } from './icons/install';
|
|
253
|
-
export { default as TaZoomArea } from './icons/zoom-area';
|
|
254
|
-
export { default as TaZoomAreaOpen } from './icons/zoom-area-open';
|
|
255
|
-
export { default as TaZoomAreaResrore } from './icons/zoom-area-resrore';
|
|
256
253
|
export { default as TaExpand } from './icons/expand';
|
|
254
|
+
export { default as TaPinch } from './icons/pinch ';
|
|
255
|
+
export { default as TaNewIndicator } from './icons/new-indicator';
|
|
257
256
|
export { default as TaReport } from './icons/report';
|
|
258
257
|
export { default as TaReportRemoval } from './icons/report-removal';
|
|
259
258
|
export { default as TaFileAdd } from './icons/file-add';
|
package/dist/index.d.ts
CHANGED
|
@@ -261,10 +261,9 @@ export const TaUpdateData: Icon;
|
|
|
261
261
|
export const TaUpload: Icon;
|
|
262
262
|
export const TaClick: Icon;
|
|
263
263
|
export const TaInstall: Icon;
|
|
264
|
-
export const TaZoomArea: Icon;
|
|
265
|
-
export const TaZoomAreaOpen: Icon;
|
|
266
|
-
export const TaZoomAreaResrore: Icon;
|
|
267
264
|
export const TaExpand: Icon;
|
|
265
|
+
export const TaPinch: Icon;
|
|
266
|
+
export const TaNewIndicator: Icon;
|
|
268
267
|
export const TaReport: Icon;
|
|
269
268
|
export const TaReportRemoval: Icon;
|
|
270
269
|
export const TaFileAdd: Icon;
|
|
@@ -55,11 +55,18 @@ var EditFill = function EditFill(props) {
|
|
|
55
55
|
animationName: 'loadingCircle',
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
|
-
}), /*#__PURE__*/_react["default"].createElement("
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
59
|
+
clipPath: "url(#clip0_970_67)"
|
|
60
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
61
|
d: "M3 17.25L14.06 6.19l3.75 3.75L8.75 19H21v2H3v-3.75z"
|
|
60
62
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
63
|
d: "M20.71 5.63c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83a.996.996 0 011.41 0l2.34 2.34z"
|
|
62
|
-
}))
|
|
64
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
65
|
+
id: "clip0_970_67"
|
|
66
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
67
|
+
width: "24",
|
|
68
|
+
height: "24"
|
|
69
|
+
})))));
|
|
63
70
|
};
|
|
64
71
|
|
|
65
72
|
EditFill.propTypes = {
|
|
@@ -55,10 +55,18 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
|
|
|
55
55
|
animationName: 'loadingCircle',
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
|
-
}), /*#__PURE__*/_react["default"].createElement("
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
59
|
+
clipPath: "url(#clip0_3340_346)"
|
|
60
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
61
|
d: "M12 .375C5.55.375.3 5.625.3 12.075c0 6.45 5.25 11.7 11.7 11.7 6.45 0 11.7-5.25 11.7-11.7 0-6.45-5.25-11.7-11.7-11.7zM17.475 10.5c0 .075-.075.225-.15.45-.525 1.05-1.8 3.15-1.8 3.15l-.375.675h1.8l-3.45 4.5.75-3.15h-1.425l.525-2.1c-.375.075-.9.225-1.425.375 0 0-.75.45-2.175-.825 0 0-.975-.825-.375-1.05.225-.075 1.125-.225 1.875-.3.975-.15 1.575-.225 1.575-.225s-3 .075-3.675-.075c-.675-.075-1.575-1.275-1.8-2.325 0 0-.3-.6.675-.3.975.3 4.8 1.05 4.8 1.05S7.8 8.775 7.425 8.4c-.3-.375-.975-2.025-.9-3.075 0 0 0-.225.3-.15 0 0 3.75 1.725 6.225 2.625 2.475 1.05 4.65 1.5 4.425 2.7z",
|
|
60
62
|
fill: "#3AA2EB"
|
|
61
|
-
}))
|
|
63
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
64
|
+
id: "clip0_3340_346"
|
|
65
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
66
|
+
width: "24",
|
|
67
|
+
height: "24",
|
|
68
|
+
fill: "#fff"
|
|
69
|
+
})))));
|
|
62
70
|
};
|
|
63
71
|
|
|
64
72
|
LogoDingdingCl.propTypes = {
|
|
@@ -55,10 +55,18 @@ var LogoKingCl = function LogoKingCl(props) {
|
|
|
55
55
|
animationName: 'loadingCircle',
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
|
-
}), /*#__PURE__*/_react["default"].createElement("
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
59
|
+
clipPath: "url(#clip0_3344_421)"
|
|
60
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
61
|
d: "M2.173.094H21.59a2.109 2.109 0 012.103 2.103v4.54c-3.727-.029-8.463.892-11.293 1.98-3.553 1.366-5.62 2.617-6.625 3.946-1.003 1.329.955 1.794 2.855 1.807 1.9.013 3.516-1.418 6.475-3.123 2.308-1.33 5.467-2.564 8.588-3.583v7.576c-1.524-.779-3.363-1.322-7.22-1.121-4.219.218-10.004 1.285-13.53 3.714 4.23-.33 9.327-.38 12.969-.27 3.02.09 5.818 1.28 7.78 1.187v2.763a2.109 2.109 0 01-2.102 2.103H2.173A2.109 2.109 0 01.07 21.613v-5.65a113.965 113.965 0 014.765-4.345c2.745-2.382 6.512-4.297 7.273-5.285.76-.987-1.588-2.488-3.292-2.174-1.705.314-3.194 2.053-5.788 4.517-.953.906-1.994 2.141-2.958 3.516V2.197A2.109 2.109 0 012.173.094z",
|
|
60
62
|
fill: "#E30016"
|
|
61
|
-
}))
|
|
63
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
64
|
+
id: "clip0_3344_421"
|
|
65
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
66
|
+
width: "24",
|
|
67
|
+
height: "24",
|
|
68
|
+
fill: "#fff"
|
|
69
|
+
})))));
|
|
62
70
|
};
|
|
63
71
|
|
|
64
72
|
LogoKingCl.propTypes = {
|
|
@@ -27,7 +27,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
27
27
|
|
|
28
28
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
29
29
|
|
|
30
|
-
var
|
|
30
|
+
var NewIndicator = function NewIndicator(props) {
|
|
31
31
|
var color = props.color,
|
|
32
32
|
size = props.size,
|
|
33
33
|
spin = props.spin,
|
|
@@ -56,22 +56,43 @@ var ZoomArea = function ZoomArea(props) {
|
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
d: "
|
|
59
|
+
fillRule: "evenodd",
|
|
60
|
+
clipRule: "evenodd",
|
|
61
|
+
d: "M19.414 2.586A2 2 0 0120 4v14a2 2 0 01-2 2H4a2 2 0 01-2-2V4a2 2 0 012-2h14a2 2 0 011.414.586zM18 4H4v14h14V4zM9.175 7.937L4.4 11.519l1.2 1.6L8.825 10.7l2 2.5 4.247-3.185 1.294 1.718.629-4.475-4.475-.628 1.348 1.787-2.693 2.02-2-2.5z"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
63
|
+
x: "10",
|
|
64
|
+
y: "13",
|
|
65
|
+
width: "12",
|
|
66
|
+
height: "10",
|
|
67
|
+
rx: "1"
|
|
68
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
69
|
+
x: "13",
|
|
70
|
+
y: "17",
|
|
71
|
+
width: "8",
|
|
72
|
+
height: "2"
|
|
73
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
74
|
+
x: "16",
|
|
75
|
+
y: "14",
|
|
76
|
+
width: "2",
|
|
77
|
+
height: "8"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
79
|
+
x: "17",
|
|
80
|
+
y: "11",
|
|
81
|
+
width: "4",
|
|
82
|
+
height: "2"
|
|
62
83
|
})));
|
|
63
84
|
};
|
|
64
85
|
|
|
65
|
-
|
|
86
|
+
NewIndicator.propTypes = {
|
|
66
87
|
iconClassName: _propTypes["default"].string,
|
|
67
88
|
spin: _propTypes["default"].bool,
|
|
68
89
|
color: _propTypes["default"].string,
|
|
69
90
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
70
91
|
};
|
|
71
|
-
|
|
92
|
+
NewIndicator.defaultProps = {
|
|
72
93
|
spin: false,
|
|
73
94
|
color: 'currentColor',
|
|
74
95
|
size: '1em'
|
|
75
96
|
};
|
|
76
|
-
var _default =
|
|
97
|
+
var _default = NewIndicator;
|
|
77
98
|
exports["default"] = _default;
|
|
@@ -60,7 +60,7 @@ var OneTime = function OneTime(props) {
|
|
|
60
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
61
|
fillRule: "evenodd",
|
|
62
62
|
clipRule: "evenodd",
|
|
63
|
-
d: "M8
|
|
63
|
+
d: "M8 1v2h8V1h2v2h1.2C20.77 3 22 4.298 22 5.846v13.308C22 20.702 20.77 22 19.2 22H4.8C3.23 22 2 20.702 2 19.154V5.846C2 4.298 3.23 3 4.8 3H6V1h2zm8 4v1h2V5h1.2c.418 0 .8.355.8.846V9H4V5.846C4 5.355 4.382 5 4.8 5H6v1h2V5h8zM4 11v8.154c0 .491.382.846.8.846h14.4c.418 0 .8-.355.8-.846V11H4z"
|
|
64
64
|
})));
|
|
65
65
|
};
|
|
66
66
|
|
|
@@ -27,7 +27,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
27
27
|
|
|
28
28
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
29
29
|
|
|
30
|
-
var
|
|
30
|
+
var Pinch = function Pinch(props) {
|
|
31
31
|
var color = props.color,
|
|
32
32
|
size = props.size,
|
|
33
33
|
spin = props.spin,
|
|
@@ -56,22 +56,22 @@ var ZoomAreaResrore = function ZoomAreaResrore(props) {
|
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
d: "
|
|
59
|
+
fillRule: "evenodd",
|
|
60
|
+
clipRule: "evenodd",
|
|
61
|
+
d: "M20.78 3.22a.75.75 0 010 1.06L15.46 9.6h3.69a.75.75 0 110 1.5h-5.5a.749.749 0 01-.75-.75v-5.5a.75.75 0 011.5 0v3.69l5.32-5.32a.75.75 0 011.06 0zM11.1 13.65a.749.749 0 00-.75-.75h-5.5a.75.75 0 000 1.5h3.69l-5.32 5.32a.75.75 0 001.06 1.06l5.32-5.32v3.69a.75.75 0 001.5 0v-5.5z"
|
|
62
62
|
})));
|
|
63
63
|
};
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
Pinch.propTypes = {
|
|
66
66
|
iconClassName: _propTypes["default"].string,
|
|
67
67
|
spin: _propTypes["default"].bool,
|
|
68
68
|
color: _propTypes["default"].string,
|
|
69
69
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
70
70
|
};
|
|
71
|
-
|
|
71
|
+
Pinch.defaultProps = {
|
|
72
72
|
spin: false,
|
|
73
73
|
color: 'currentColor',
|
|
74
74
|
size: '1em'
|
|
75
75
|
};
|
|
76
|
-
var _default =
|
|
76
|
+
var _default = Pinch;
|
|
77
77
|
exports["default"] = _default;
|
|
@@ -56,15 +56,15 @@ var TdLogo = function TdLogo(props) {
|
|
|
56
56
|
animationTimingFunction: 'linear'
|
|
57
57
|
} : {})
|
|
58
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
-
d: "M5.
|
|
59
|
+
d: "M5.904 2h.978c.069 0 .124.055.124.123v.964a.124.124 0 01-.124.124h-.978a.124.124 0 01-.124-.124v-.964c0-.068.056-.123.124-.123z"
|
|
60
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
-
|
|
62
|
-
clipRule: "evenodd",
|
|
63
|
-
d: "M7.837 3.245h2.155v1.846c.597-.179 4.373-1.182 6.838 1.252 0 0 1.671 1.472 1.46 3.753 0 0 0 .16.082.257.081.098 1.659 2.06 1.659 2.06s.318.271.188.455-1.059.527-1.059.527-.392.241-.04.658c.32.377.261.434.102.586a2.73 2.73 0 00-.054.052c-.196.197-.188.295-.047.426l.066.058c.115.099.204.175.1.314a.903.903 0 01-.098.105c-.113.111-.228.222-.147.524.035.13.096.265.158.402.124.277.252.562.178.825-.112.392-.642.797-1.41.919-.77.123-2.127.393-1.891 1.79 0 0 .177.81.87 1.019 0 0-4.086 2.375-8.73-.536 0 0 1.176-.801.988-2.395-.189-1.595-1.6-2.65-1.6-2.65s-2.024-.875-1.648-5.486v-.002H4.639V8.266h1.688v1.2h1.537V7.825H6.268v-2.22h2.155v1.72h1.707V5.361h-.138v.104H7.837v-2.22zm4.647 5.682h-1.851V6.965h1.85v1.962zM9.813 12.03H7.961v-1.962h1.852v1.962z"
|
|
61
|
+
d: "M3.642 4.953h1.3c.07 0 .125.055.125.124v1.28a.124.124 0 01-.124.124h-1.3a.124.124 0 01-.125-.124v-1.28c0-.069.056-.124.124-.124z"
|
|
64
62
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
-
d: "
|
|
63
|
+
d: "M2.989 8.34h-.865A.124.124 0 002 8.461v.852c0 .068.056.124.124.124h.865a.124.124 0 00.124-.124v-.852a.124.124 0 00-.124-.123z"
|
|
66
64
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
67
|
-
|
|
65
|
+
fillRule: "evenodd",
|
|
66
|
+
clipRule: "evenodd",
|
|
67
|
+
d: "M20.974 13.075a.348.348 0 01.026.133l-.004.004v.017a.235.235 0 01-.01.07.481.481 0 01-.321.319c-.326.15-.729.288-.729.288s-.415.243-.041.665c.336.379.274.436.108.588a3.17 3.17 0 00-.06.055c-.206.2-.197.299-.048.43.024.023.05.043.074.063.12.098.215.175.101.314-.03.037-.065.07-.1.102-.123.114-.244.226-.159.533.037.133.102.271.168.411.13.279.265.565.187.828-.118.396-.678.807-1.492.929-.457.07-1.061.18-1.411.357-.063.03-.084.235-.098.372l-.005.055v.035a3.295 3.295 0 00-.01.488c.02.354.117.7.283 1.013 0 0 .169.198-.233.298l-.052.011c-4.167 1.098-7.26.25-8.085-.025l-.17-.052-.155-.05c-.243-.088-.11-.332-.11-.332.207-.375.342-.985.413-1.372l.035-.225.023-.142c.15-.917-.048-1.69-.273-2.1-.273-.5-.711-.914-1.024-1.208-.089-.084-.168-.159-.23-.223-.031-.033-.07-.07-.112-.113-.507-.503-1.714-1.7-1.782-4.135a9.057 9.057 0 01.019-1.006s.005-.062.022-.166h-1.08a.246.246 0 01-.245-.245V8.716a.244.244 0 01.245-.244H6.01a.246.246 0 01.246.244v.603a.244.244 0 00.245.23H8.05a.246.246 0 00.245-.245V7.776a.244.244 0 00-.245-.245H6.5a.246.246 0 01-.245-.244V5.768a.244.244 0 01.245-.244h1.553a.246.246 0 01.245.244v1.519a.244.244 0 00.246.244h1.535a.246.246 0 00.246-.244V5.763a.284.284 0 000-.045v-.015a.196.196 0 00-.009-.028v-.014a.128.128 0 00-.014-.026l-.008-.013a.215.215 0 00-.026-.032l-.01-.007-.023-.02-.016-.01-.02-.012-.02-.007a.245.245 0 00-.088-.017H8.545a.246.246 0 01-.246-.245V3.748a.244.244 0 01.246-.244h1.552a.246.246 0 01.246.244v1.524a.242.242 0 00.086.186 7.76 7.76 0 011.194-.215s6.395-.926 7.41 5.332a.45.45 0 00.087.26l1.756 2.076.011.015a.466.466 0 01.071.087v.028c.007.01.012.022.016.034zM10.393 7.607a.244.244 0 00-.072.172l.005 1.524a.244.244 0 00.245.244h1.543a.246.246 0 00.246-.244V7.78a.244.244 0 00-.246-.244h-1.547a.246.246 0 00-.174.072zm-2.024 3.889a.246.246 0 00.174.071l1.547-.003a.247.247 0 00.246-.245V9.8a.244.244 0 00-.246-.244H8.543a.246.246 0 00-.246.244v1.523c0 .065.026.127.072.173z"
|
|
68
68
|
})));
|
|
69
69
|
};
|
|
70
70
|
|
package/dist/lib/index.js
CHANGED
|
@@ -1203,6 +1203,12 @@ Object.defineProperty(exports, "TaMore2", {
|
|
|
1203
1203
|
return _more2["default"];
|
|
1204
1204
|
}
|
|
1205
1205
|
});
|
|
1206
|
+
Object.defineProperty(exports, "TaNewIndicator", {
|
|
1207
|
+
enumerable: true,
|
|
1208
|
+
get: function get() {
|
|
1209
|
+
return _newIndicator["default"];
|
|
1210
|
+
}
|
|
1211
|
+
});
|
|
1206
1212
|
Object.defineProperty(exports, "TaNumSm", {
|
|
1207
1213
|
enumerable: true,
|
|
1208
1214
|
get: function get() {
|
|
@@ -1341,6 +1347,12 @@ Object.defineProperty(exports, "TaPauseCircle", {
|
|
|
1341
1347
|
return _pauseCircle["default"];
|
|
1342
1348
|
}
|
|
1343
1349
|
});
|
|
1350
|
+
Object.defineProperty(exports, "TaPinch", {
|
|
1351
|
+
enumerable: true,
|
|
1352
|
+
get: function get() {
|
|
1353
|
+
return _pinch["default"];
|
|
1354
|
+
}
|
|
1355
|
+
});
|
|
1344
1356
|
Object.defineProperty(exports, "TaPlay", {
|
|
1345
1357
|
enumerable: true,
|
|
1346
1358
|
get: function get() {
|
|
@@ -1899,24 +1911,6 @@ Object.defineProperty(exports, "TaVipFill", {
|
|
|
1899
1911
|
return _vipFill["default"];
|
|
1900
1912
|
}
|
|
1901
1913
|
});
|
|
1902
|
-
Object.defineProperty(exports, "TaZoomArea", {
|
|
1903
|
-
enumerable: true,
|
|
1904
|
-
get: function get() {
|
|
1905
|
-
return _zoomArea["default"];
|
|
1906
|
-
}
|
|
1907
|
-
});
|
|
1908
|
-
Object.defineProperty(exports, "TaZoomAreaOpen", {
|
|
1909
|
-
enumerable: true,
|
|
1910
|
-
get: function get() {
|
|
1911
|
-
return _zoomAreaOpen["default"];
|
|
1912
|
-
}
|
|
1913
|
-
});
|
|
1914
|
-
Object.defineProperty(exports, "TaZoomAreaResrore", {
|
|
1915
|
-
enumerable: true,
|
|
1916
|
-
get: function get() {
|
|
1917
|
-
return _zoomAreaResrore["default"];
|
|
1918
|
-
}
|
|
1919
|
-
});
|
|
1920
1914
|
|
|
1921
1915
|
var _sSpace = _interopRequireDefault(require("./icons/s-space"));
|
|
1922
1916
|
|
|
@@ -2422,13 +2416,11 @@ var _click = _interopRequireDefault(require("./icons/click"));
|
|
|
2422
2416
|
|
|
2423
2417
|
var _install = _interopRequireDefault(require("./icons/install"));
|
|
2424
2418
|
|
|
2425
|
-
var
|
|
2426
|
-
|
|
2427
|
-
var _zoomAreaOpen = _interopRequireDefault(require("./icons/zoom-area-open"));
|
|
2419
|
+
var _expand = _interopRequireDefault(require("./icons/expand"));
|
|
2428
2420
|
|
|
2429
|
-
var
|
|
2421
|
+
var _pinch = _interopRequireDefault(require("./icons/pinch "));
|
|
2430
2422
|
|
|
2431
|
-
var
|
|
2423
|
+
var _newIndicator = _interopRequireDefault(require("./icons/new-indicator"));
|
|
2432
2424
|
|
|
2433
2425
|
var _report = _interopRequireDefault(require("./icons/report"));
|
|
2434
2426
|
|