@zohodesk/icon
Version:
Unified Component Library - Icons
13 lines • 1.76 kB
JavaScript
import React from 'react';
import Icon from '../Icon/Icon';
export default function IconComponent(props) {
return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement("svg", {
viewBox: "0 0 32 32",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, " ", /*#__PURE__*/React.createElement("path", {
d: "M20.7199 24.8C18.1679 24.24 13.9759 22.48 13.1679 16.856C13.1544 16.7507 13.1032 16.6537 13.0238 16.5832C12.9444 16.5126 12.8422 16.4731 12.7359 16.472H9.24794C9.16484 16.4732 9.08312 16.4508 9.01222 16.4075C8.94133 16.3641 8.88416 16.3016 8.84733 16.2271C8.8105 16.1526 8.79552 16.0692 8.80412 15.9865C8.81272 15.9039 8.84456 15.8254 8.89594 15.76L15.6559 7.36805C15.6971 7.31637 15.7495 7.27464 15.809 7.24596C15.8686 7.21729 15.9338 7.20239 15.9999 7.20239C16.066 7.20239 16.1313 7.21729 16.1908 7.24596C16.2504 7.27464 16.3027 7.31637 16.3439 7.36805L23.1039 15.752C23.1553 15.8174 23.1871 15.8959 23.1957 15.9785C23.2044 16.0612 23.1894 16.1446 23.1525 16.2191C23.1157 16.2936 23.0585 16.3561 22.9876 16.3995C22.9167 16.4428 22.835 16.4652 22.7519 16.464H19.1999C19.1016 16.4634 19.0059 16.4964 18.9288 16.5575C18.8517 16.6186 18.7978 16.7041 18.7759 16.8C18.4324 18.0956 18.4677 19.4625 18.8775 20.7387C19.2872 22.0148 20.0544 23.1467 21.0879 24C21.1405 24.0242 21.1877 24.0585 21.227 24.1009C21.2663 24.1433 21.2968 24.1931 21.3169 24.2473C21.3369 24.3015 21.3461 24.3592 21.3439 24.417C21.3417 24.4747 21.3281 24.5315 21.3039 24.584C21.2798 24.6366 21.2455 24.6838 21.2031 24.7231C21.1606 24.7624 21.1109 24.7929 21.0567 24.813C21.0024 24.8331 20.9448 24.8422 20.887 24.84C20.8292 24.8378 20.7725 24.8242 20.7199 24.8Z",
className: "path-0"
}), " "));
}
IconComponent.propTypes = Icon.propTypes;