@tant/icons 1.1.78 → 1.1.91

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.
@@ -44,11 +44,18 @@ var EditFill = function EditFill(props) {
44
44
  animationName: 'loadingCircle',
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
- }), /*#__PURE__*/React.createElement("path", {
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 = {
@@ -45,7 +45,9 @@ var Expand = function Expand(props) {
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
47
  }), /*#__PURE__*/React.createElement("path", {
48
- d: "M13.27 3.963a.915.915 0 00.943.933h.734l3.096-.198-2.441 2.333-2.808 2.78a.899.899 0 00-.278.675c0 .291.09.53.268.715.178.192.413.288.704.288a.875.875 0 00.378-.08.915.915 0 00.317-.208l2.808-2.8 2.312-2.442-.188 3.117v.745c0 .278.086.506.258.685a.878.878 0 00.674.278.91.91 0 00.685-.278A.928.928 0 0021 9.82V4.618c0-.516-.142-.916-.427-1.201-.284-.278-.678-.417-1.18-.417h-5.18c-.265 0-.49.09-.675.268a.962.962 0 00-.268.695zM3 14.169v5.213c0 .516.142.913.427 1.191.278.285.671.427 1.18.427h5.17a.898.898 0 00.675-.278.91.91 0 00.278-.685.916.916 0 00-.953-.943h-.734l-3.096.208 2.441-2.333 2.808-2.79a.853.853 0 00.288-.665c0-.291-.093-.533-.278-.725-.178-.185-.413-.278-.704-.278-.133 0-.258.024-.377.07a.912.912 0 00-.318.208L7.01 15.6l-2.322 2.442.188-3.117v-.755a.97.97 0 00-.258-.685.882.882 0 00-.664-.268.927.927 0 00-.685.268.95.95 0 00-.268.685z"
48
+ d: "M21 3.74a.74.74 0 00-.741-.74h-5.432a.74.74 0 000 1.481h3.643l-5.253 5.254a.74.74 0 101.047 1.048l5.254-5.254v3.644a.74.74 0 001.482 0V3.74z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M3 20.26a.74.74 0 00.74.74h5.433a.74.74 0 100-1.482H5.529l5.254-5.254a.74.74 0 10-1.048-1.047l-5.254 5.254v-3.644a.74.74 0 10-1.481 0v5.432z"
49
51
  })));
50
52
  };
51
53
 
@@ -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 ZoomAreaOpen = function ZoomAreaOpen(props) {
19
+ var Link2 = function Link2(props) {
20
20
  var color = props.color,
21
21
  size = props.size,
22
22
  spin = props.spin,
@@ -45,21 +45,19 @@ var ZoomAreaOpen = function ZoomAreaOpen(props) {
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
47
  }), /*#__PURE__*/React.createElement("path", {
48
- d: "M21 11V4a1 1 0 00-1-1H4a1 1 0 00-1 1v16a1 1 0 001 1h7v-2H5V5h14v6h2z"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M19 19v4h-2v-4h-4v-2h4v-4h2v4h4v2h-4z"
48
+ d: "M13.06 8.11l1.415 1.415a7 7 0 010 9.9l-.354.353a7 7 0 01-9.9-9.9l1.415 1.415a5 5 0 107.07 7.071l.355-.354a5 5 0 000-7.07l-1.415-1.415 1.415-1.414-.001-.001zm6.718 6.011l-1.414-1.414a5 5 0 10-7.071-7.071l-.354.354a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9l-.001-.001z"
51
49
  })));
52
50
  };
53
51
 
54
- ZoomAreaOpen.propTypes = {
52
+ Link2.propTypes = {
55
53
  iconClassName: PropTypes.string,
56
54
  spin: PropTypes.bool,
57
55
  color: PropTypes.string,
58
56
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
59
57
  };
60
- ZoomAreaOpen.defaultProps = {
58
+ Link2.defaultProps = {
61
59
  spin: false,
62
60
  color: 'currentColor',
63
61
  size: '1em'
64
62
  };
65
- export default ZoomAreaOpen;
63
+ export default Link2;
@@ -44,10 +44,18 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
44
44
  animationName: 'loadingCircle',
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
- }), /*#__PURE__*/React.createElement("path", {
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("path", {
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 ZoomAreaResrore = function ZoomAreaResrore(props) {
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
- d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H7v2h12v14H5v-6H3z"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11 1.384L9.588 0 5 4.5 9.588 9 11 7.616 7.823 4.5 11 1.384z"
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
- ZoomAreaResrore.propTypes = {
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
- ZoomAreaResrore.defaultProps = {
81
+ NewIndicator.defaultProps = {
61
82
  spin: false,
62
83
  color: 'currentColor',
63
84
  size: '1em'
64
85
  };
65
- export default ZoomAreaResrore;
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 2v2h8V2h2v2h1.2C20.77 4 22 5.298 22 6.846v12.308C22 20.702 20.77 22 19.2 22H4.8C3.23 22 2 20.702 2 19.154V6.846C2 5.298 3.23 4 4.8 4H6V2h2zm8 4v1h2V6h1.2c.418 0 .8.355.8.846V9H4V6.846C4 6.355 4.382 6 4.8 6H6v1h2V6h8zM4 11v8.154c0 .491.382.846.8.846h14.4c.418 0 .8-.355.8-.846V11H4z"
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 ZoomArea = function ZoomArea(props) {
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 ZoomArea = function ZoomArea(props) {
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
47
  }), /*#__PURE__*/React.createElement("path", {
48
- d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1h-7v2h6v14H5v-6H3z"
49
- }), /*#__PURE__*/React.createElement("path", {
50
- d: "M5 5V1h2v4h4v2H7v4H5V7H1V5h4z"
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M20.78 4.28a.75.75 0 10-1.06-1.06L14.4 8.54V4.85a.75.75 0 10-1.5 0v5.5a.746.746 0 00.75.75h5.5a.75.75 0 100-1.5h-3.69l5.32-5.32zm-9.68 9.37a.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
- ZoomArea.propTypes = {
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
- ZoomArea.defaultProps = {
60
+ Pinch.defaultProps = {
61
61
  spin: false,
62
62
  color: 'currentColor',
63
63
  size: '1em'
64
64
  };
65
- export default ZoomArea;
65
+ export default Pinch;
@@ -45,15 +45,15 @@ var TdLogo = function TdLogo(props) {
45
45
  animationTimingFunction: 'linear'
46
46
  } : {})
47
47
  }), /*#__PURE__*/React.createElement("path", {
48
- d: "M5.71 1.5h1.383v1.423H5.71V1.5z"
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
- fillRule: "evenodd",
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: "M4.303 4.423h1.688v1.738H4.303V4.423z"
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
- d: "M3.302 8.975H2.25V7.888h1.052v1.087z"
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
@@ -226,6 +226,7 @@ export { default as TaFullscreen } from './icons/fullscreen';
226
226
  export { default as TaArrowLeftDown } from './icons/arrow-left-down';
227
227
  export { default as TaLink } from './icons/link';
228
228
  export { default as TaUnlink } from './icons/unlink';
229
+ export { default as TaLink2 } from './icons/link-2';
229
230
  export { default as TaMenuUnfold } from './icons/menu-unfold';
230
231
  export { default as TaMenuFold } from './icons/menu-fold';
231
232
  export { default as TaList } from './icons/list';
@@ -249,10 +250,9 @@ export { default as TaUpdateData } from './icons/update-data';
249
250
  export { default as TaUpload } from './icons/upload';
250
251
  export { default as TaClick } from './icons/click';
251
252
  export { default as TaInstall } from './icons/install';
252
- export { default as TaZoomArea } from './icons/zoom-area';
253
- export { default as TaZoomAreaOpen } from './icons/zoom-area-open';
254
- export { default as TaZoomAreaResrore } from './icons/zoom-area-resrore';
255
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';
256
256
  export { default as TaReport } from './icons/report';
257
257
  export { default as TaReportRemoval } from './icons/report-removal';
258
258
  export { default as TaFileAdd } from './icons/file-add';
@@ -315,6 +315,4 @@ export { default as TaGrid } from './icons/grid';
315
315
  export { default as TaDrag2 } from './icons/drag-2';
316
316
  export { default as TaExternal } from './icons/external';
317
317
  export { default as TaDisplayS } from './icons/display-s';
318
- export { default as TaShare } from './icons/share';
319
- export { default as TaPicture2 } from './icons/picture-2';
320
- export { default as TaPicture1 } from './icons/picture-1';
318
+ export { default as TaShare } from './icons/share';
package/dist/index.d.ts CHANGED
@@ -237,6 +237,7 @@ export const TaFullscreen: Icon;
237
237
  export const TaArrowLeftDown: Icon;
238
238
  export const TaLink: Icon;
239
239
  export const TaUnlink: Icon;
240
+ export const TaLink2: Icon;
240
241
  export const TaMenuUnfold: Icon;
241
242
  export const TaMenuFold: Icon;
242
243
  export const TaList: Icon;
@@ -260,10 +261,9 @@ export const TaUpdateData: Icon;
260
261
  export const TaUpload: Icon;
261
262
  export const TaClick: Icon;
262
263
  export const TaInstall: Icon;
263
- export const TaZoomArea: Icon;
264
- export const TaZoomAreaOpen: Icon;
265
- export const TaZoomAreaResrore: Icon;
266
264
  export const TaExpand: Icon;
265
+ export const TaPinch: Icon;
266
+ export const TaNewIndicator: Icon;
267
267
  export const TaReport: Icon;
268
268
  export const TaReportRemoval: Icon;
269
269
  export const TaFileAdd: Icon;
@@ -327,5 +327,3 @@ export const TaDrag2: Icon;
327
327
  export const TaExternal: Icon;
328
328
  export const TaDisplayS: Icon;
329
329
  export const TaShare: Icon;
330
- export const TaPicture2: Icon;
331
- export const TaPicture1: 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("path", {
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 = {
@@ -56,7 +56,9 @@ var Expand = function Expand(props) {
56
56
  animationTimingFunction: 'linear'
57
57
  } : {})
58
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M13.27 3.963a.915.915 0 00.943.933h.734l3.096-.198-2.441 2.333-2.808 2.78a.899.899 0 00-.278.675c0 .291.09.53.268.715.178.192.413.288.704.288a.875.875 0 00.378-.08.915.915 0 00.317-.208l2.808-2.8 2.312-2.442-.188 3.117v.745c0 .278.086.506.258.685a.878.878 0 00.674.278.91.91 0 00.685-.278A.928.928 0 0021 9.82V4.618c0-.516-.142-.916-.427-1.201-.284-.278-.678-.417-1.18-.417h-5.18c-.265 0-.49.09-.675.268a.962.962 0 00-.268.695zM3 14.169v5.213c0 .516.142.913.427 1.191.278.285.671.427 1.18.427h5.17a.898.898 0 00.675-.278.91.91 0 00.278-.685.916.916 0 00-.953-.943h-.734l-3.096.208 2.441-2.333 2.808-2.79a.853.853 0 00.288-.665c0-.291-.093-.533-.278-.725-.178-.185-.413-.278-.704-.278-.133 0-.258.024-.377.07a.912.912 0 00-.318.208L7.01 15.6l-2.322 2.442.188-3.117v-.755a.97.97 0 00-.258-.685.882.882 0 00-.664-.268.927.927 0 00-.685.268.95.95 0 00-.268.685z"
59
+ d: "M21 3.74a.74.74 0 00-.741-.74h-5.432a.74.74 0 000 1.481h3.643l-5.253 5.254a.74.74 0 101.047 1.048l5.254-5.254v3.644a.74.74 0 001.482 0V3.74z"
60
+ }), /*#__PURE__*/_react["default"].createElement("path", {
61
+ d: "M3 20.26a.74.74 0 00.74.74h5.433a.74.74 0 100-1.482H5.529l5.254-5.254a.74.74 0 10-1.048-1.047l-5.254 5.254v-3.644a.74.74 0 10-1.481 0v5.432z"
60
62
  })));
61
63
  };
62
64
 
@@ -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 ZoomAreaOpen = function ZoomAreaOpen(props) {
30
+ var Link2 = function Link2(props) {
31
31
  var color = props.color,
32
32
  size = props.size,
33
33
  spin = props.spin,
@@ -56,22 +56,20 @@ var ZoomAreaOpen = function ZoomAreaOpen(props) {
56
56
  animationTimingFunction: 'linear'
57
57
  } : {})
58
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M21 11V4a1 1 0 00-1-1H4a1 1 0 00-1 1v16a1 1 0 001 1h7v-2H5V5h14v6h2z"
60
- }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M19 19v4h-2v-4h-4v-2h4v-4h2v4h4v2h-4z"
59
+ d: "M13.06 8.11l1.415 1.415a7 7 0 010 9.9l-.354.353a7 7 0 01-9.9-9.9l1.415 1.415a5 5 0 107.07 7.071l.355-.354a5 5 0 000-7.07l-1.415-1.415 1.415-1.414-.001-.001zm6.718 6.011l-1.414-1.414a5 5 0 10-7.071-7.071l-.354.354a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9l-.001-.001z"
62
60
  })));
63
61
  };
64
62
 
65
- ZoomAreaOpen.propTypes = {
63
+ Link2.propTypes = {
66
64
  iconClassName: _propTypes["default"].string,
67
65
  spin: _propTypes["default"].bool,
68
66
  color: _propTypes["default"].string,
69
67
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
70
68
  };
71
- ZoomAreaOpen.defaultProps = {
69
+ Link2.defaultProps = {
72
70
  spin: false,
73
71
  color: 'currentColor',
74
72
  size: '1em'
75
73
  };
76
- var _default = ZoomAreaOpen;
74
+ var _default = Link2;
77
75
  exports["default"] = _default;
@@ -55,10 +55,18 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
55
55
  animationName: 'loadingCircle',
56
56
  animationTimingFunction: 'linear'
57
57
  } : {})
58
- }), /*#__PURE__*/_react["default"].createElement("path", {
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("path", {
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 ZoomAreaResrore = function ZoomAreaResrore(props) {
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 ZoomAreaResrore = function ZoomAreaResrore(props) {
56
56
  animationTimingFunction: 'linear'
57
57
  } : {})
58
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H7v2h12v14H5v-6H3z"
60
- }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M11 1.384L9.588 0 5 4.5 9.588 9 11 7.616 7.823 4.5 11 1.384z"
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
- ZoomAreaResrore.propTypes = {
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
- ZoomAreaResrore.defaultProps = {
92
+ NewIndicator.defaultProps = {
72
93
  spin: false,
73
94
  color: 'currentColor',
74
95
  size: '1em'
75
96
  };
76
- var _default = ZoomAreaResrore;
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 2v2h8V2h2v2h1.2C20.77 4 22 5.298 22 6.846v12.308C22 20.702 20.77 22 19.2 22H4.8C3.23 22 2 20.702 2 19.154V6.846C2 5.298 3.23 4 4.8 4H6V2h2zm8 4v1h2V6h1.2c.418 0 .8.355.8.846V9H4V6.846C4 6.355 4.382 6 4.8 6H6v1h2V6h8zM4 11v8.154c0 .491.382.846.8.846h14.4c.418 0 .8-.355.8-.846V11H4z"
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 ZoomArea = function ZoomArea(props) {
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 ZoomArea = function ZoomArea(props) {
56
56
  animationTimingFunction: 'linear'
57
57
  } : {})
58
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M3 13v7a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1h-7v2h6v14H5v-6H3z"
60
- }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M5 5V1h2v4h4v2H7v4H5V7H1V5h4z"
59
+ fillRule: "evenodd",
60
+ clipRule: "evenodd",
61
+ d: "M20.78 4.28a.75.75 0 10-1.06-1.06L14.4 8.54V4.85a.75.75 0 10-1.5 0v5.5a.746.746 0 00.75.75h5.5a.75.75 0 100-1.5h-3.69l5.32-5.32zm-9.68 9.37a.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
- ZoomArea.propTypes = {
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
- ZoomArea.defaultProps = {
71
+ Pinch.defaultProps = {
72
72
  spin: false,
73
73
  color: 'currentColor',
74
74
  size: '1em'
75
75
  };
76
- var _default = ZoomArea;
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.71 1.5h1.383v1.423H5.71V1.5z"
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
- fillRule: "evenodd",
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: "M4.303 4.423h1.688v1.738H4.303V4.423z"
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
- d: "M3.302 8.975H2.25V7.888h1.052v1.087z"
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